Skip to content

Commit a9ee8cb

Browse files
m2x07Sharra-writes
andauthored
fix: correct link to download assets from latest release (#40696)
Co-authored-by: Sharra-writes <[email protected]>
1 parent a360d12 commit a9ee8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/repositories/releasing-projects-on-github/linking-to-releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ topics:
1717

1818
You can share a link to the latest release for a repository by adding `releases/latest` to the end of a repository's URL. For example, the URL for the latest release of `octo-org/octo-repo` is `https://{% data variables.product.product_url %}/octo-org/octo-repo/releases/latest`.
1919

20-
To link directly to a download of your latest release asset that was manually uploaded, the suffix is `/releases/download/latest/asset-name.zip`.
20+
To link directly to a download of your latest release asset that was manually uploaded, the suffix is `/releases/latest/download/asset-name.zip`.
2121

2222
## Linking to older releases
2323

0 commit comments

Comments
 (0)