Fix libtorrent links in README.md

Updated links to point to the GitHub repository for libtorrent.
This commit is contained in:
Jari Sundell
2025-10-02 16:31:53 +09:00
committed by GitHub
parent ea2347734b
commit 946dc54f9b
+2 -2
View File
@@ -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