summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-04-21 04:33:22 +0800
committerGitHub <noreply@github.com>2023-04-20 23:33:22 +0300
commit75208132d5b7a8fff59ca3bf47253179ec314951 (patch)
tree62801ab8fc713082948ac8236e01989da67a3a95 /README.md
parent612a74c7666a5f66a494c81b4c06be8e01aef757 (diff)
downloadlibevent-75208132d5b7a8fff59ca3bf47253179ec314951.tar.gz
doc: minor cleanups following #1441 (#1442)
Also fixes 1 broken link (apologies).
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 debf71d4..5fc0ec57 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ See [Documentation/Building#Building on Unix using CMake](/Documentation/Buildin
## CMake (Windows)
-Install CMake: <https://www.cmake.org>
+Install CMake: <https://cmake.org/>
```sh
md build && cd build
@@ -60,12 +60,12 @@ make verify # (optional)
sudo make install
```
-See [Documentation/Building#Autoconf](/Documentation/Building.md#autoconf) for more information.
+See [Documentation/Building#Autoconf](/Documentation/Building.md#autotools-deprecated) for more information.
# 2. USEFUL LINKS:
For the latest released version of Libevent, see the official website at
-<http://libevent.org/> .
+<https://libevent.org/> .
There's a pretty good work-in-progress manual up at
<http://www.wangafu.net/~nickm/libevent-book/> .