diff --git a/content/collaborating/citable-code.md b/content/collaborating/citable-code.md index 2e0a3c9..967f693 100644 --- a/content/collaborating/citable-code.md +++ b/content/collaborating/citable-code.md @@ -13,7 +13,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 a description how to release on [creating a release](/git/using-tags) +You can find a description of how to create a release 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.