fix snapshots for doc links (#13000)

This commit is contained in:
Vadim Ogievetsky 2022-08-30 13:58:46 -07:00 committed by GitHub
parent 4fa0d08961
commit 459a66deaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -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 {}}

View File

@ -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)>

View File

@ -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)>

View File

@ -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"
>