File 5142-Update-index.html.src.patch of Package erlang
From 344420f9370f8586ab877c262f455d8fe36f377c Mon Sep 17 00:00:00 2001
From: Kenneth Lundin <kenneth@erlang.org>
Date: Mon, 30 Jan 2023 14:24:42 +0100
Subject: [PATCH] Update index.html.src
---
system/doc/top/templates/index.html.src | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/system/doc/top/templates/index.html.src b/system/doc/top/templates/index.html.src
index 1a275b3529..024cdec006 100644
--- a/system/doc/top/templates/index.html.src
+++ b/system/doc/top/templates/index.html.src
@@ -8,7 +8,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
@@ -37,7 +37,7 @@ limitations under the License.
<div class="topbar">
<div class="topbar-expand">
<button onclick="toggleDisplay();">
- <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 54 54" width="24" height="24">
+ <svg version="1.1" id="Capa_1" xmlns="https://www.w3.org/2000/svg" viewBox="0 0 54 54" width="24" height="24">
<g>
<path style="fill:#000000;" d="M27,54c-0.552,0-1-0.448-1-1V8c0-0.552,0.448-1,1-1s1,0.448,1,1v45C28,53.552,27.552,54,27,54z"/>
<path style="fill:#000000;" d="M11,25c-0.256,0-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414l16-16
@@ -118,7 +118,7 @@ limitations under the License.
<ul>
<li class="mobile-only">
- The navigation menu can be accessed by clicking the <svg style="transform: rotate(180deg);" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 54 54" width="24" height="24">
+ The navigation menu can be accessed by clicking the <svg style="transform: rotate(180deg);" version="1.1" id="Capa_1" xmlns="https://www.w3.org/2000/svg" viewBox="0 0 54 54" width="24" height="24">
<g>
<path style="fill:#000000;" d="M27,54c-0.552,0-1-0.448-1-1V8c0-0.552,0.448-1,1-1s1,0.448,1,1v45C28,53.552,27.552,54,27,54z"/>
<path style="fill:#000000;" d="M11,25c-0.256,0-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414l16-16
@@ -140,22 +140,22 @@ In addition to the documentation here Erlang is described in several books like:
</p>
<ul>
<li>
-<a href="http://shop.oreilly.com/product/0636920025818.do">"Introducing Erlang"</a> from O'Reilly.
+<a href="https://shop.oreilly.com/product/0636920025818.do">"Introducing Erlang"</a> from O'Reilly.
</li>
<li>
-<a href="http://www.nostarch.com/erlang">"Learn You Some Erlang for Great Good!"</a> from No Starch Press.
+<a href="https://www.nostarch.com/erlang">"Learn You Some Erlang for Great Good!"</a> from No Starch Press.
</li>
<li>
-<a href="http://oreilly.com/catalog/9780596518189">"Erlang Programming"</a> from O'Reilly.
+<a href="https://oreilly.com/catalog/9780596518189">"Erlang Programming"</a> from O'Reilly.
</li>
<li>
-<a href="http://www.pragprog.com/book/jaerlang2/programming-erlang">"Programming Erlang"</a> from Pragmatic.
+<a href="https://www.pragprog.com/book/jaerlang2/programming-erlang">"Programming Erlang"</a> from Pragmatic.
</li>
<li>
-<a href="http://www.manning.com/logan">"Erlang and OTP in Action"</a> from Manning.
+<a href="https://www.manning.com/logan">"Erlang and OTP in Action"</a> from Manning.
</li>
<li>
-<a href="http://shop.oreilly.com/product/0636920024149.do">"Designing for Scalability with Erlang/OTP"</a> from O'Reilly.
+<a href="https://shop.oreilly.com/product/0636920024149.do">"Designing for Scalability with Erlang/OTP"</a> from O'Reilly.
</li>
</ul>
<p>
@@ -219,7 +219,7 @@ Asked Questions</a>.
<center>
<small>
Copyright © 1999-#copyrightyear#
-<a href="http://www.ericsson.com">Ericsson AB</a>
+<a href="https://www.ericsson.com">Ericsson AB</a>
</small>
</center>
</div>
--
2.35.3