File 0273-Fix-links-in-Install-guide-to-work-with-patch-releas.patch of Package erlang
From 617723aa932c0a176e63a838486da58836129130 Mon Sep 17 00:00:00 2001
From: Lukas Larsson <lukas@erlang.org>
Date: Thu, 7 Jul 2022 11:05:02 +0200
Subject: [PATCH] Fix links in Install guide to work with patch releases
Closes #6136
---
HOWTO/INSTALL.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md
index 40c2fabd98..e4e343aca3 100644
--- a/HOWTO/INSTALL.md
+++ b/HOWTO/INSTALL.md
@@ -772,9 +772,9 @@ Operating system
[Advanced Configure]: #Advanced-configuration-and-build-of-ErlangOTP_Configuring
[Pre-built Source Release]: #Advanced-configuration-and-build-of-ErlangOTP_Building_Prebuilt-Source-Release
[make and $ERL_TOP]: #Advanced-configuration-and-build-of-ErlangOTP_make-and-ERLTOP
- [html documentation]: http://www.erlang.org/download/otp_doc_html_%OTP-VSN%.tar.gz
- [man pages]: http://www.erlang.org/download/otp_doc_man_%OTP-VSN%.tar.gz
- [the released source tar ball]: http://www.erlang.org/download/otp_src_%OTP-VSN%.tar.gz
+ [html documentation]: https://github.com/erlang/otp/releases/download/OTP-%OTP-VSN%/otp_doc_html_%OTP-VSN%.tar.gz
+ [man pages]: https://github.com/erlang/otp/releases/download/OTP-%OTP-VSN%/otp_doc_man_%OTP-VSN%.tar.gz
+ [the released source tar ball]: https://github.com/erlang/otp/releases/download/OTP-%OTP-VSN%/otp_src_%OTP-VSN%.tar.gz
[System Principles]: system/system_principles:system_principles
[native build]: #How-to-Build-and-Install-ErlangOTP
[cross build]: INSTALL-CROSS.md
--
2.35.3