mirror of
https://github.com/apache/druid.git
synced 2025-03-01 14:59:08 +00:00
fix snapshots for doc links (#13000)
This commit is contained in:
parent
4fa0d08961
commit
459a66deaa
@ -326,7 +326,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/24.0.0"
|
||||
icon="th"
|
||||
multiline={false}
|
||||
popoverProps={Object {}}
|
||||
|
@ -12,7 +12,7 @@ exports[`CoordinatorDynamicConfigDialog matches snapshot 1`] = `
|
||||
Edit the coordinator dynamic configuration on the fly. For more information please refer to the
|
||||
|
||||
<Memo(ExternalLink)
|
||||
href="https://druid.apache.org/docs/latest/configuration/index.html#dynamic-configuration"
|
||||
href="https://druid.apache.org/docs/24.0.0/configuration/index.html#dynamic-configuration"
|
||||
>
|
||||
documentation
|
||||
</Memo(ExternalLink)>
|
||||
|
@ -11,7 +11,7 @@ exports[`OverlordDynamicConfigDialog matches snapshot 1`] = `
|
||||
Edit the overlord dynamic configuration on the fly. For more information please refer to the
|
||||
|
||||
<Memo(ExternalLink)
|
||||
href="https://druid.apache.org/docs/latest/configuration/index.html#overlord-dynamic-configuration"
|
||||
href="https://druid.apache.org/docs/24.0.0/configuration/index.html#overlord-dynamic-configuration"
|
||||
>
|
||||
documentation
|
||||
</Memo(ExternalLink)>
|
||||
|
@ -63,7 +63,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/24.0.0/operations/rule-configuration.html"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user