{"meta":{"title":"Linking to releases","intro":"You can share every release you create on GitHub with a unique URL.","product":"Repositories","breadcrumbs":[{"href":"/en/repositories","title":"Repositories"},{"href":"/en/repositories/releasing-projects-on-github","title":"Release projects"},{"href":"/en/repositories/releasing-projects-on-github/linking-to-releases","title":"Linking to releases"}],"documentType":"article"},"body":"# Linking to releases\n\nYou can share every release you create on GitHub with a unique URL.\n\n## Linking to the latest release\n\nYou 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://github.com/octo-org/octo-repo/releases/latest`.\n\nTo link directly to a download of your latest release asset that was manually uploaded, the suffix is `/releases/latest/download/asset-name.zip`.\n\n## Linking to older releases\n\n1. On GitHub, navigate to the main page of the repository.\n2. To the right of the list of files, click **Releases**.\n\n   ![Screenshot of the main page of a repository. A link, labeled \"Releases\", is highlighted with an orange outline.](/assets/images/help/releases/release-link.png)\n3. To copy a unique URL to your clipboard, find the release you want to link to, right click the title, and copy the URL."}