This is an automated email from the ASF dual-hosted git repository.

karan pushed a commit to branch 29.0.0
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/29.0.0 by this push:
     new 1482b880317 Link changes for druid 29.0.0 (#15701)
1482b880317 is described below

commit 1482b880317210936a3ec74cec7931125146469e
Author: Karan Kumar <[email protected]>
AuthorDate: Wed Jan 17 17:03:49 2024 +0530

    Link changes for druid 29.0.0 (#15701)
---
 .../src/components/header-bar/__snapshots__/header-bar.spec.tsx.snap    | 2 +-
 .../retention-dialog/__snapshots__/retention-dialog.spec.tsx.snap       | 2 +-
 web-console/src/links.ts                                                | 2 +-
 .../__snapshots__/execution-error-pane.spec.tsx.snap                    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/web-console/src/components/header-bar/__snapshots__/header-bar.spec.tsx.snap 
b/web-console/src/components/header-bar/__snapshots__/header-bar.spec.tsx.snap
index 54414ffb80d..1e6fb18d66d 100644
--- 
a/web-console/src/components/header-bar/__snapshots__/header-bar.spec.tsx.snap
+++ 
b/web-console/src/components/header-bar/__snapshots__/header-bar.spec.tsx.snap
@@ -362,7 +362,7 @@ exports[`HeaderBar matches snapshot 1`] = `
           <Blueprint4.MenuItem
             active={false}
             disabled={false}
-            href="https://druid.apache.org/docs/latest";
+            href="https://druid.apache.org/docs/29.0.0";
             icon="th"
             multiline={false}
             popoverProps={Object {}}
diff --git 
a/web-console/src/dialogs/retention-dialog/__snapshots__/retention-dialog.spec.tsx.snap
 
b/web-console/src/dialogs/retention-dialog/__snapshots__/retention-dialog.spec.tsx.snap
index 68fe45ae1b5..fa6034cab76 100644
--- 
a/web-console/src/dialogs/retention-dialog/__snapshots__/retention-dialog.spec.tsx.snap
+++ 
b/web-console/src/dialogs/retention-dialog/__snapshots__/retention-dialog.spec.tsx.snap
@@ -64,7 +64,7 @@ exports[`RetentionDialog matches snapshot 1`] = `
             Druid uses rules to determine what data should be retained in the 
cluster. The rules are evaluated in order from top to bottom. For more 
information please refer to the
              
             <a
-              
href="https://druid.apache.org/docs/latest/operations/rule-configuration.html";
+              
href="https://druid.apache.org/docs/29.0.0/operations/rule-configuration.html";
               rel="noopener noreferrer"
               target="_blank"
             >
diff --git a/web-console/src/links.ts b/web-console/src/links.ts
index ccd26367969..8d26cd4cf13 100644
--- a/web-console/src/links.ts
+++ b/web-console/src/links.ts
@@ -17,7 +17,7 @@
  */
 
 // This is set to the latest available version and should be updated to the 
next version before release
-const DRUID_DOCS_VERSION = 'latest';
+const DRUID_DOCS_VERSION = '29.0.0';
 
 function fillVersion(str: string): string {
   return str.replace(/\{\{VERSION}}/g, DRUID_DOCS_VERSION);
diff --git 
a/web-console/src/views/workbench-view/execution-error-pane/__snapshots__/execution-error-pane.spec.tsx.snap
 
b/web-console/src/views/workbench-view/execution-error-pane/__snapshots__/execution-error-pane.spec.tsx.snap
index f6000ab38d4..026fb1fa98e 100644
--- 
a/web-console/src/views/workbench-view/execution-error-pane/__snapshots__/execution-error-pane.spec.tsx.snap
+++ 
b/web-console/src/views/workbench-view/execution-error-pane/__snapshots__/execution-error-pane.spec.tsx.snap
@@ -10,7 +10,7 @@ exports[`ExecutionErrorPane matches snapshot 1`] = `
   >
     <React.Fragment>
       <Memo(ExternalLink)
-        
href="https://druid.apache.org/docs/latest/multi-stage-query/reference.html#error_TooManyWarnings";
+        
href="https://druid.apache.org/docs/29.0.0/multi-stage-query/reference.html#error_TooManyWarnings";
       >
         TooManyWarnings
       </Memo(ExternalLink)>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to