Skip to content

Commit

Permalink
Update 20-fasterkv-basics.md
Browse files Browse the repository at this point in the history
  • Loading branch information
badrishc authored May 4, 2021
1 parent 15aa992 commit ef08459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_docs/20-fasterkv-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ Recovery is simple; after instantiating a new store, you call:
store.Recover();
```

You can also checkpoint the hash index for faster recovery. Learn more about checkpoint-recovery on a dedicated page [here](/docs/fasterkv-recovery/).
You can also checkpoint the hash index for faster recovery. Learn more about checkpoint-recovery on a dedicated page [here](/FASTER/docs/fasterkv-recovery/).


## Quick End-To-End Sample
Expand Down

0 comments on commit ef08459

Please sign in to comment.