Skip to content

Commit 3bd1948

Browse files
authored
Update link.md relative example (#11432)
1 parent e404ba0 commit 3bd1948

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

contributors.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,3 +255,5 @@
255255
- yracnet
256256
- yuleicul
257257
- zheng-chuang
258+
- kapil-patel
259+
- kapilepatel

docs/components/link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ new URL("..", window.origin + location.pathname);
107107

108108
// With trailing slashes:
109109
new URL(".", window.origin + location.pathname + "/");
110-
// 'https://remix.run/docs/en/main/start/future-flags/'
110+
// 'https://remix.run/docs/en/main/start/quickstart/'
111111
new URL("..", window.origin + location.pathname + "/");
112112
// 'https://remix.run/docs/en/main/start/'
113113
```

0 commit comments

Comments
 (0)