[Code] udpate links in setup guide (#38928)

This commit is contained in:
chongzhe 2019-06-13 13:06:55 -07:00 committed by GitHub
parent 421a941df5
commit 4e8206b380
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -92,9 +92,9 @@ const steps = [
<EuiLink href={documentationLinks.codeOtherFeatures} target="_blank">
navigating
</EuiLink>{' '}
the repo. If language support is available to the repo, also make sure{' '}
the repo. If language support is available to the repo, make sure{' '}
<EuiLink href={documentationLinks.semanticNavigation} target="_blank">
Semantic Navigation
semantic navigation
</EuiLink>{' '}
is available as well.
</p>

View file

@ -15,7 +15,7 @@ export const documentationLinks = {
codeGettingStarted: `${ELASTIC_WEBSITE_URL}guide/en/kibana/7.2/code-getting-started.html`,
codeRepoManagement: `${ELASTIC_WEBSITE_URL}guide/en/kibana/7.2/code-repo-management.html`,
codeSearch: `${ELASTIC_WEBSITE_URL}guide/en/kibana/7.2/code-search.html`,
codeOtherFeatures: `${ELASTIC_WEBSITE_URL}guide/en/kibana/7.2/code-other-navigation-features.html`,
semanticNavigation: `${ELASTIC_WEBSITE_URL}guide/en/kibana/7.2/code-semantic-code-navigation.html`,
codeOtherFeatures: `${ELASTIC_WEBSITE_URL}guide/en/kibana/7.2/code-basic-nav.html`,
semanticNavigation: `${ELASTIC_WEBSITE_URL}guide/en/kibana/7.2/code-semantic-nav.html`,
kibanaRoleManagement: `${ELASTIC_WEBSITE_URL}guide/en/kibana/7.2/_kibana_role_management.html`,
};