Skip to content

Commit a48e087

Browse files
committed
chore: format
1 parent 209f2e9 commit a48e087

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/start/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,11 +243,11 @@ Consider the url https://example.com/home/project/123, which renders the followi
243243

244244
If `<Project />` renders the following links, the hrefs of the links will resolve like so:
245245

246-
| In `<Project>` @ `/home/project/123` | Resolved `<a href>` |
247-
| ------------------------------------ | ------------------------ |
246+
| In `<Project>` @ `/home/project/123` | Resolved `<a href>` |
247+
| ------------------------------------ | ----------------------- |
248248
| `<Link to="abc">` | `/home/project/123/abc` |
249249
| `<Link to=".">` | `/home/project/123` |
250-
| `<Link to="..">` | `/home` |
250+
| `<Link to="..">` | `/home` |
251251
| `<Link to=".." relative="path">` | `/home/project` |
252252

253253
Note that the first `..` removes both segments of the `project/:projectId` route. By default, the `..` in relative links traverse the route hierarchy, not the URL segments. Adding `relative="path"` in the next example allows you to traverse the path segments instead.

0 commit comments

Comments
 (0)