Merge pull request #60 from Rotzbua/patch-1

[doc] change links to https
This commit is contained in:
Stephen Paul Weber 2017-12-15 09:28:05 -05:00 committed by GitHub
commit 541328576a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ OpenPGP.php: OpenPGP for PHP
This is a pure-PHP implementation of the OpenPGP Message Format (RFC 4880). This is a pure-PHP implementation of the OpenPGP Message Format (RFC 4880).
* <http://github.com/bendiken/openpgp-php> * <https://github.com/bendiken/openpgp-php>
### About OpenPGP ### About OpenPGP
@ -13,8 +13,8 @@ Force (IETF) Proposed Standard RFC 4880. The OpenPGP standard was originally
derived from PGP (Pretty Good Privacy), first created by Phil Zimmermann in derived from PGP (Pretty Good Privacy), first created by Phil Zimmermann in
1991. 1991.
* <http://tools.ietf.org/html/rfc4880> * <https://tools.ietf.org/html/rfc4880>
* <http://www.openpgp.org/> * <https://www.openpgp.org/>
Features Features
-------- --------
@ -43,16 +43,16 @@ To get a local working copy of the development repository, do:
Alternatively, you can download the latest development version as a tarball Alternatively, you can download the latest development version as a tarball
as follows: as follows:
% wget http://github.com/bendiken/openpgp-php/tarball/master % wget https://github.com/bendiken/openpgp-php/tarball/master
Authors Authors
------- -------
* [Arto Bendiken](mailto:arto.bendiken@gmail.com) - <http://ar.to/> * [Arto Bendiken](mailto:arto.bendiken@gmail.com) - <http://ar.to/>
* [Stephen Paul Weber](mailto:singpolyma@singpolyma.net) - <http://singpolyma.net/> * [Stephen Paul Weber](mailto:singpolyma@singpolyma.net) - <https://singpolyma.net/>
License License
------- -------
OpenPGP.php is free and unencumbered public domain software. For more OpenPGP.php is free and unencumbered public domain software. For more
information, see <http://unlicense.org/> or the accompanying UNLICENSE file. information, see <https://unlicense.org/> or the accompanying UNLICENSE file.