From 37c001c51798549538c7fe12ac13a112bc85f166 Mon Sep 17 00:00:00 2001 From: Meet Patel Date: Sun, 5 Oct 2025 04:31:28 +0000 Subject: [PATCH] fix: correct link to download assets from latest release --- .../releasing-projects-on-github/linking-to-releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/repositories/releasing-projects-on-github/linking-to-releases.md b/content/repositories/releasing-projects-on-github/linking-to-releases.md index 41508878dd66..17ec3df2c7bb 100644 --- a/content/repositories/releasing-projects-on-github/linking-to-releases.md +++ b/content/repositories/releasing-projects-on-github/linking-to-releases.md @@ -17,7 +17,7 @@ topics: 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`. -To link directly to a download of your latest release asset that was manually uploaded, the suffix is `/releases/download/latest/asset-name.zip`. +To link directly to a download of your latest release asset that was manually uploaded, the suffix is `/releases/latest/download/asset-name.zip`. ## Linking to older releases