mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
[DOCS] Revert "Convert 8.x to 8.16 in doc link service" (#196781)
This commit is contained in:
parent
6fd3e9ac69
commit
545e85cd4f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ export const getDocLinksMeta = ({
|
||||||
buildFlavor,
|
buildFlavor,
|
||||||
}: GetDocLinksMetaOptions): DocLinksMeta => {
|
}: GetDocLinksMetaOptions): DocLinksMeta => {
|
||||||
return {
|
return {
|
||||||
version: kibanaBranch === 'main' ? 'master' : kibanaBranch === '8.x' ? '8.16' : kibanaBranch,
|
version: kibanaBranch === 'main' ? 'master' : kibanaBranch,
|
||||||
ecs_version: 'current',
|
ecs_version: 'current',
|
||||||
elasticWebsiteUrl: 'https://www.elastic.co/',
|
elasticWebsiteUrl: 'https://www.elastic.co/',
|
||||||
elasticGithubUrl: 'https://github.com/elastic/',
|
elasticGithubUrl: 'https://github.com/elastic/',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue