Skip to content

Commit c57786e

Browse files
kilfoylegithub-actions[bot]
authored andcommitted
Update link in dsl_how_to_guides.md (#3122)
I'd like to temporarily divert this Store and retrieve scripts linke (cherry picked from commit f5e504d)
1 parent a863b53 commit c57786e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/dsl_how_to_guides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ first = Post.get(id=42)
917917
first.update(published=True, published_by='me')
918918
```
919919

920-
In case you wish to use a `painless` script to perform the update you can pass in the script string as `script` or the `id` of a [stored script](docs-content://explore-analyze/scripting/modules-scripting-using.md#script-stored-scripts) via `script_id`. All additional keyword arguments to the `update` method will then be passed in as parameters of the script. The document will not be updated in place.
920+
In case you wish to use a `painless` script to perform the update you can pass in the script string as `script` or the `id` of a [stored script](docs-content://explore-analyze/scripting/modules-scripting-using.md) via `script_id`. All additional keyword arguments to the `update` method will then be passed in as parameters of the script. The document will not be updated in place.
921921

922922
```python
923923
# retrieve the document

0 commit comments

Comments
 (0)