mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
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:
parent
0640585ad2
commit
49511a957e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue