Skip to content

Commit 1617091

Browse files
committed
website: use https URLs instead of http URLs in download page
Also add markdown formatting for decNumber URL so it gets rendered as a link in the html page.
1 parent d14393f commit 1617091

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/content/download/default.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ body:
1313
details, read the file `COPYING` in the source distribution.
1414
1515
jq uses a C library for decimal number support. This is an ICU 1.8.1
16-
licensed code obtained from the ICU downloads archive
17-
http://download.icu-project.org/files/decNumber/decNumber-icu-368.zip.
16+
licensed code obtained from the ICU downloads archive.
17+
<https://download.icu-project.org/files/decNumber/decNumber-icu-368.zip>
1818
1919
2020
### Linux
2121
2222
* jq is in the official [Debian](https://packages.debian.org/jq) and
23-
[Ubuntu](http://packages.ubuntu.com/jq) repositories. Install using
23+
[Ubuntu](https://packages.ubuntu.com/jq) repositories. Install using
2424
`sudo apt-get install jq`.
2525
2626
* jq is in the official [Fedora](https://src.fedoraproject.org/rpms/jq) repository.
@@ -61,7 +61,7 @@ body:
6161
6262
### macOS
6363
64-
* Use [Homebrew](http://brew.sh/) to install jq with `brew install jq`.
64+
* Use [Homebrew](https://brew.sh/) to install jq with `brew install jq`.
6565
6666
* Use [MacPorts](https://www.macports.org) to install jq with `port install jq`.
6767
@@ -199,7 +199,7 @@ body:
199199
On macOS, these are all included in Apple's command line tools, which can
200200
be installed from [Xcode](https://developer.apple.com/xcode/). However,
201201
you may find that you need a newer version of Bison than the one provided
202-
by Apple. This can be found in [Homebrew](http://brew.sh) or
202+
by Apple. This can be found in [Homebrew](https://brew.sh/) or
203203
[MacPorts](https://macports.org/).
204204
205205
If you want to generate the lexer and parser from source you can use the

0 commit comments

Comments
 (0)