From 601223883450d8b486b1a5bbc88c83116ab80131 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Wed, 5 Apr 2023 13:04:34 +0200 Subject: [PATCH] fix(docs): semver link --- 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