Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/tutorial/next-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ While the URL-based sharing mechanism we implemented is great for prototyping, t
If you're hungry for more:

- Look at the [Cookbook](/docs/cookbook/modeling-data/) section for tips on how to model your app's data in Automerge
- 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
- 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
- Explore advanced features like:
- [Rich Text Editing](/docs/cookbook/rich-text-prosemirror-vanilla/)
- [Custom Network Adapters](/docs/reference/repositories/networking/)
Expand Down