From 8d7825171f5a2827634c2b3b1c2480eff886e931 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Tue, 11 Apr 2023 12:09:12 +0000 Subject: [PATCH] fix(docs): semver link (#1470) Co-authored-by: Dominik Pschenitschni Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1470 Co-authored-by: Dominik Pschenitschni Co-committed-by: Dominik Pschenitschni --- docs/content/doc/setup/versions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/doc/setup/versions.md b/docs/content/doc/setup/versions.md index 591fb5179..fda1b6d7b 100644 --- a/docs/content/doc/setup/versions.md +++ b/docs/content/doc/setup/versions.md @@ -19,7 +19,7 @@ The Vikunja api and frontend are available in two different release flavors. Stable releases have a fixed version number like `0.18.2` and are published at irregular intervals whenever a new version is ready. They receive few bugfixes and security patches. -We use [Semantic Versioning](#) for these releases. +We use [Semantic Versioning](https://semver.org) for these releases. ## Unstable