Skip to content

Commit 14a3035

Browse files
rgbkrkivanreese
authored andcommitted
Correct links
The current links were 404ing. Fixed the paths and also made them work when served locally.
1 parent efc2249 commit 14a3035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/tutorial/next-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ While the URL-based sharing mechanism we implemented is great for prototyping, t
2222
If you're hungry for more:
2323

2424
- Look at the [Cookbook](/docs/cookbook/modeling-data/) section for tips on how to model your app's data in Automerge
25-
- Dive deeper into how Automerge [stores](https://automerge.org/docs/under-the-hood/storage/) and [merges](https://automerge.org/docs/under-the-hood/merge_rules/) documents in the 'Under the Hood' section
25+
- Dive deeper into how Automerge [stores](/docs/reference/under-the-hood/storage/) and [merges](/docs/reference/under-the-hood/merge-rules/) documents in the 'Under the Hood' section
2626
- Explore advanced features like:
2727
- [Rich Text Editing](/docs/cookbook/rich-text-prosemirror-vanilla/)
2828
- [Custom Network Adapters](/docs/reference/repositories/networking/)

0 commit comments

Comments
 (0)