From 172e703cb0ed39ccc1174367a0d7e88aedee5cf7 Mon Sep 17 00:00:00 2001 From: n Date: Sun, 7 Mar 2021 15:58:17 +0900 Subject: [PATCH] Fix typo --- content/git/using-tags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/git/using-tags.md b/content/git/using-tags.md index 28b7e87..0df8f9a 100644 --- a/content/git/using-tags.md +++ b/content/git/using-tags.md @@ -36,4 +36,4 @@ See the [creating a release](/collaborating/citable-code/#creating-a-release) se To view the release, go to the releases tab (1) in the repository. Then locate the release you want to view. As an example, we will be looking at the `Added Knut!` release (2). If you just want to access the files attached to the release, you can download it from the `Downloads` dropdown (3). -If you want to see a snapshot of the source code at the time of the release, select a source code archive download (5) from the `Downloads` dropdown or click on the tag on the left side (5). +If you want to see a snapshot of the source code at the time of the release, select a source code archive download (4) from the `Downloads` dropdown or click on the tag on the left side (5).