Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Fix links in release notes #141520

Merged
merged 1 commit into from
Sep 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ Before you upgrade to 8.0.0., remove these settings from kibana.yml.
To start {kib}, you must enable inline scripting in {es}. For more information, refer to {kibana-pull}113068[#113068].

*Impact* +
Enable link:https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-scripting-security.html[inline scripting].
Enable {ref}/modules-scripting-security.html[inline scripting].
====

[discrete]
Expand Down
2 changes: 1 addition & 1 deletion docs/management/saved-objects/saved-object-ids.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ if you import it into the second space again, {kib} will find the second object

WARNING: When you import a saved object and it is created with a different ID, if 1. it contains weak links to other saved objects (such as
a dashboard with a Markdown URL to navigate to another dashboard) and 2. the object's ID has changed (step 3 above), those weak links will
be broken. For more information, refer to <<known-issue-123550,the known issue in the changelog>>.
be broken. For more information, refer to {kibana-ref-all}/8.0/release-notes-8.0.0.html#known-issue-8.0.0[the known issue in the changelog].

[[saved-object-ids-impact-when-using-apis]]
===== Using the saved objects APIs
Expand Down