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).