Skip to content

Commit d7fe75a

Browse files
authored
[DOCS] Fix hard-coded links (#209433)
1 parent 15c1679 commit d7fe75a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/CHANGELOG.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,7 @@ Before you upgrade to 8.0.0., remove these settings from kibana.yml.
14341434
To start {kib}, you must enable inline scripting in {es}. For more information, refer to {kibana-pull}113068[#113068].
14351435
14361436
*Impact* +
1437-
Enable link:https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-scripting-security.html[inline scripting].
1437+
Enable link:{ref}/modules-scripting-security.html[inline scripting].
14381438
====
14391439
14401440
[discrete]

docs/developer/plugin-api-changes/plugin-api-changes.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ initiated a request to the {es} server. To overcome this problem, we introduced
1818
1919
`execution_context` propagates specified metadata from the {kib} browser app
2020
or {kib} server to the {es} server through the `x-opaque-id` header emitted to the
21-
{es} https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules-slowlog.html[slow logs].
22-
For details, check the https://www.elastic.co/guide/en/kibana/master/kibana-troubleshooting-trace-query.html[troubleshooting guide].
21+
{es} {ref}/index-modules-slowlog.html[slow logs].
22+
For details, check the <<kibana-troubleshooting-trace-query,troubleshooting guide>>.
2323
2424
The `execution_context` has the following interface:
2525

docs/osquery/osquery.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ As an example, the following configuration disables two tables.
349349
The https://github.com/osquery/osquery/releases[Osquery version] available on an Elastic Agent
350350
is associated to the version of Osquery Beat on the Agent.
351351
To get the latest version of Osquery Beat,
352-
https://www.elastic.co/guide/en/fleet/master/upgrade-elastic-agent.html[upgrade your Elastic Agent].
352+
{fleet-guide}/upgrade-elastic-agent.html[upgrade your Elastic Agent].
353353

354354
[float]
355355
=== Debug issues

0 commit comments

Comments
 (0)