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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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. 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 ### Building a Transmission release from the command line
$ tar xf transmission-2.92.tar.xz $ tar xf transmission-3.00.tar.xz
$ cd transmission-2.92 $ cd transmission-3.00
$ mkdir build $ mkdir build
$ cd build $ cd build
$ # Use -DCMAKE_BUILD_TYPE=RelWithDebInfo to build optimized binary. $ # Use -DCMAKE_BUILD_TYPE=RelWithDebInfo to build optimized binary.

View File

@ -65,7 +65,7 @@ Prefer unencrypted peer connections.
Set a script to run when the torrent finishes Set a script to run when the torrent finishes
.It Fl g Fl -config-dir Ar directory .It Fl g Fl -config-dir Ar directory
Where to look for configuration files. This can be used to swap between using the cli, daemon, gtk, and qt clients. Where to look for configuration files. This can be used to swap between using the cli, daemon, gtk, and qt clients.
See https://github.com/transmission/transmission/wiki/Configuration-Files for more information. See https://github.com/transmission/transmission/blob/main/docs/Configuration-Files.md for more information.
.It Fl h Fl -help .It Fl h Fl -help
Prints a short usage summary. Prints a short usage summary.
.It Fl m Fl -portmap .It Fl m Fl -portmap

View File

@ -60,7 +60,7 @@ Dump transmission-daemon's settings to stderr.
Run in the foreground and print errors to stderr. Run in the foreground and print errors to stderr.
.It Fl g Fl -config-dir Ar directory .It Fl g Fl -config-dir Ar directory
Where to look for configuration files. This can be used to swap between using the cli, daemon, gtk, and qt clients. Where to look for configuration files. This can be used to swap between using the cli, daemon, gtk, and qt clients.
See https://github.com/transmission/transmission/wiki/Configuration-Files for more information. See https://github.com/transmission/transmission/blob/main/docs/Configuration-Files.md for more information.
.It Fl er Fl -encryption-required .It Fl er Fl -encryption-required
Encrypt all peer connections. Encrypt all peer connections.
.It Fl ep Fl -encryption-preferred .It Fl ep Fl -encryption-preferred
@ -151,7 +151,7 @@ The config-dir used when neither
nor nor
.Op Fl g .Op Fl g
is specified. is specified.
See https://github.com/transmission/transmission/wiki/Configuration-Files for more information. See https://github.com/transmission/transmission/blob/main/docs/Configuration-Files.md for more information.
.El .El
.Sh AUTHORS .Sh AUTHORS
.An -nosplit .An -nosplit

View File

@ -47,7 +47,7 @@ Start with all torrents paused
Start minimized in notification area Start minimized in notification area
.It Fl g Fl -config-dir Ar directory .It Fl g Fl -config-dir Ar directory
Where to look for configuration files. This can be used to swap between using the cli, daemon, gtk, and qt clients. Where to look for configuration files. This can be used to swap between using the cli, daemon, gtk, and qt clients.
See https://github.com/transmission/transmission/wiki/Configuration-Files for more information. See https://github.com/transmission/transmission/blob/main/docs/Configuration-Files.md for more information.
.El .El
.Pp .Pp
Multiple .torrent files may be added at startup Multiple .torrent files may be added at startup

View File

@ -23,7 +23,7 @@ information on the BitTorrent protocol see http://www.bittorrent.org/
Show help options Show help options
.It Fl g Fl -config-dir Ar directory .It Fl g Fl -config-dir Ar directory
Where to look for configuration files. This can be used to swap between using the cli, daemon, gtk, and qt clients. Where to look for configuration files. This can be used to swap between using the cli, daemon, gtk, and qt clients.
See https://github.com/transmission/transmission/wiki/Configuration-Files for more information. See https://github.com/transmission/transmission/blob/main/docs/Configuration-Files.md for more information.
.It Fl m Fl -minimized .It Fl m Fl -minimized
Start minimized in notification area Start minimized in notification area
.It Fl p Fl -port Ar port .It Fl p Fl -port Ar port