File 0482-Prepare-for-upcoming-changes.patch of Package erlang
From 458616e51c942ccfe2cafd2d9e986217e6125577 Mon Sep 17 00:00:00 2001
From: "Paulo F. Oliveira" <paulo.ferraz.oliveira@gmail.com>
Date: Sun, 10 Sep 2023 13:11:06 +0100
Subject: [PATCH 02/15] Prepare for upcoming changes
---
lib/edoc/doc/overview.edoc | 2 +-
lib/edoc/test/edoc_SUITE_data/overview.edoc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/edoc/doc/overview.edoc b/lib/edoc/doc/overview.edoc
index de1859fd29..5eba4788d9 100644
--- a/lib/edoc/doc/overview.edoc
+++ b/lib/edoc/doc/overview.edoc
@@ -598,7 +598,7 @@ The above expansions take place before XML parsing.
Writing a URL within brackets, as in "`[http://www.w3c.org/]'", will
generate a hyperlink such as [http://www.w3c.org/], using the URL both
for the destination and the label of the reference, equivalent to writing
-"`<a href="http://www.w3c.org/"><tt>http://www.w3c.org/</tt></a>'". This
+"`<a href="http://www.w3c.org/"><code>http://www.w3c.org/</code></a>'". This
short-hand keeps external URL references short and readable. The
recognized protocols are `http', `ftp', and `file'. This expansion takes
place before XML parsing.
diff --git a/lib/edoc/test/edoc_SUITE_data/overview.edoc b/lib/edoc/test/edoc_SUITE_data/overview.edoc
index 7236acff0f..32c8219ca8 100644
--- a/lib/edoc/test/edoc_SUITE_data/overview.edoc
+++ b/lib/edoc/test/edoc_SUITE_data/overview.edoc
@@ -484,7 +484,7 @@ The above expansions take place before XML parsing.
Writing a URL within brackets, as in "`[http://www.w3c.org/]'", will
generate a hyperlink such as [http://www.w3c.org/], using the URL both
for the destination and the label of the reference, equivalent to writing
-"`<a href="http://www.w3c.org/"><tt>http://www.w3c.org/</tt></a>'". This
+"`<a href="http://www.w3c.org/"><code>http://www.w3c.org/</code></a>'". This
short-hand keeps external URL references short and readable. The
recognized protocols are `http', `ftp', and `file'. This expansion takes
place before XML parsing.
--
2.35.3