mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[upgrade] Point all docs to 6.7 (#31595)
This commit is contained in:
parent
fd58b08037
commit
3fc0a9edfb
3 changed files with 6 additions and 6 deletions
|
@ -47,7 +47,7 @@ exports[`CheckupTab render with deprecations 1`] = `
|
|||
Object {
|
||||
"snapshotRestoreDocsButton": <EuiLink
|
||||
color="primary"
|
||||
href="https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-snapshots.html"
|
||||
href="https://www.elastic.co/guide/en/elasticsearch/reference/6.7/modules-snapshots.html"
|
||||
target="_blank"
|
||||
type="button"
|
||||
>
|
||||
|
@ -343,7 +343,7 @@ exports[`CheckupTab render with error 1`] = `
|
|||
Object {
|
||||
"snapshotRestoreDocsButton": <EuiLink
|
||||
color="primary"
|
||||
href="https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-snapshots.html"
|
||||
href="https://www.elastic.co/guide/en/elasticsearch/reference/6.7/modules-snapshots.html"
|
||||
target="_blank"
|
||||
type="button"
|
||||
>
|
||||
|
@ -420,7 +420,7 @@ exports[`CheckupTab render without deprecations 1`] = `
|
|||
Object {
|
||||
"snapshotRestoreDocsButton": <EuiLink
|
||||
color="primary"
|
||||
href="https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-snapshots.html"
|
||||
href="https://www.elastic.co/guide/en/elasticsearch/reference/6.7/modules-snapshots.html"
|
||||
target="_blank"
|
||||
type="button"
|
||||
>
|
||||
|
|
|
@ -116,7 +116,7 @@ export class CheckupTab extends UpgradeAssistantTabComponent<CheckupTabProps, Ch
|
|||
values={{
|
||||
snapshotRestoreDocsButton: (
|
||||
<EuiLink
|
||||
href="https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-snapshots.html"
|
||||
href="https://www.elastic.co/guide/en/elasticsearch/reference/6.7/modules-snapshots.html"
|
||||
target="_blank"
|
||||
>
|
||||
<FormattedMessage
|
||||
|
|
|
@ -75,7 +75,7 @@ const START_UPGRADE_STEP = {
|
|||
values={{
|
||||
instructionButton: (
|
||||
<EuiLink
|
||||
href="https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-upgrade.html"
|
||||
href="https://www.elastic.co/guide/en/elasticsearch/reference/6.7/setup-upgrade.html"
|
||||
target="_blank"
|
||||
>
|
||||
<FormattedMessage
|
||||
|
@ -236,7 +236,7 @@ export const StepsUI: StatelessComponent<
|
|||
values={{
|
||||
deprecationLogsDocButton: (
|
||||
<EuiLink
|
||||
href="https://www.elastic.co/guide/en/elasticsearch/reference/current/logging.html#deprecation-logging"
|
||||
href="https://www.elastic.co/guide/en/elasticsearch/reference/6.7/logging.html#deprecation-logging"
|
||||
target="_blank"
|
||||
>
|
||||
<FormattedMessage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue