From dc67be2ba0ec0341974f8d9323dc3adc8bc6f94e Mon Sep 17 00:00:00 2001 From: Stavros Date: Sat, 11 Oct 2025 23:18:20 +0300 Subject: [PATCH] fix: remove html suffix from docs link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ca9b9a..934fc76 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Tinyauth is a simple authentication middleware that adds a simple login screen o ## Getting Started -You can easily get started with Tinyauth by following the guide in the [documentation](https://tinyauth.app/docs/getting-started.html). There is also an available [docker compose](./docker-compose.example.yml) file that has Traefik, Whoami and Tinyauth to demonstrate its capabilities. +You can easily get started with Tinyauth by following the guide in the [documentation](https://tinyauth.app/docs/getting-started). There is also an available [docker compose](./docker-compose.example.yml) file that has Traefik, Whoami and Tinyauth to demonstrate its capabilities. ## Demo