File 0349-lib-sasl-fix-redirection-links-in-docs.patch of Package erlang

From 3c82d6c7964e66869453da001d5a4f9ea59566eb Mon Sep 17 00:00:00 2001
From: Ariel Otilibili <otilibil@eurecom.fr>
Date: Mon, 9 Dec 2024 21:58:27 +0100
Subject: [PATCH 2/3] lib/sasl: fix redirection links in docs

Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr>
---
 lib/kernel/doc/references/app.md | 2 +-
 lib/sasl/doc/references/appup.md | 5 ++---
 lib/sasl/src/release_handler.erl | 5 ++---
 3 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/lib/kernel/doc/references/app.md b/lib/kernel/doc/references/app.md
index 30c30fb570..2d98a025a7 100644
--- a/lib/kernel/doc/references/app.md
+++ b/lib/kernel/doc/references/app.md
@@ -170,7 +170,7 @@ The other keys are ignored by `systools`.
 
   This implies that for an included application, the set of start phases must be
   a subset of the set of phases defined for the primary application. For more
-  information, see [OTP Design Principles](`e:system:applications.md`).
+  information, see [_Applications_ in _OTP Design Principles_](`e:system:applications.md`).
 
 - **`runtime_dependencies`{: #runtime_dependencies }** - A list of application
   versions that the application depends on. An example of such an application
diff --git a/lib/sasl/doc/references/appup.md b/lib/sasl/doc/references/appup.md
index 157f25fbc9..b8ea2cd214 100644
--- a/lib/sasl/doc/references/appup.md
+++ b/lib/sasl/doc/references/appup.md
@@ -78,9 +78,8 @@ this example works for, for example, `2.1.1`, but not for `2.1.1.1`.
 ## Release Upgrade Instructions
 
 Release upgrade instructions are interpreted by the release handler when an
-upgrade or downgrade is made. For more information about release handling, see
-[OTP Design Principles](`e:system:release_handling.md`) in _System
-Documentation_.
+upgrade or downgrade is made. For more information, see
+[_Release Handling_ in _OTP Design Principles_](`e:system:release_handling.md`).
 
 A process is said to _use_ a module `Mod` if `Mod` is listed in the `Modules`
 part of the child specification used to start the process, see `m:supervisor`.
diff --git a/lib/sasl/src/release_handler.erl b/lib/sasl/src/release_handler.erl
index 9cf3bab849..597ec16d71 100644
--- a/lib/sasl/src/release_handler.erl
+++ b/lib/sasl/src/release_handler.erl
@@ -25,9 +25,8 @@ The _release handler_ process belongs to the SASL application, which is
 responsible for _release handling_, that is, unpacking, installation, and
 removal of release packages.
 
-An introduction to release handling and an example is provided in
-[OTP Design Principles](`e:system:release_handling.md`) in _System
-Documentation_.
+An introduction to release handling and an example is provided by
+[Release Handling section in OTP Design Principles](`e:system:release_handling.md`).
 
 A _release package_ is a compressed tar file containing code for a certain
 version of a release, created by calling
-- 
2.43.0

openSUSE Build Service is sponsored by