Skip to content

Commit

Permalink
Fixed broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegoatly committed Feb 6, 2022
1 parent 50d2f5c commit d98d0b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -7,4 +7,4 @@ description: >
file whenever changes are made to it.
---

First you will need to make sure that the index is deserialized before use, as demonstrated [here](..), and add an [index modification hook](../Index%20construction/WithIndexModificationAction) to serialize the index whenever a new snapshot is created.
First you will need to make sure that the index is deserialized before use, as demonstrated [here](..), and add an [index modification hook](../../index-construction/withindexmodificationaction) to serialize the index whenever a new snapshot is created.
2 changes: 1 addition & 1 deletion docs/content/en/docs/faq/_index.md
Expand Up @@ -21,4 +21,4 @@ Yes, this is managed by two mechanisms:

### Can I automatically serialize an index when it changes?

Yes, you need to add a hook to `FullTextIndexBuilder<TKey>.WithIndexModificationAction`. There's an [example here](../Index%20construction/WithIndexModificationAction).
Yes, you need to add a hook to `FullTextIndexBuilder<TKey>.WithIndexModificationAction`. There's an [example here](../index-construction/withindexmodificationaction).

0 comments on commit d98d0b3

Please sign in to comment.