Skip to content

Commit 5bd71ce

Browse files
fix link, hopefully
1 parent f197d95 commit 5bd71ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/dsl/persistence.asciidoc

Lines changed: 2 additions & 2 deletions
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#modules-scripting-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

0 commit comments

Comments
 (0)