From dd4e6fd0968b2ccc9de8c5290d1c580b23491db9 Mon Sep 17 00:00:00 2001
From: Przemek Rzad <przemek@parity.io>
Date: Thu, 6 Jun 2024 20:44:15 +0200
Subject: [PATCH] Update link to a latest polkadot release (#4711)

The link to
[releases](https://github.com/paritytech/polkadot-sdk/releases) usually
takes you to a list with a bunch of drafts at the top so you have to
scroll.

[This link](https://github.com/paritytech/polkadot-sdk/releases/latest)
takes you directly to the latest release.
---
 polkadot/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/polkadot/README.md b/polkadot/README.md
index d7435f27b94..47af79a3aa9 100644
--- a/polkadot/README.md
+++ b/polkadot/README.md
@@ -11,7 +11,7 @@ guides, like how to run a validator node, see the [Polkadot Wiki](https://wiki.p
 
 If you just wish to run a Polkadot node without compiling it yourself, you may either:
 
-- run the latest binary from our [releases](https://github.com/paritytech/polkadot-sdk/releases) page (make sure to also
+- run the [latest released binary](https://github.com/paritytech/polkadot-sdk/releases/latest) (make sure to also
   download all the `worker` binaries and put them in the same directory as `polkadot`), or
 - install Polkadot from one of our package repositories.
 
-- 
GitLab