Skip to content

Commit e475947

Browse files
committed
[DOCS] Updates advanced config docs url
Fixes doc build error: ``` advanced-config.html contains broken links to: - en/elasticsearch/reference/master/tasks.html ``` Needs to be ported to 7.17, 8.0, 8.1, 8.2, 8.3
1 parent 06c58f6 commit e475947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced-config.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ client.search(index: 'myindex', q: 'title:test', headers: {user_agent: "My App"}
165165

166166
The X-Opaque-Id header allows to track certain calls, or associate certain tasks
167167
with the client that started them (refer to
168-
https://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html#_identifying_running_tasks[the documentation]).
168+
https://www.elastic.co/guide/en/elasticsearch/reference/current/tasks.html#_identifying_running_tasks[the documentation]).
169169
To use this feature, you need to set an id for `opaque_id` on the client on each
170170
request. Example:
171171

0 commit comments

Comments
 (0)