Update docs/frontend-system/architecture/07-routes.md

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2024-01-12 15:52:58 +01:00
parent 6d88c626c0
commit e083d88a23
@@ -105,7 +105,7 @@ export const detailsRouteRef = createRouteRef({
Route references can be used to link to page in the same plugin, or to pages in a different plugins. In this section we will cover the first scenario, if you are interested in link to a page of a different plugin, please go to the [external routes](#external-router-references) section below.
Alright, let's presume that we have a plugin that renders two different pages, and these pages link to each other.
Let's presume that we have a plugin that renders two different pages, and these pages link to each other.
First lets create the routes references: