Rename link.md to links.md

This commit is contained in:
Timo Ley 2022-02-26 12:27:59 +01:00
parent b0d25a7018
commit e4f20cf7df
5 changed files with 6 additions and 6 deletions

View file

@ -21,7 +21,7 @@
- [Installing](concepts/install.md)
- [Flags](concepts/flags.md)
- [Links](concepts/link.md)
- [Links](concepts/links.md)
- [Namespaces](concepts/namespaces.md)
- [Versioning](concepts/versioning.md)

View file

@ -4,5 +4,5 @@ With zip packaging, the AddonScript file and the associated files are contained
a zip file. The AddonScript file has to be called `addon.json` and can either be placed
at the root of the zip file or, if there is just one directory in the root of the zip file,
in this directory. All files and directories inside the zip file can be accessed from AddonScript
using the [file links](../concepts/link.md#file). The path from the file URL is relative to the location of
using the [file links](../concepts/links.md#file). The path from the file URL is relative to the location of
the AddonScript file.

View file

@ -22,7 +22,7 @@ The file ID has to be unique to this addon version.
### link
This is an array of [links](../concepts/link.md), which are pointing to the actual file. All of these links must
This is an array of [links](../concepts/links.md), which are pointing to the actual file. All of these links must
have the same file type. Since AddonScript treats directories and zip files equally,
they can be mixed in the same link array. When downloading the file,
the first link in this array should be used with the other links as fallback, if the first doesn't work.

View file

@ -46,12 +46,12 @@ display to the user.
### icon
A [link](../concepts/link.md) to the icon of the addon. This path should point to an image file of small resolution
A [link](../concepts/links.md) to the icon of the addon. This path should point to an image file of small resolution
which is ideally square. It can be dispayed to users in programs.
### description
A [link](../concepts/link.md) to a description file for the addon. The file should be in CommonMark markdown.
A [link](../concepts/links.md) to a description file for the addon. The file should be in CommonMark markdown.
### summary
@ -83,7 +83,7 @@ An array of people who have contributed to the addon.
### changelog
A [link](../concepts/link.md) to a changelog file for the addon.
A [link](../concepts/links.md) to a changelog file for the addon.
### timestamp