From 7b8d306649be8575e6fd7942478d5828d4d61a22 Mon Sep 17 00:00:00 2001 From: p-sw Date: Sat, 15 Jun 2024 12:35:05 +0900 Subject: [PATCH] fix: replace old github repo to new repo URL --- src/RouteObject.ts | 2 +- src/docs/introduction.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/RouteObject.ts b/src/RouteObject.ts index ccecdab..5dc2fa2 100644 --- a/src/RouteObject.ts +++ b/src/RouteObject.ts @@ -13,7 +13,7 @@ const mainNav = [ eq: (pathname: string) => pathname.startsWith("/docs/components"), }, { - path: "https://github.com/p-sw/ui", + path: "https://github.com/pswui/ui", name: "Github", eq: () => false, }, diff --git a/src/docs/introduction.mdx b/src/docs/introduction.mdx index f286d8f..63fcec6 100644 --- a/src/docs/introduction.mdx +++ b/src/docs/introduction.mdx @@ -34,8 +34,8 @@ I'm working with this priority: 2. Fixing bugs with existing components. 3. Make it looks nice. -Also, there is a [Github README](https://github.com/p-sw/ui) for component implementation plans. +Also, there is a [Github README](https://github.com/pswui/ui) for component implementation plans. You can see what component is implemented, or planned to be implemented. -If you have any ideas or suggestions, please let me know in [Github Issues](https://github.com/p-sw/ui/issues). +If you have any ideas or suggestions, please let me know in [Github Issues](https://github.com/pswui/ui/issues).