summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAapeli <git@aapelivuorinen.com>2018-08-01 10:21:57 +1000
committerAapeli <git@aapelivuorinen.com>2018-08-01 10:21:57 +1000
commita52bd1e37fb8a3e8c207f777fea175a519952d58 (patch)
treea5d6abf4260b1edd59a21cd6fdd16fa04f46096d /README.md
parent560d4f32961cc6df93c6c90f26ed7124a13fcfb3 (diff)
downloadlibevent-a52bd1e37fb8a3e8c207f777fea175a519952d58.tar.gz
Use https for resources that support it
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index cee8c108..642893c3 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
<p align="center">
- <img src="http://strcpy.net/libevent3.png" alt="libevent logo"/>
+ <img src="https://strcpy.net/libevent3.png" alt="libevent logo"/>
</p>
@@ -73,7 +73,7 @@ __More variables can be found by running `cmake -LAH <sourcedir_path>`__
## CMake (Windows)
-Install CMake: <http://www.cmake.org>
+Install CMake: <https://www.cmake.org>
$ md build && cd build
@@ -138,7 +138,7 @@ experimental, though they _should_ be solid. We hope that cmake will
still be supported in future versions of Libevent, and will try to
make sure that happens.)
-First of all install <http://www.cmake.org>.
+First of all install <https://www.cmake.org>.
To build libevent using Microsoft Visual studio open the "Visual Studio Command prompt" and type: