Fixes a single internal link to the Tag article (#169)

Co-authored-by: Michiel Appelman <michiel@appelman.se>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/169
Co-authored-by: mike <michielappelman@noreply.codeberg.org>
Co-committed-by: mike <michielappelman@noreply.codeberg.org>
This commit is contained in:
mike 2021-09-24 15:57:18 +02:00 committed by n
parent 5692bc9bce
commit da549f6a23

View file

@ -14,7 +14,7 @@ This page will show you how to do just that. The process can be decomposed in fo
## Create a release of your repository
Creating a release is optional but recommended. The reason is simply that a release will make it explicit what version of your code you want to share/cite. Any further edits to your code will not be included in the release. In other words, it is good practice to share/cite a release with fixed code rather than the always changing code of your repository.
You can find instructions on the [Tags and Releases article](git/using-tags/#creating-tags-and-releases).
You can find instructions on the [Tags and Releases article](/git/using-tags/#creating-tags-and-releases).
## Download the ZIP archive
If you did create a release, download the ZIP archive of the source code on the `Releases` tab of your repository, as shown in the previous screenshot.