diff --git a/Makefile b/Makefile index 8930fffd13d..fb739373547 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ SHELL=/usr/bin/env bash %: @echo -e "### ⚠️⚠️⚠️ NOTICE ⚠️⚠️⚠️ ###\n" \ "The 'releases' branch has been deprecated with the 202408 split of 'Lotus Node' and 'Lotus Miner'.\n" \ - "See https://github.com/filecoin-project/lotus/blob/master/LOTUS_RELEASE_FLOW.md for more info and alternatives.\n" \ + "See https://github.com/filecoin-project/lotus/blob/master/LOTUS_RELEASE_FLOW.md#why-is-the-releases-branch-deprecated-and-what-are-alternatives for more info and alternatives.\n" \ "----------------------" | tee /dev/stderr @exit 1