[latex3-commits] [latex3/l3build] main: Update weblinks to https, remaining part (d56c956)

github at latex-project.org github at latex-project.org
Tue Jan 2 23:47:09 CET 2024


Repository : https://github.com/latex3/l3build
On branch  : main
Link       : https://github.com/latex3/l3build/commit/d56c956e7ab7ed5ef75ae42873de28441096f6f5

>---------------------------------------------------------------

commit d56c956e7ab7ed5ef75ae42873de28441096f6f5
Author: Yukai Chou <muzimuzhi at gmail.com>
Date:   Wed Jan 3 02:44:52 2024 +0800

    Update weblinks to https, remaining part
    
    Continuation of d6079bf (Update weblinks to https, 2023-12-15).
    
    [ci skip]


>---------------------------------------------------------------

d56c956e7ab7ed5ef75ae42873de28441096f6f5
 README.md                      | 2 +-
 examples/Bundle-Flat/README.md | 2 +-
 examples/Bundle-Tree/README.md | 2 +-
 examples/README.md             | 2 +-
 examples/Simple-Flat/README.md | 2 +-
 examples/Simple-Tree/README.md | 2 +-
 l3build.dtx                    | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index c071c43..a7b091a 100644
--- a/README.md
+++ b/README.md
@@ -32,5 +32,5 @@ The LaTeX kernel is developed by [The LaTeX Project](https://latex-project.org).
 -----
 
 <p>Copyright (C) 2014-2023 The LaTeX Project <br />
-<a href="http://latex-project.org/">http://latex-project.org/</a> <br />
+<a href="https://latex-project.org/">https://latex-project.org/</a> <br />
 All rights reserved.</p>
diff --git a/examples/Bundle-Flat/README.md b/examples/Bundle-Flat/README.md
index 30ce558..e513042 100644
--- a/examples/Bundle-Flat/README.md
+++ b/examples/Bundle-Flat/README.md
@@ -11,5 +11,5 @@ in the build script for each module.
 -----
 
 Copyright (C) 2014-2023 The LaTeX Project <br />
-<http://latex-project.org/> <br />
+<https://latex-project.org/> <br />
 All rights reserved.
diff --git a/examples/Bundle-Tree/README.md b/examples/Bundle-Tree/README.md
index aaf2bee..2dc2570 100644
--- a/examples/Bundle-Tree/README.md
+++ b/examples/Bundle-Tree/README.md
@@ -11,5 +11,5 @@ in the build script for each module.
 -----
 
 Copyright (C) 2014-2023 The LaTeX Project <br />
-<http://latex-project.org/> <br />
+<https://latex-project.org/> <br />
 All rights reserved.
diff --git a/examples/README.md b/examples/README.md
index 6e4998b..0684631 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -20,5 +20,5 @@ The examples are:
 -----
 
 Copyright (C) 2014-2023 The LaTeX Project <br />
-<http://latex-project.org/> <br />
+<https://latex-project.org/> <br />
 All rights reserved.
diff --git a/examples/Simple-Flat/README.md b/examples/Simple-Flat/README.md
index bec1ef6..88779b3 100644
--- a/examples/Simple-Flat/README.md
+++ b/examples/Simple-Flat/README.md
@@ -12,5 +12,5 @@ As the `.dtx` package file grows larger, it may be sensible to split it up into
 -----
 
 Copyright (C) 2014-2023 The LaTeX Project <br />
-<http://latex-project.org/> <br />
+<https://latex-project.org/> <br />
 All rights reserved.
diff --git a/examples/Simple-Tree/README.md b/examples/Simple-Tree/README.md
index 496c188..8055aa5 100644
--- a/examples/Simple-Tree/README.md
+++ b/examples/Simple-Tree/README.md
@@ -11,5 +11,5 @@ This is left as an exercise to the energetic package writer studying these examp
 -----
 
 Copyright (C) 2014-2023 The LaTeX Project <br />
-<http://latex-project.org/> <br />
+<https://latex-project.org/> <br />
 All rights reserved.
diff --git a/l3build.dtx b/l3build.dtx
index d169f49..eaac33c 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -340,7 +340,7 @@
 % process.
 %
 %The example scripts given in Section~\vref{sec:examples} largely cover the required knowledge in Lua programing.
-% For a more advanced usage, one may consult general Lua documentations including \url{http://www.lua.org/manual/5.3/manual.html} and for the few |texlua| specific additions see section 4.2 of the \LuaTeX{} manual available locally with |texdoc luatex| command line or at \url{https://www.pragma-ade.com/general/manuals/luatex.pdf}.
+% For a more advanced usage, one may consult general Lua documentations including \url{https://www.lua.org/manual/5.3/manual.html} and for the few |texlua| specific additions see section 4.2 of the \LuaTeX{} manual available locally with |texdoc luatex| command line or at \url{https://www.pragma-ade.com/general/manuals/luatex.pdf}.
 %
 % \subsection{Main build targets}
 %





More information about the latex3-commits mailing list.