From f567c4e378c74f2b6346cdd571cc22535b80016b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Thu, 21 Nov 2024 10:04:19 +0100 Subject: [PATCH] fix(public): broken links and nofollows --- apps/public/components/footer.tsx | 16 +++++++++++++--- .../articles/self-hosted-web-analytics.mdx | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/apps/public/components/footer.tsx b/apps/public/components/footer.tsx index bc296a81..fdf629ea 100644 --- a/apps/public/components/footer.tsx +++ b/apps/public/components/footer.tsx @@ -80,6 +80,7 @@ export function Footer() { - + - + @@ -125,7 +135,7 @@ export function Footer() { target="_blank" href="https://status.openpanel.dev" className="row gap-2 items-center border rounded-full px-2 py-1 max-md:self-start" - rel="noreferrer" + rel="noreferrer noopener nofollow" > Operational
diff --git a/apps/public/content/articles/self-hosted-web-analytics.mdx b/apps/public/content/articles/self-hosted-web-analytics.mdx index e67f4789..3d86b3e4 100644 --- a/apps/public/content/articles/self-hosted-web-analytics.mdx +++ b/apps/public/content/articles/self-hosted-web-analytics.mdx @@ -81,7 +81,7 @@ Each of these platforms has guides how to set up on your own server, here is our Before you start installning your analytics platform, you should secure your server. -Read our guide on [how to secure your server](/articles/how-to-secure-your-server) for more information. +Read our guide on [how to secure your server](/articles/how-to-secure-ubuntu-server) for more information. ### 4. Install your analytics platform