From e18edbd0806abe8b1ca7220758f6987b3868e5da Mon Sep 17 00:00:00 2001 From: Manuel <30572287+manuel-rw@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:13:45 +0100 Subject: [PATCH] fix: broken links --- blog/2023/11-10-authentication/index.mdx | 2 +- docs/widgets/clock/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/2023/11-10-authentication/index.mdx b/blog/2023/11-10-authentication/index.mdx index 79d4d392..39c5466f 100644 --- a/blog/2023/11-10-authentication/index.mdx +++ b/blog/2023/11-10-authentication/index.mdx @@ -32,7 +32,7 @@ provide you a viable solution today. - Removed ``EDIT_MODE_PASSWORD`` environment variable - Added mounting point ``/data`` for your database - Require at least one administrator account on your instance. An onboarding process will automatically set this up. -- We've added analytics to the documentation and Homarr itself. We use [Umami Analytics](https://umami.is/) which collects anonymous data exclusively and protects your personal data rights. You can disable this using the environment variable ``DISABLE_ANALYTICS``. More information [here](/docs/advanced/environment-variables#anonymous-analytics) +- We've added analytics to the documentation and Homarr itself. We use [Umami Analytics](https://umami.is/) which collects anonymous data exclusively and protects your personal data rights. You can disable this using the environment variable ``DISABLE_ANALYTICS``. ## Changes in detail diff --git a/docs/widgets/clock/index.mdx b/docs/widgets/clock/index.mdx index 83d9e67e..7bcb6ae7 100644 --- a/docs/widgets/clock/index.mdx +++ b/docs/widgets/clock/index.mdx @@ -5,7 +5,7 @@ tags: - Configuration --- -The Clock Widget will display the current time and date. The Widget will use your current system time. If you are using Docker, ensure that the [timezone is set correctly](/docs/advanced/environment-variables#timezone-settings). +The Clock widget will display the current time and date. The widget will use your current system time. ![](./img/screenshot.png)