Skip to content

Commit

Permalink
Update link.md relative example (#11432)
Browse files Browse the repository at this point in the history
  • Loading branch information
kapilepatel committed Apr 9, 2024
1 parent e404ba0 commit 3bd1948
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions contributors.yml
Expand Up @@ -255,3 +255,5 @@
- yracnet
- yuleicul
- zheng-chuang
- kapil-patel
- kapilepatel
2 changes: 1 addition & 1 deletion docs/components/link.md
Expand Up @@ -107,7 +107,7 @@ new URL("..", window.origin + location.pathname);

// With trailing slashes:
new URL(".", window.origin + location.pathname + "/");
// 'https://remix.run/docs/en/main/start/future-flags/'
// 'https://remix.run/docs/en/main/start/quickstart/'
new URL("..", window.origin + location.pathname + "/");
// 'https://remix.run/docs/en/main/start/'
```
Expand Down

0 comments on commit 3bd1948

Please sign in to comment.