diff options
author | Daniel Kahn Gillmor <[email protected]> | 2018-10-18 04:10:19 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2018-10-18 04:28:51 +0000 |
commit | a81534fed8ff34b67a2726d333d9725454663c82 (patch) | |
tree | 37a26dab846072504a8b67becf9a9486574bbc26 /lang/python/doc/src/gpgme-python-howto.org | |
parent | doc: use https:// for www.gnu.org (diff) | |
download | gpgme-a81534fed8ff34b67a2726d333d9725454663c82.tar.gz gpgme-a81534fed8ff34b67a2726d333d9725454663c82.zip |
doc: convert more http:// links to https://
--
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'lang/python/doc/src/gpgme-python-howto.org')
-rw-r--r-- | lang/python/doc/src/gpgme-python-howto.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/doc/src/gpgme-python-howto.org b/lang/python/doc/src/gpgme-python-howto.org index caa8e2f1..83b91e8d 100644 --- a/lang/python/doc/src/gpgme-python-howto.org +++ b/lang/python/doc/src/gpgme-python-howto.org @@ -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. |