Skip to content

Commit

Permalink
[upgrade] Point all docs to 7.0 (#31594)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdover authored Feb 21, 2019
1 parent 99cc763 commit 50070fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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/7.0/modules-snapshots.html"
target="_blank"
type="button"
>
Expand Down Expand Up @@ -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/7.0/modules-snapshots.html"
target="_blank"
type="button"
>
Expand Down Expand Up @@ -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/7.0/modules-snapshots.html"
target="_blank"
type="button"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/7.0/modules-snapshots.html"
target="_blank"
>
<FormattedMessage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,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/7.0/setup-upgrade.html"
target="_blank"
>
<FormattedMessage
Expand Down Expand Up @@ -235,7 +235,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/7.0/logging.html#deprecation-logging"
target="_blank"
>
<FormattedMessage
Expand Down

0 comments on commit 50070fb

Please sign in to comment.