From 64a6093f008260150405222d942422ae9504a5e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Wed, 19 Feb 2025 00:09:41 +0100 Subject: [PATCH] chore(docs): update links to docs --- README.md | 4 ++-- .../src/components/clients/create-client-success.tsx | 2 +- apps/dashboard/src/modals/AddClient.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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() {