[upgrade] Point all docs to 6.7 (#31595)

This commit is contained in:
Josh Dover 2019-02-20 13:40:29 -06:00 committed by GitHub
parent fd58b08037
commit 3fc0a9edfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

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