Skip to content

Commit 56567fb

Browse files
afhtbm
authored andcommitted
Replace http links with https links
1 parent d78a736 commit 56567fb

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

source/about.html.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ Documentation comes from the
1414
branch.
1515

1616
There is also a wiki, that of the ledger repo on GitHub, with a convenient
17-
url alias: [wiki.ledger-cli.org](http://wiki.ledger-cli.org).
17+
url alias: [wiki.ledger-cli.org](https://wiki.ledger-cli.org).
1818

1919
The site is built using [GitHub Actions](https://github.com/ledger/ledger-website/actions) and deploys to an Amazon S3 bucket
2020
which is then served up with an Amazon CloudFront distribution.
2121

22-
We use this small [Lambda@Edge](http://docs.aws.amazon.com/lambda/latest/dg/lambda-edge.html) function to serve redirects and to redirect bare domain to `www`:
22+
We use this small [Lambda@Edge](https://docs.aws.amazon.com/lambda/latest/dg/lambda-edge.html) function to serve redirects and to redirect bare domain to `www`:
2323

2424
'use strict';
2525

source/contribute.html.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ Visit us in the \#ledger channel on irc.libera.chat
99
to get your questions answered quickly. John Wiegley's nick is `johnw`.
1010

1111
**Mail list**
12-
The [ledger-cli mail list](http://list.ledger-cli.org/)
12+
The [ledger-cli mail list](https://list.ledger-cli.org/)
1313
is the main place for Ledger discussions. Please join
1414
and contribute! If you'd rather use an NNTP newsreader or gmane's interface,
15-
see [gmane.comp.finance.ledger.general](http://dir.gmane.org/gmane.comp.finance.ledger.general).
15+
see [gmane.comp.finance.ledger.general](https://dir.gmane.org/gmane.comp.finance.ledger.general).
1616
Searching the list archive is another good way to find answers.
1717

1818
**Bug tracker**
1919
Please report bugs at the [GitHub issue page](https://github.com/ledger/ledger/issues).
2020

2121
**Code**
22-
The [ledger source code](http://git.ledger-cli.org/) is available on GitHub, contributions welcome!
22+
The [ledger source code](https://git.ledger-cli.org/) is available on GitHub, contributions welcome!
2323

2424
**Website**
2525
[About ledger-cli.org](about.html) documents this site so you can help improve it.

source/docs.html.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ title: Documentation - Ledger
1414

1515
## External links
1616

17-
* The [ledger wiki](http://wiki.ledger-cli.org)
17+
* The [ledger wiki](https://wiki.ledger-cli.org)
1818
<span class=dim> ([changes](https://github.com/ledger/ledger/wiki/_history)) </span>
1919
* [ledger on Wikipedia](https://en.wikipedia.org/wiki/Ledger_%28software%29)
2020
<span class=dim> ([changes](https://en.wikipedia.org/w/index.php?title=Ledger_%28software%29&action=history)) </span>
21-
* John gave a nice audio introduction to Ledger in the [2011/01/26 FLOSS Weekly show](http://twit.tv/floss150)
21+
* John gave a nice audio introduction to Ledger in the [2011/01/26 FLOSS Weekly show](https://twit.tv/floss150)
2222
* hledger.org's [Accounting links](https://hledger.org/accounting.html#accounting-links) has some useful Ledger and accounting links

source/download.html.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ title: Download - Ledger
44

55
# Getting ledger
66

7-
The [ledger source code](http://git.ledger-cli.org/) is available on GitHub.
7+
The [ledger source code](https://git.ledger-cli.org/) is available on GitHub.
88
[![Build Status master](https://img.shields.io/github/actions/workflow/status/ledger/ledger/cmake.yml?branch=master&label=master&style=flat)](https://github.com/ledger/ledger/actions/workflows/cmake.yml)
99
[![Status](https://img.shields.io/badge/status-active-brightgreen.svg?style=flat)](https://github.com/ledger/ledger/pulse/monthly)
10-
[![License](https://img.shields.io/badge/license-BSD-blue.svg?style=flat)](http://opensource.org/licenses/BSD-3-Clause)
10+
[![License](https://img.shields.io/badge/license-BSD-blue.svg?style=flat)](https://opensource.org/licenses/BSD-3-Clause)
1111
[![GitHub release](https://img.shields.io/github/release/ledger/ledger.svg?style=flat)](https://github.com/ledger/ledger/releases)
1212

1313
Several people in the Open Source community have spent time creating
@@ -17,14 +17,14 @@ like to have a binary hosted, please
1717

1818
|GNU/Linux |Windows |Mac OS X |BSD
1919
|:---------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------|
20-
|[Ubuntu](https://launchpad.net/~mbudde/+archive/ledger) (3.1.1) |[AlexanderAA's binary](https://github.com/AlexanderAA/ledger_binaries_windows) (3.1.2) |[John's ledger.dmg](http://ftp.newartisans.com/pub/ledger/ledger-devel-3.0.0-20120510.dmg) (3.0, needs Snow Leopard or Lion) |[FreeBSD](http://portsmon.freebsd.org/portoverview.py?category=finance&portname=ledger) package|
21-
|[Debian](https://tracker.debian.org/pkg/ledger) (3.2.1) ||[`brew`](http://brew.sh) `install` [`ledger`](https://formulae.brew.sh/formula/ledger#default) (3.3.1) |[OpenBSD](http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/productivity/ledger/) package (3.1.3)|
22-
|[Gentoo](http://packages.gentoo.org/package/app-office/ledger) (3.3.0) ||[`fink`](http://www.finkproject.org/) `install` [`ledger`](http://pdb.finkproject.org/pdb/package.php/ledger) (3.3.1) |[NetBSD](https://pkgsrc.se/finance/ledger) package (3.2.1) |
20+
|[Ubuntu](https://launchpad.net/~mbudde/+archive/ledger) (3.1.1) |[AlexanderAA's binary](https://github.com/AlexanderAA/ledger_binaries_windows) (3.1.2) |[John's ledger.dmg](https://ftp.newartisans.com/pub/ledger/ledger-devel-3.0.0-20120510.dmg) (3.0, needs Snow Leopard or Lion) |[FreeBSD](https://portsmon.freebsd.org/portoverview.py?category=finance&portname=ledger) package|
21+
|[Debian](https://tracker.debian.org/pkg/ledger) (3.2.1) ||[`brew`](https://brew.sh) `install` [`ledger`](https://formulae.brew.sh/formula/ledger#default) (3.3.1) |[OpenBSD](https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/productivity/ledger/) package (3.1.3)|
22+
|[Gentoo](https://packages.gentoo.org/package/app-office/ledger) (3.3.0) ||[`fink`](https://www.finkproject.org/) `install` [`ledger`](https://pdb.finkproject.org/pdb/package.php/ledger) (3.3.1) |[NetBSD](https://pkgsrc.se/finance/ledger) package (3.2.1) |
2323
|[Arch Linux](https://www.archlinux.org/packages/community/x86_64/ledger/) (3.3.0) ||[`port`](https://www.macports.org/) `install` [`ledger`](https://trac.macports.org/browser/trunk/dports/finance/ledger/Portfile) (3.1.1)||||
2424
|[Fedora](https://src.fedoraproject.org/rpms/ledger/) (3.2.1)||||
2525
|[Slackware](https://slackbuilds.org/repository/15.0/business/ledger/) (3.2.1)||||
2626
|[CentOS 7](https://centos.pkgs.org/7/epel-x86_64/ledger-3.1.1-1.el7.x86_64.rpm.html) (3.1.1)||||
27-
|[openSUSE](http://software.opensuse.org/package/ledger?search_term=ledger) (3.2.1)||||
27+
|[openSUSE](https://software.opensuse.org/package/ledger?search_term=ledger) (3.2.1)||||
2828
|[Nixpkgs](https://hydra.nixos.org/job/nixos/trunk-combined/nixpkgs.ledger.x86_64-linux) (3.3.1)||||
2929
|[GNU Guix/GuixSD](https://packages.guix.gnu.org/search/?query=ledger) (3.2.1)||||
3030

source/layouts/layout.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</head>
88
<body>
99
<div id="content">
10-
<a href="http://git.ledger-cli.org/"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
10+
<a href="https://git.ledger-cli.org/"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
1111
<div id="header">
1212
<div id="logo">
1313
<a href="/" style="color:black;">ledger</a>
@@ -19,7 +19,7 @@
1919
<li><a href="docs.html">Docs</a>
2020
<li><a href="download.html">Download</a>
2121
<li><a href="contribute.html">Contribute</a>
22-
<li><a href="http://wiki.ledger-cli.org/">Wiki<sup></sup></a>
22+
<li><a href="https://wiki.ledger-cli.org/">Wiki<sup></sup></a>
2323
</ul>
2424
</div>
2525
</div>

0 commit comments

Comments
 (0)