Skip to content

Commit

Permalink
Prepare for 28.0.0 release (#15117)
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshSingla authored Oct 10, 2023
1 parent 48f35b3 commit 98877bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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/28.0.0"
icon="th"
multiline={false}
popoverProps={Object {}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/28.0.0/operations/rule-configuration.html"
rel="noopener noreferrer"
target="_blank"
>
Expand Down
2 changes: 1 addition & 1 deletion web-console/src/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import hasOwnProp from 'has-own-prop';

// 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 = '28.0.0';

function fillVersion(str: string): string {
return str.replace(/\{\{VERSION}}/g, DRUID_DOCS_VERSION);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/28.0.0/multi-stage-query/reference.html#error_TooManyWarnings"
>
TooManyWarnings
</Memo(ExternalLink)>
Expand Down

0 comments on commit 98877bd

Please sign in to comment.