Skip to content

Commit 27111f9

Browse files
authored
[DOCS] Updates pull and issue release attributes (#58348)
1 parent 6f5b783 commit 27111f9

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

docs/Versions.asciidoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ include::{docs-root}/shared/versions/stack/{source_branch}.asciidoc[]
88
:build_flavor: default
99
:build_type: tar
1010

11-
:issue: https://github.com/elastic/elasticsearch/issues/
12-
:ml-issue: https://github.com/elastic/ml-cpp/issues/
13-
:pull: https://github.com/elastic/elasticsearch/pull/
14-
:ml-pull: https://github.com/elastic/ml-cpp/pull/
1511
:docker-repo: docker.elastic.co/elasticsearch/elasticsearch
1612
:docker-image: {docker-repo}:{version}
1713
:plugin_url: https://artifacts.elastic.co/downloads/elasticsearch-plugins

docs/reference/cat/tasks.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<titleabbrev>cat task management</titleabbrev>
55
++++
66

7-
beta::["The cat task management API is new and should still be considered a beta feature. The API may change in ways that are not backwards compatible.",{issue}51628]
7+
beta::["The cat task management API is new and should still be considered a beta feature. The API may change in ways that are not backwards compatible.",{es-issue}51628]
88

99
Returns information about tasks currently executing in the cluster,
1010
similar to the <<tasks,task management>> API.

docs/reference/cluster/tasks.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<titleabbrev>Task management</titleabbrev>
55
++++
66

7-
beta::["The task management API is new and should still be considered a beta feature. The API may change in ways that are not backwards compatible.",{issue}51628]
7+
beta::["The task management API is new and should still be considered a beta feature. The API may change in ways that are not backwards compatible.",{es-issue}51628]
88

99
Returns information about the tasks currently executing in the cluster.
1010

docs/reference/release-notes/8.0.0-alpha1.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ The changes listed below have been released for the first time in {es}
1111
=== Breaking changes
1212

1313
Aggregations::
14-
* Disallow specifying the same percentile multiple times in percentiles aggregation {pull}52257[#52257]
14+
* Disallow specifying the same percentile multiple times in percentiles aggregation {es-pull}52257[#52257]
1515

1616
Mapping::
1717
* Dynamic mappings in indices created on 8.0 and later have stricter validation at mapping update time.
18-
(e.g. incorrect analyzer settings or unknown field types). {pull}51233[#51233]
18+
(e.g. incorrect analyzer settings or unknown field types). {es-pull}51233[#51233]
1919

2020
Deprecations::
21-
* Remove undocumented endpoints of hot threads API {pull}55109[#55109]
21+
* Remove undocumented endpoints of hot threads API {es-pull}55109[#55109]
2222

2323
Slow loggers::
2424
* `index.indexing.slowlog.level` and `index.search.slowlog.level` are removed. These settings can be worked around
2525
by using appropriate thresholds. If for instance we want to simulate `index.indexing.slowlog.level` = `INFO` then
2626
all we need to do is to set `index.indexing.slowlog.threshold.index.debug` and
27-
`index.indexing.slowlog.threshold.index.trace` to `-1` {pull}57591[#57591]
27+
`index.indexing.slowlog.threshold.index.trace` to `-1` {es-pull}57591[#57591]
2828

2929

3030

0 commit comments

Comments
 (0)