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 hyperdiv_docs/pages/guide/pages_and_navigation.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def pages_and_navigation():

hd.markdown(
"""
Hyperdiv comes with a basic router, built on top of
Hyperdiv comes with a basic [`router`](/reference/components/router), built on top of
[`location`](/reference/components/location), that makes
it easy to build apps with multiple pages. When using
Router, you write one function for each page, decorating
Expand Down