mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Fix cloud.indexManagement in doc link service (#137523)
This commit is contained in:
parent
8bfbfd2ff6
commit
6b34c7182c
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ export const getDocLinks = ({ kibanaBranch }: GetDocLinkOptions): DocLinks => {
|
|||
guide: `${KIBANA_DOCS}canvas.html`,
|
||||
},
|
||||
cloud: {
|
||||
indexManagement: `${ELASTIC_WEBSITE_URL}/guide/en/cloud/current/ec-configure-index-management.html`,
|
||||
indexManagement: `${ELASTIC_WEBSITE_URL}guide/en/cloud/current/ec-configure-index-management.html`,
|
||||
},
|
||||
console: {
|
||||
guide: `${KIBANA_DOCS}console-kibana.html`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue