Skip to content

Commit

Permalink
Merge pull request #170 from Leon0824/patch-2
Browse files Browse the repository at this point in the history
Fix a link
  • Loading branch information
roman-right authored Dec 16, 2021
2 parents 24b4ef0 + 3552b94 commit b007327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ More complex update operations can be performed by calling `update()` with an up
```python
await Product.find_one(Product.name == "Tony's").update(Set({Product.price: 3.33}))
```
The whole list of the update query operators can be found [here](/api-documentation/operators/update).
The whole list of the update query operators can be found [here](/beanie/api-documentation/operators/update).

Native MongoDB syntax is also accepted:
```python
Expand Down

0 comments on commit b007327

Please sign in to comment.