From b33461a308519ed46320a5feed62a38c8de389f0 Mon Sep 17 00:00:00 2001 From: aduquett Date: Wed, 29 May 2024 09:52:48 -0400 Subject: [PATCH] Point to documentation for 2.9.1 release --- gatsby-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.ts b/gatsby-config.ts index 25dd8441a95..d9c7f8b9097 100644 --- a/gatsby-config.ts +++ b/gatsby-config.ts @@ -70,7 +70,7 @@ const config: GatsbyConfig = { options: { name: `docs`, remote: `https://github.com/opendatahub-io/opendatahub-documentation.git`, - branch: `v2.9`, + branch: `v2.9.1`, local: "public/static/docs", }, },