From 946dc54f9b615b11129333cfba9177392df71585 Mon Sep 17 00:00:00 2001 From: Jari Sundell Date: Thu, 2 Oct 2025 16:31:53 +0900 Subject: [PATCH] Fix libtorrent links in README.md Updated links to point to the GitHub repository for libtorrent. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ef0adfd..c011bd85 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ cd rtorrent ## Install build dependencies -Install [libtorrent](https://libtorrent.org/) with the same version rTorrent. +Install [libtorrent](https://github.com/rakshasa/libtorrent) with the same version rTorrent. Generate configure scripts: @@ -57,7 +57,7 @@ docbook2man rtorrent.1.xml Man pages output to "doc/rtorrent.1". -RTorrent follows the development of [libtorrent](https://libtorrent.org/) closely, and thus the versions must be in sync. +RTorrent follows the development of [libtorrent](https://github.com/rakshasa/libtorrent) closely, and thus the versions must be in sync. ## USAGE