summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-11-29 08:38:17 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-11-29 08:38:17 +0000
commita16f2acbe53dc90136651a35b56c021a10685d61 (patch)
tree9c1bca8804ffe6e8f31cf89f974dd0d27535e926
parent52d07c2b7b2b34b4e805e4e9fb12fe7355d36970 (diff)
Update website
-rw-r--r--download/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/download/index.html b/download/index.html
index 0335e920..99309476 100644
--- a/download/index.html
+++ b/download/index.html
@@ -65,13 +65,13 @@ to make them executable first using <code>chmod +x jq</code>.</p>
<p>jq is licensed under the MIT license. For all of the gory
details, read the file <code>COPYING</code> in the source distribution.</p>
<p>jq uses a C library for decimal number support. This is an ICU 1.8.1
-licensed code obtained from the ICU downloads archive
-http://download.icu-project.org/files/decNumber/decNumber-icu-368.zip.</p>
+licensed code obtained from the ICU downloads archive.<br />
+<a href="https://download.icu-project.org/files/decNumber/decNumber-icu-368.zip">https://download.icu-project.org/files/decNumber/decNumber-icu-368.zip</a></p>
<h3>Linux</h3>
<ul>
<li>
<p>jq is in the official <a href="https://packages.debian.org/jq">Debian</a> and
- <a href="http://packages.ubuntu.com/jq">Ubuntu</a> repositories. Install using
+ <a href="https://packages.ubuntu.com/jq">Ubuntu</a> repositories. Install using
<code>sudo apt-get install jq</code>.</p>
</li>
<li>
@@ -122,7 +122,7 @@ http://download.icu-project.org/files/decNumber/decNumber-icu-368.zip.</p>
<h3>macOS</h3>
<ul>
<li>
-<p>Use <a href="http://brew.sh/">Homebrew</a> to install jq with <code>brew install jq</code>.</p>
+<p>Use <a href="https://brew.sh/">Homebrew</a> to install jq with <code>brew install jq</code>.</p>
</li>
<li>
<p>Use <a href="https://www.macports.org">MacPorts</a> to install jq with <code>port install jq</code>.</p>
@@ -277,7 +277,7 @@ likely already installed.</p>
<p>On macOS, these are all included in Apple's command line tools, which can
be installed from <a href="https://developer.apple.com/xcode/">Xcode</a>. However,
you may find that you need a newer version of Bison than the one provided
-by Apple. This can be found in <a href="http://brew.sh">Homebrew</a> or
+by Apple. This can be found in <a href="https://brew.sh/">Homebrew</a> or
<a href="https://macports.org/">MacPorts</a>.</p>
<p>If you want to generate the lexer and parser from source you can use the
<code>--enable-maintainer-mode</code> configure flag. This requires bison to be installed.