From c83d77c02a2da84814223da4bc69e3d112e104a4 Mon Sep 17 00:00:00 2001 From: FoxxMD Date: Tue, 10 Dec 2024 15:28:25 +0000 Subject: [PATCH] docs: Fix bad transform links --- README.md | 2 +- docsite/src/pages/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 947c3965..6e382cd1 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ A javascript app to scrobble music you listened to, to [Maloja](https://github.c * Graceful network and client failure handling (queued scrobbles that auto-retry) * Smart handling of credentials (persistent, authorization through app) * Easy configuration through ENVs or JSON -* Modify data before scrobbling with [regular expression or search patterns](https://foxxmd.github.io/multi-scrobbler/docs/transforms) +* Modify data before scrobbling with [regular expression or search patterns](https://foxxmd.github.io/multi-scrobbler/docs/configuration/transforms) * Install using [Docker images for x86/ARM](https://foxxmd.github.io/multi-scrobbler/docs/installation#docker), [flatpak](https://foxxmd.github.io/multi-scrobbler/docs/installation#flatpak), or [locally with NodeJS](https://foxxmd.github.io/multi-scrobbler/docs/installation#nodejs) [**Quick Start Guide**](https://foxxmd.github.io/multi-scrobbler/docs/quickstart) diff --git a/docsite/src/pages/index.mdx b/docsite/src/pages/index.mdx index c28b0abc..28a7c1c8 100644 --- a/docsite/src/pages/index.mdx +++ b/docsite/src/pages/index.mdx @@ -40,7 +40,7 @@ A javascript app to scrobble music you listened to, to [Maloja](https://github.c * Graceful network and client failure handling (queued scrobbles that auto-retry) * Smart handling of credentials (persistent, authorization through app) * Easy configuration through ENVs or JSON -* Modify data before scrobbling with [regular expression or search patterns](docs/transforms) +* Modify data before scrobbling with [regular expression or search patterns](docs/configuration/transforms) * Install using [Docker images for x86/ARM](docs/installation#docker), [flatpak](docs/installation#flatpak), or [locally with NodeJS](docs/installation#nodejs) [**Quick Start Guide**](docs/quickstart)