chore(docs): update links to docs
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<br />
|
<br />
|
||||||
<a href="https://openpanel.dev">Website</a>
|
<a href="https://openpanel.dev">Website</a>
|
||||||
·
|
·
|
||||||
<a href="https://docs.openpanel.dev">Docs</a>
|
<a href="https://openpanel.dev/docs">Docs</a>
|
||||||
·
|
·
|
||||||
<a href="https://dashboard.openpanel.dev">Sign in</a>
|
<a href="https://dashboard.openpanel.dev">Sign in</a>
|
||||||
·
|
·
|
||||||
@@ -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.
|
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!**
|
**Give us a star if you like it!**
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ export function CreateClientSuccess({ id, secret }: Props) {
|
|||||||
Read our{' '}
|
Read our{' '}
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href="https://docs.openpanel.dev"
|
href="https://openpanel.dev/docs"
|
||||||
className="underline"
|
className="underline"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ export default function AddClient() {
|
|||||||
<div className="mt-4 flex gap-4">
|
<div className="mt-4 flex gap-4">
|
||||||
<a
|
<a
|
||||||
className={cn(buttonVariants({ variant: 'secondary' }), 'flex-1')}
|
className={cn(buttonVariants({ variant: 'secondary' }), 'flex-1')}
|
||||||
href="https://docs.openpanel.dev/docs"
|
href="https://openpanel.dev/docs"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user