From 3bd1948a62b248ad8c2ec5604b9b08b2960f9e2a Mon Sep 17 00:00:00 2001 From: Kapil Patel Date: Wed, 10 Apr 2024 02:03:37 +0530 Subject: [PATCH] Update link.md relative example (#11432) --- contributors.yml | 2 ++ docs/components/link.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/contributors.yml b/contributors.yml index 7996077220..b2930df688 100644 --- a/contributors.yml +++ b/contributors.yml @@ -255,3 +255,5 @@ - yracnet - yuleicul - zheng-chuang +- kapil-patel +- kapilepatel diff --git a/docs/components/link.md b/docs/components/link.md index 3bc3332841..3fccea2ee3 100644 --- a/docs/components/link.md +++ b/docs/components/link.md @@ -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/' ```