From 0869c5be2b2b707284303173d4c5b3c7b1dd89f9 Mon Sep 17 00:00:00 2001 From: Xiao Liang Date: Thu, 19 Sep 2019 23:19:24 +0800 Subject: [PATCH] docs(README.rst): made some links from http to https Changed links that were in http protocol and confirmed supporting https to https. --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 4c5e8e14..3b6e1201 100644 --- a/README.rst +++ b/README.rst @@ -34,7 +34,7 @@ spirit of its sister project `PyCUDA above are virtually free. * Helpful and complete `Documentation `__ - as well as a `Wiki `_. + as well as a `Wiki `_. * Liberal license. PyOpenCL is open-source under the `MIT license `_ @@ -53,7 +53,7 @@ instead build from source: * gcc/g++ new enough to be compatible with pybind11 (see their `FAQ `_) * `numpy `_, and -* an OpenCL implementation. (See this `howto `_ for how to get one.) +* an OpenCL implementation. (See this `howto `_ for how to get one.) Places on the web related to PyOpenCL: @@ -61,6 +61,6 @@ Places on the web related to PyOpenCL: * `Documentation `__ (read how things work) * `Conda Forge `_ (download binary packages for Linux, macOS, Windows) -* `C. Gohlke's Windows binaries `_ (download Windows binaries) +* `C. Gohlke's Windows binaries `_ (download Windows binaries) * `Github `_ (get latest source code, file bugs) -* `Wiki `_ (read installation tips, get examples, read FAQ) +* `Wiki `_ (read installation tips, get examples, read FAQ) -- GitLab