Skip to content

Commit 07d3df2

Browse files
committed
1 parent 5a3fa99 commit 07d3df2

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

examples/quickstart/tutorial/hadoop/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ RUN chown root:root /root/.ssh/config
111111
# ADD supervisord.conf /etc/supervisord.conf
112112

113113
RUN wget -nv https://github.com/bitnami/wait-for-port/releases/download/v1.0/wait-for-port.zip && unzip wait-for-port.zip && mv wait-for-port /usr/bin && rm wait-for-port.zip
114-
RUN wget -nv https://github.com/apache/druid/raw/refs/heads/33.0.0/examples/quickstart/tutorial/wikiticker-2015-09-12-sampled.json.gz
114+
RUN wget -nv https://github.com/apache/druid/raw/refs/heads/34.0.0/examples/quickstart/tutorial/wikiticker-2015-09-12-sampled.json.gz
115115

116116
ADD bootstrap.sh /etc/bootstrap.sh
117117
RUN chown root:root /etc/bootstrap.sh

web-console/src/components/header-bar/__snapshots__/header-bar.spec.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ exports[`HeaderBar matches snapshot 1`] = `
366366
<Blueprint5.MenuItem
367367
active={false}
368368
disabled={false}
369-
href="https://druid.apache.org/docs/latest"
369+
href="https://druid.apache.org/docs/34.0.0"
370370
icon="th"
371371
multiline={false}
372372
popoverProps={{}}

web-console/src/components/header-bar/restricted-mode/__snapshots__/restricted-mode.spec.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ exports[`RestrictedMode matches snapshot when in auto capability detection mode
1717
For more info refer to the
1818
1919
<Memo(ExternalLink)
20-
href="https://druid.apache.org/docs/latest/operations/web-console"
20+
href="https://druid.apache.org/docs/34.0.0/operations/web-console"
2121
>
2222
web console documentation
2323
</Memo(ExternalLink)>
@@ -88,7 +88,7 @@ exports[`RestrictedMode matches snapshot when in manual capability detection mod
8888
For more info refer to the
8989
9090
<Memo(ExternalLink)
91-
href="https://druid.apache.org/docs/latest/operations/web-console"
91+
href="https://druid.apache.org/docs/34.0.0/operations/web-console"
9292
>
9393
web console documentation
9494
</Memo(ExternalLink)>

web-console/src/dialogs/compaction-config-dialog/__snapshots__/compaction-config-dialog.spec.tsx.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ exports[`CompactionConfigDialog matches snapshot with compactionConfig (dynamic
360360
For more information refer to the
361361
362362
<Memo(ExternalLink)
363-
href="https://druid.apache.org/docs/latest/ingestion/concurrent-append-replace"
363+
href="https://druid.apache.org/docs/34.0.0/ingestion/concurrent-append-replace"
364364
>
365365
documentation
366366
</Memo(ExternalLink)>
@@ -770,7 +770,7 @@ exports[`CompactionConfigDialog matches snapshot with compactionConfig (hashed p
770770
For more information refer to the
771771
772772
<Memo(ExternalLink)
773-
href="https://druid.apache.org/docs/latest/ingestion/concurrent-append-replace"
773+
href="https://druid.apache.org/docs/34.0.0/ingestion/concurrent-append-replace"
774774
>
775775
documentation
776776
</Memo(ExternalLink)>
@@ -1180,7 +1180,7 @@ exports[`CompactionConfigDialog matches snapshot with compactionConfig (range pa
11801180
For more information refer to the
11811181
11821182
<Memo(ExternalLink)
1183-
href="https://druid.apache.org/docs/latest/ingestion/concurrent-append-replace"
1183+
href="https://druid.apache.org/docs/34.0.0/ingestion/concurrent-append-replace"
11841184
>
11851185
documentation
11861186
</Memo(ExternalLink)>
@@ -1590,7 +1590,7 @@ exports[`CompactionConfigDialog matches snapshot without compactionConfig 1`] =
15901590
For more information refer to the
15911591
15921592
<Memo(ExternalLink)
1593-
href="https://druid.apache.org/docs/latest/ingestion/concurrent-append-replace"
1593+
href="https://druid.apache.org/docs/34.0.0/ingestion/concurrent-append-replace"
15941594
>
15951595
documentation
15961596
</Memo(ExternalLink)>

web-console/src/dialogs/retention-dialog/__snapshots__/retention-dialog.spec.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ exports[`RetentionDialog matches snapshot 1`] = `
6767
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
6868
6969
<a
70-
href="https://druid.apache.org/docs/latest/operations/rule-configuration"
70+
href="https://druid.apache.org/docs/34.0.0/operations/rule-configuration"
7171
rel="noopener noreferrer"
7272
target="_blank"
7373
>

web-console/src/links.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818

1919
// This is set to the latest available version and should be updated to the next version before release
20-
const DRUID_DOCS_VERSION = 'latest';
20+
const DRUID_DOCS_VERSION = '34.0.0';
2121

2222
function fillVersion(str: string): string {
2323
return str.replace(/\{\{VERSION}}/g, DRUID_DOCS_VERSION);

web-console/src/views/workbench-view/execution-error-pane/__snapshots__/execution-error-pane.spec.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exports[`ExecutionErrorPane matches snapshot 1`] = `
1010
>
1111
<React.Fragment>
1212
<Memo(ExternalLink)
13-
href="https://druid.apache.org/docs/latest/multi-stage-query/reference#error_TooManyWarnings"
13+
href="https://druid.apache.org/docs/34.0.0/multi-stage-query/reference#error_TooManyWarnings"
1414
>
1515
TooManyWarnings
1616
</Memo(ExternalLink)>

0 commit comments

Comments
 (0)