Skip to content

Commit

Permalink
fix link in queries
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelvlach committed Jan 18, 2024
1 parent 724f8b6 commit 6286ed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- [Insert nodes](#insert-nodes)
- [Insert edges](#insert-edges)
- [Insert aliases](#insert-aliases)
- [Insert index](#insert-index)
- [Insert indexes](#insert-indexes)
- [Insert values](#insert-values)
- [Remove](#remove)
- [Remove elements](#remove-elements)
Expand Down Expand Up @@ -342,7 +342,7 @@ The result will contain:
- number of aliases inserted or updated
- empty list of elements

### Insert query
### Insert indexes

```Rust
pub struct InsertIndexQuery(pub DbValue);
Expand Down

0 comments on commit 6286ed5

Please sign in to comment.