Hardcode 7.x breaking changes URL in Upgrade Assistant (#31032)

* Hardcode 7.x breaking changes URL in Upgrade Assistant

* Use 7.0 instead of 7.x
This commit is contained in:
Josh Dover 2019-02-14 14:51:54 -06:00 committed by GitHub
parent 0640585ad2
commit 49511a957e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ export const LatestMinorBanner: React.StatelessComponent = () => (
values={{
breakingChangesDocButton: (
<EuiLink
href="https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes.html"
href="https://www.elastic.co/guide/en/elasticsearch/reference/7.0/breaking-changes-7.0.html"
target="_blank"
>
<FormattedMessage