Skip to content

Commit

Permalink
Fix link to docs about on prem registry (#121236) (#121372)
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/core/public/doc_links/doc_links_service.ts
  • Loading branch information
dedemorton authored Dec 16, 2021
1 parent 6f6e18c commit 651a0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/public/doc_links/doc_links_service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ export class DocLinksService {
upgradeElasticAgent712lower: `${FLEET_DOCS}upgrade-elastic-agent.html#upgrade-7.12-lower`,
learnMoreBlog: `${ELASTIC_WEBSITE_URL}blog/elastic-agent-and-fleet-make-it-easier-to-integrate-your-systems-with-elastic`,
apiKeysLearnMore: `${KIBANA_DOCS}api-keys.html`,
onPremRegistry: `${ELASTIC_WEBSITE_URL}guide/en/integrations-developer/current/air-gapped.html`,
onPremRegistry: `${FLEET_DOCS}air-gapped.html`,
},
ecs: {
guide: `${ELASTIC_WEBSITE_URL}guide/en/ecs/current/index.html`,
Expand Down

0 comments on commit 651a0e9

Please sign in to comment.