diff --git a/README.md b/README.md
index ba55d694..5b8df4c7 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
Website
·
- Docs
+ Docs
·
Sign in
·
@@ -48,7 +48,7 @@ Openpanel is a powerful analytics platform that captures and visualizes user beh
OpenPanel can be self-hosted and we have tried to make it as simple as possible.
-You can find the how to [here](https://docs.openpanel.dev/docs/self-hosting)
+You can find the how to [here](https://openpanel.dev/docs/self-hosting/self-hosting)
**Give us a star if you like it!**
diff --git a/apps/dashboard/src/components/clients/create-client-success.tsx b/apps/dashboard/src/components/clients/create-client-success.tsx
index 09edaba8..4a91167b 100644
--- a/apps/dashboard/src/components/clients/create-client-success.tsx
+++ b/apps/dashboard/src/components/clients/create-client-success.tsx
@@ -26,7 +26,7 @@ export function CreateClientSuccess({ id, secret }: Props) {
Read our{' '}
diff --git a/apps/dashboard/src/modals/AddClient.tsx b/apps/dashboard/src/modals/AddClient.tsx
index 7f486093..7e1bc88a 100644
--- a/apps/dashboard/src/modals/AddClient.tsx
+++ b/apps/dashboard/src/modals/AddClient.tsx
@@ -65,7 +65,7 @@ export default function AddClient() {