Skip to content

Commit

Permalink
update documentation links (transmission#2985)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coeur committed Apr 25, 2022
1 parent b734b17 commit c708b83
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion cli/transmission-cli.1
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Prefer unencrypted peer connections.
Set a script to run when the torrent finishes
.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.
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
Prints a short usage summary.
.It Fl m Fl -portmap
Expand Down
4 changes: 2 additions & 2 deletions daemon/transmission-daemon.1
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Dump transmission-daemon's settings to stderr.
Run in the foreground and print errors to stderr.
.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.
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
Encrypt all peer connections.
.It Fl ep Fl -encryption-preferred
Expand Down Expand Up @@ -151,7 +151,7 @@ The config-dir used when neither
nor
.Op Fl g
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
.Sh AUTHORS
.An -nosplit
Expand Down
2 changes: 1 addition & 1 deletion gtk/transmission-gtk.1
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Start with all torrents paused
Start minimized in notification area
.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.
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
.Pp
Multiple .torrent files may be added at startup
Expand Down
2 changes: 1 addition & 1 deletion qt/transmission-qt.1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ information on the BitTorrent protocol see http://www.bittorrent.org/
Show help options
.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.
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
Start minimized in notification area
.It Fl p Fl -port Ar port
Expand Down

0 comments on commit c708b83

Please sign in to comment.