From 32c09b436f8fd67edbaba7749a37569214cc9567 Mon Sep 17 00:00:00 2001 From: itskovacs Date: Wed, 5 Nov 2025 00:03:48 +0100 Subject: [PATCH] :memo: Update documentation links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82e16c4..0bcc68c 100644 --- a/README.md +++ b/README.md @@ -70,10 +70,10 @@ docker run -d -p 8080:8000 -v ./storage:/app/storage ghcr.io/itskovacs/trip:1 ### Configuration -Refer to the [configuration documentation](https://github.com/itskovacs/trip/tree/main/docs/config.md) to set up OIDC authentication and other settings. +Refer to the [configuration documentation](https://itskovacs.github.io/trip/docs/getting-started/configuration) to set up OIDC authentication and other settings. > [!TIP] -> See [Usage Tips](https://github.com/itskovacs/trip/tree/main/docs/usage_tips.md) in docs for advanced features. +> See [Documentation](https://itskovacs.github.io/trip/docs/intro) to learn more.