Skip to content

Commit 3a03b40

Browse files
fix link, hopefully
1 parent f197d95 commit 3a03b40

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

docs/guide/dsl/persistence.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,8 @@ first.update(published=True, published_by='me')
393393

394394
In case you wish to use a `painless` script to perform the update you
395395
can pass in the script string as `script` or the `id` of a
396-
https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-scripting-using.html#modules-scripting-stored-scripts[stored
397-
script] via `script++_++id`. All additional keyword arguments to the
396+
https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-scripting-using.html#script-stored-scripts[stored script]
397+
via `script++_++id`. All additional keyword arguments to the
398398
`update` method will then be passed in as parameters of the script. The
399399
document will not be updated in place.
400400

docs/guide/dsl/index.asciidoc renamed to docs/guide/elasticsearch-dsl.asciidoc

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[[elasticsearch-dsl]]
12
== Elasticsearch DSL
23

34
Elasticsearch DSL is a module of the official Python client that aims to help
@@ -39,8 +40,7 @@ wrapping the document data in user-defined classes.
3940
To use the other Elasticsearch APIs (eg. cluster health) just use the
4041
regular client.
4142

42-
include::configuration.asciidoc[]
43-
include::tutorials.asciidoc[]
44-
include::howto.asciidoc[]
45-
46-
include::examples.asciidoc[]
43+
include::dsl/configuration.asciidoc[]
44+
include::dsl/tutorials.asciidoc[]
45+
include::dsl/howto.asciidoc[]
46+
include::dsl/examples.asciidoc[]

docs/guide/index-custom-title-page.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ <h4 class="mt-3">
135135
<li>
136136
<a href="integrations.html">Integrations</a>
137137
</li>
138+
<li>
139+
<a href="elasticsearch-dsl.html">Elasticsearch DSL</a>
140+
</li>
138141
<li>
139142
<a href="client-helpers.html">Client helpers</a>
140143
</li>
@@ -186,4 +189,4 @@ <h4 class="mt-3">
186189
</div>
187190
</div>
188191

189-
<p class="my-4"><a href="https://www.elastic.co/guide/index.html">View all Elastic docs</a></p>
192+
<p class="my-4"><a href="https://www.elastic.co/guide/index.html">View all Elastic docs</a></p>

docs/guide/index.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ include::integrations.asciidoc[]
2222

2323
include::examples.asciidoc[]
2424

25-
include::dsl/index.asciidoc[]
25+
include::elasticsearch-dsl.asciidoc[]
2626

2727
include::helpers.asciidoc[]
2828

0 commit comments

Comments
 (0)