File 0760-doc-Fix-a-link.patch of Package erlang
From bd48e5d926ea4e9e3c4073fd8bafd8ff615d7237 Mon Sep 17 00:00:00 2001
From: Hans Bolinder <hasse@erlang.org>
Date: Thu, 5 Mar 2020 08:45:52 +0100
Subject: [PATCH] doc: Fix a link
---
system/doc/design_principles/release_handling.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/system/doc/design_principles/release_handling.xml b/system/doc/design_principles/release_handling.xml
index 027a71c59f..0bcd7dc1b2 100644
--- a/system/doc/design_principles/release_handling.xml
+++ b/system/doc/design_principles/release_handling.xml
@@ -4,7 +4,7 @@
<chapter>
<header>
<copyright>
- <year>2003</year><year>2016</year>
+ <year>2003</year><year>2020</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -59,7 +59,7 @@
<p><em>Step 2</em>) The release is transferred to and installed at
target environment. For information of how to install the first
target system, see
- <seealso marker="system_principles:create_target">System Principles</seealso>.</p>
+ <seealso marker="doc/system_principles:create_target">System Principles</seealso>.</p>
<p><em>Step 3</em>) Modifications, for example, error corrections,
are made to the code in the development environment.</p>
<p><em>Step 4</em>) At some point, it is time to make a new version
--
2.16.4