doc: convert more http:// links to https://

--

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
Daniel Kahn Gillmor 2018-10-18 00:10:19 -04:00
parent 2f12427e41
commit a81534fed8
11 changed files with 18 additions and 18 deletions

View File

@ -35,9 +35,9 @@ support OpenPGP and the Cryptographic Message Syntax.
%%GNU: no
%%web-page: http://www.gnupg.org/gpgme.html
%%web-page: https://www.gnupg.org/gpgme.html
%%support: paid extension/consulting from http://www.g10code.com
%%support: paid extension/consulting from https://www.g10code.com
%%doc: English programmer reference in Texinfo, Postscript, HTML included

View File

@ -169,7 +169,7 @@ export function atobArray (base64) {
* Turns a Uint8Array into an utf8-String
* <pre>
* Taken and slightly adapted from
* http://www.onicos.com/staff/iz/amuse/javascript/expert/utf.txt
* https://www.onicos.com/staff/iz/amuse/javascript/expert/utf.txt
* (original header:
* utf.js - UTF-8 <=> UTF-16 convertion
*

View File

@ -74,4 +74,4 @@ functionality of the underlying library.
• A previous version of PyME v0.5.1 which works with GPGME v0.3.15 can
be found on John Goerzen's PyME page: <http://quux.org/devel/pyme/>
<http://www.complete.org/JohnGoerzen>
<https://www.complete.org/JohnGoerzen>

View File

@ -57,4 +57,4 @@ references to previous versions.
- A previous version of PyME v0.5.1 which works with GPGME v0.3.15
can be found on John Goerzen's PyME page:
[[http://quux.org/devel/pyme/][PyME 0.3.15]]
[[http://www.complete.org/JohnGoerzen][John Goerzen]]
[[https://www.complete.org/JohnGoerzen][John Goerzen]]

View File

@ -146,7 +146,7 @@ The bullet points of new additiions are:
- Added a new section for `advanced or experimental
use <#advanced-use>`__.
- Began the advanced use cases with `a section <#cython>`__ on using
the module with `Cython <http://cython.org/>`__.
the module with `Cython <https://cython.org/>`__.
- Added a number of new scripts to the ``example/howto/`` directory;
some of which may be in advance of their planned sections of the
HOWTO (and some are just there because it seemed like a good idea at
@ -324,7 +324,7 @@ significant advantage in some way.
#. If possible add the following Python modules which are not part of
the standard library:
`Requests <http://docs.python-requests.org/en/latest/index.html>`__,
`Cython <http://cython.org/>`__ and
`Cython <https://cython.org/>`__ and
`hkp4py <https://github.com/Selfnet/hkp4py>`__. Chances are quite
high that at least the first one and maybe two of those will already
be installed.

View File

@ -142,7 +142,7 @@ The bullet points of new additiions are:
reST file was generated by the simple expedient of using [[https://pandoc.org/][Pandoc]].
- Added a new section for [[#advanced-use][advanced or experimental use]].
- Began the advanced use cases with [[#cython][a section]] on using the module with
[[http://cython.org/][Cython]].
[[https://cython.org/][Cython]].
- Added a number of new scripts to the =example/howto/= directory;
some of which may be in advance of their planned sections of the
HOWTO (and some are just there because it seemed like a good idea at
@ -331,7 +331,7 @@ a significant advantage in some way.
reach EOL soon. In production systems and services, Python 3.6
should be robust enough to be relied on.
3. If possible add the following Python modules which are not part of
the standard library: [[http://docs.python-requests.org/en/latest/index.html][Requests]], [[http://cython.org/][Cython]] and [[https://github.com/Selfnet/hkp4py][hkp4py]]. Chances are
the standard library: [[http://docs.python-requests.org/en/latest/index.html][Requests]], [[https://cython.org/][Cython]] and [[https://github.com/Selfnet/hkp4py][hkp4py]]. Chances are
quite high that at least the first one and maybe two of those will
already be installed.

View File

@ -313,7 +313,7 @@ reST file was generated by the simple expedient of using @uref{https://pandoc.or
Added a new section for @ref{Advanced or Experimental Use Cases, , advanced or experimental use}.
@item
Began the advanced use cases with @ref{C plus Python plus SWIG plus Cython, , a section} on using the module with
@uref{http://cython.org/, Cython}.
@uref{https://cython.org/, Cython}.
@item
Added a number of new scripts to the @samp{example/howto/} directory;
some of which may be in advance of their planned sections of the
@ -504,7 +504,7 @@ reach EOL soon. In production systems and services, Python 3.6
should be robust enough to be relied on.
@item
If possible add the following Python modules which are not part of
the standard library: @uref{http://docs.python-requests.org/en/latest/index.html, Requests}, @uref{http://cython.org/, Cython} and @uref{https://github.com/Selfnet/hkp4py, hkp4py}. Chances are
the standard library: @uref{http://docs.python-requests.org/en/latest/index.html, Requests}, @uref{https://cython.org/, Cython} and @uref{https://github.com/Selfnet/hkp4py, hkp4py}. Chances are
quite high that at least the first one and maybe two of those will
already be installed.
@end enumerate
@ -3152,4 +3152,4 @@ WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
@bye
@bye

View File

@ -216,7 +216,7 @@ class BuildExtFirstHack(build):
self._generate_gpgme_h(gpgme_h, self._in_build_base("gpgme.h"))
self._generate_errors_i()
# Copy due to http://bugs.python.org/issue2624
# Copy due to https://bugs.python.org/issue2624
# Avoid creating in srcdir
for source, target in ((in_srcdir(n), self._in_build_base(n))
for n in ('gpgme.i', 'helpers.c', 'private.h',

View File

@ -71,7 +71,7 @@ if sys.version_info[0] == 3:
# hence we cannot use it as sink.
# XXX: Python's io.BytesIo.truncate does not work as advertised.
# http://bugs.python.org/issue27261
# https://bugs.python.org/issue27261
bio = io.BytesIO()
bio.truncate(1)
if len(bio.getvalue()) != 1:

View File

@ -1493,10 +1493,10 @@ strusage( int level )
case 10:
#if ARGPARSE_GPL_VERSION == 3
p = ("License GPLv3+: GNU GPL version 3 or later "
"<http://gnu.org/licenses/gpl.html>");
"<https://www.gnu.org/licenses/gpl.html>");
#else
p = ("License GPLv2+: GNU GPL version 2 or later "
"<http://gnu.org/licenses/>");
"<https://www.gnu.org/licenses/>");
#endif
break;
case 11: p = "foo"; break;

View File

@ -25,7 +25,7 @@ Welcome to cJSON.
cJSON aims to be the dumbest possible parser that you can get your job
done with. It's a single file of C, and a single header file.
JSON is described best here: http://www.json.org/ It's like XML, but
JSON is described best here: https://www.json.org/ It's like XML, but
fat-free. You use it to move data around, store things, or just
generally represent your program's state.
@ -44,7 +44,7 @@ truth), I'm going to say that you can use it in one of two modes: Auto
and Manual. Let's have a quick run-through.
I lifted some JSON from this page: http://www.json.org/fatfree.html
I lifted some JSON from this page: https://www.json.org/fatfree.html
That page inspired me to write cJSON, which is a parser that tries to
share the same philosophy as JSON itself. Simple, dumb, out of the
way.