update documentation links (#2985)

This commit is contained in:
Antoine Cœur
2022-04-26 07:18:35 +08:00
committed by GitHub
parent b734b17a4b
commit c708b83a3f
5 changed files with 8 additions and 8 deletions

View File

@@ -26,12 +26,12 @@ Different distributions may choose to package any or all of these tools in one o
Transmission has an Xcode project file (Transmission.xcodeproj) for building in Xcode.
For a more detailed description, and dependencies, visit: https://github.com/transmission/transmission/wiki
For a more detailed description, and dependencies, visit: https://github.com/transmission/transmission/tree/main/docs
### Building a Transmission release from the command line
$ tar xf transmission-2.92.tar.xz
$ cd transmission-2.92
$ tar xf transmission-3.00.tar.xz
$ cd transmission-3.00
$ mkdir build
$ cd build
$ # Use -DCMAKE_BUILD_TYPE=RelWithDebInfo to build optimized binary.