mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
This commit is contained in:
parent
ee0df4b71d
commit
a8012b7b96
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ export const getDocLinksMeta = ({
|
|||
buildFlavor,
|
||||
}: GetDocLinksMetaOptions): DocLinksMeta => {
|
||||
return {
|
||||
version: kibanaBranch === 'main' ? 'master' : kibanaBranch === '8.x' ? '8.16' : kibanaBranch,
|
||||
version: kibanaBranch === 'main' ? 'master' : kibanaBranch,
|
||||
ecs_version: 'current',
|
||||
elasticWebsiteUrl: 'https://www.elastic.co/',
|
||||
elasticGithubUrl: 'https://github.com/elastic/',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue