From c1df85f36808dfb366124d780385e922b4523b3c Mon Sep 17 00:00:00 2001 From: Timo Ley Date: Sat, 26 Feb 2022 16:45:28 +0100 Subject: [PATCH] Small fixes in addon.md --- docs/schema/addon.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/schema/addon.md b/docs/schema/addon.md index 440961c..e36d1d6 100644 --- a/docs/schema/addon.md +++ b/docs/schema/addon.md @@ -29,8 +29,9 @@ It should be written in the `kebab-case` format, meaning lowercase only and usin ### version -This is the version number of this version. Versions are compared by [Maven version order rules](../concepts/versioning.md#version-order-specification). -If this version number is valid semver, the `semver` property is implicitly equal to `version` if it was not explicitly set. +This is the [version number](../concepts/versioning.md) of this version. Versions are compared by +[Maven version order rules](../concepts/versioning.md#version-order-specification). +If this version number is valid semver, the `semver` property is implicitly equal to `version` if `semver` was not explicitly set. ## Optional properties @@ -40,7 +41,8 @@ This is the version number of this version in semver format. It must follow the ### namespace -The namespace of the addon in a reverse-DNS format. Used to identify addons across repositories, if it is present. +This is the [namespace](../concepts/namespaces.md) of the addon, which should be in a reversed domain name format. +Used to identify addons across repositories. ### files