Skip to content

Commit

Permalink
Correct "{prev-major-last}" to 7.17 (#145264)
Browse files Browse the repository at this point in the history
Currently the page shows "{prev-major-last}" instead of "7.17" for some
reason, this PR would correct that

## Summary

This is currently shown when people browse to
https://www.elastic.co/guide/en/kibana/7.17/upgrade-assistant.html :


![image](https://user-images.githubusercontent.com/94469565/201962359-65c48b95-fb59-4406-aefa-5d3fb95be2b4.png)

This would correct it to 7.17.
  • Loading branch information
emrcbrn authored Nov 15, 2022
1 parent a1730fd commit 783edc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/management/upgrade-assistant/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The assistant identifies deprecated settings in your configuration,
enables you to see if you are using deprecated features,
and guides you through the process of resolving issues.

IMPORTANT: To upgrade to 8.0 or later, **you must first upgrade to {prev-major-last}**.
IMPORTANT: To upgrade to 8.0 or later, **you must first upgrade to 7.17**.

If you have indices that were created prior to 7.0,
you can use the assistant to reindex them so they can be accessed from 8.0.
Expand Down

0 comments on commit 783edc7

Please sign in to comment.