diff --git a/AUTHORS b/AUTHORS index 21a71b7df..45ff733ac 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,5 @@ The Transmission Project -http://www.transmissionbt.com/ +https://transmissionbt.com/ Lead Developers Jordan Lee, Mnemosyne LLC (Daemon, Backend, GTK+ client) diff --git a/README b/README index 395136fb3..df035ef00 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ ABOUT * A headless daemon for servers and routers * A web UI for remote controlling any of the above - Visit http://www.transmissionbt.com/ for more information. + Visit https://transmissionbt.com/ for more information. BUILDING @@ -16,7 +16,7 @@ BUILDING for building in Xcode. For a more detailed description, and dependancies, visit: - http://trac.transmissionbt.com/wiki/ + https://github.com/transmission/transmission/wiki Building a Transmission release from the command line: @@ -28,7 +28,7 @@ BUILDING Building Transmission from the nightly builds: - Download a tarball from http://build.transmissionbt.com/job/trunk-linux-inc/ + Download a tarball from https://build.transmissionbt.com/job/trunk-linux-inc/ and follow the steps from the previous section. If you're new to building programs from source code, this is typically diff --git a/cli/transmission-cli.1 b/cli/transmission-cli.1 index 677ffc0e6..5acd2c6a9 100644 --- a/cli/transmission-cli.1 +++ b/cli/transmission-cli.1 @@ -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 http://trac.transmissionbt.com/wiki/ConfigFiles for more information. +See https://github.com/transmission/transmission/wiki/Configuration-Files for more information. .It Fl h, Fl -help Prints a short usage summary. .It Fl m, Fl -portmap @@ -133,4 +133,4 @@ and .Xr transmission-remote 1 , .Xr transmission-show 1 .Pp -http://www.transmissionbt.com/ +https://transmissionbt.com/ diff --git a/configure.ac b/configure.ac index 8f9d0c875..339bdd911 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ dnl these should be the only two lines you need to change m4_define([user_agent_prefix],[2.92]) m4_define([peer_id_prefix],[-TR2920-]) -AC_INIT([transmission],[user_agent_prefix],[http://trac.transmissionbt.com/newticket]) +AC_INIT([transmission],[user_agent_prefix],[https://github.com/transmission/transmission]) AC_SUBST(USERAGENT_PREFIX,[user_agent_prefix]) AC_SUBST(PEERID_PREFIX,[peer_id_prefix]) diff --git a/daemon/daemon.c b/daemon/daemon.c index 40ac5a67f..d4b763354 100644 --- a/daemon/daemon.c +++ b/daemon/daemon.c @@ -80,7 +80,7 @@ static const char * getUsage (void) { return "Transmission " LONG_VERSION_STRING - " http://www.transmissionbt.com/\n" + " https://transmissionbt.com/\n" "A fast and easy BitTorrent client\n" "\n" MY_NAME " is a headless Transmission session\n" diff --git a/daemon/remote.c b/daemon/remote.c index 5e21afdcb..2b17d9293 100644 --- a/daemon/remote.c +++ b/daemon/remote.c @@ -198,7 +198,7 @@ getUsage (void) return MY_NAME" "LONG_VERSION_STRING"\n" "A fast and easy BitTorrent client\n" - "http://www.transmissionbt.com/\n" + "https://transmissionbt.com/\n" "\n" "Usage: " MY_NAME " [host] [options]\n" diff --git a/daemon/transmission-daemon.1 b/daemon/transmission-daemon.1 index ce44c087b..849290d25 100644 --- a/daemon/transmission-daemon.1 +++ b/daemon/transmission-daemon.1 @@ -59,7 +59,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 http://trac.transmissionbt.com/wiki/ConfigFiles for more information. +See https://github.com/transmission/transmission/wiki/Configuration-Files for more information. .It Fl er Fl -encryption-required Encrypt all peer connections. .It Fl ep Fl -encryption-preferred @@ -148,7 +148,7 @@ The config-dir used when neither nor .Op Fl g is specified. -See http://trac.transmissionbt.com/wiki/ConfigFiles for more information. +See https://github.com/transmission/transmission/wiki/Configuration-Files for more information. .El .Sh AUTHORS .An -nosplit @@ -166,4 +166,4 @@ and .Xr transmission-remote 1 , .Xr transmission-show 1 .Pp -http://www.transmissionbt.com/ +https://transmissionbt.com/ diff --git a/daemon/transmission-remote.1 b/daemon/transmission-remote.1 index 8e05de164..b4c94f5cc 100644 --- a/daemon/transmission-remote.1 +++ b/daemon/transmission-remote.1 @@ -408,4 +408,4 @@ and .Xr transmission-remote 1 , .Xr transmission-show 1 .Pp -http://www.transmissionbt.com/ +https://transmissionbt.com/ diff --git a/gtk/main.c b/gtk/main.c index ad0152342..1aa835757 100644 --- a/gtk/main.c +++ b/gtk/main.c @@ -1363,7 +1363,7 @@ update_model_loop (gpointer gdata) static void show_about_dialog (GtkWindow * parent) { - const char * uri = "http://www.transmissionbt.com/"; + const char * uri = "https://transmissionbt.com/"; const char * authors[] = { "Jordan Lee (Backend; GTK+)", "Mitchell Livingston (Backend; OS X)", NULL }; diff --git a/gtk/transmission-gtk.1 b/gtk/transmission-gtk.1 index a03f5411f..feba9ba45 100644 --- a/gtk/transmission-gtk.1 +++ b/gtk/transmission-gtk.1 @@ -49,7 +49,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 http://trac.transmissionbt.com/wiki/ConfigFiles for more information. +See https://github.com/transmission/transmission/wiki/Configuration-Files for more information. .El .Pp Multiple .torrent files may be added at startup @@ -91,4 +91,4 @@ and .Xr transmission-remote 1 , .Xr transmission-show 1 .Pp -http://www.transmissionbt.com/ +https://transmissionbt.com/ diff --git a/gtk/util.c b/gtk/util.c index d1ed11e0b..e32d6330a 100644 --- a/gtk/util.c +++ b/gtk/util.c @@ -353,7 +353,7 @@ gtr_get_help_uri (void) if (!uri) { - const char * fmt = "http://www.transmissionbt.com/help/gtk/%d.%dx"; + const char * fmt = "https://transmissionbt.com/help/gtk/%d.%dx"; uri = g_strdup_printf (fmt, MAJOR_VERSION, MINOR_VERSION / 10); } diff --git a/libtransmission/fdlimit.c b/libtransmission/fdlimit.c index a271f207c..e181e5304 100644 --- a/libtransmission/fdlimit.c +++ b/libtransmission/fdlimit.c @@ -223,7 +223,7 @@ cached_file_open (struct tr_cached_file * o, /* If the file already exists and it's too large, truncate it. * This is a fringe case that happens if a torrent's been updated * and one of the updated torrent's files is smaller. - * http://trac.transmissionbt.com/ticket/2228 + * https://trac.transmissionbt.com/ticket/2228 * https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/318249 */ if (resize_needed && !tr_sys_file_truncate (fd, file_size, &error)) diff --git a/macosx/Controller.h b/macosx/Controller.h index 18616944b..4a09d12e3 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -259,7 +259,7 @@ typedef enum - (void) linkHomepage: (id) sender; - (void) linkForums: (id) sender; -- (void) linkTrac: (id) sender; +- (void) linkGitHub: (id) sender; - (void) linkDonate: (id) sender; - (void) rpcCallback: (tr_rpc_callback_type) type forTorrentStruct: (struct tr_torrent *) torrentStruct; diff --git a/macosx/Controller.m b/macosx/Controller.m index 41fd94315..38ccfe728 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -133,9 +133,9 @@ typedef enum #define TRANSFER_PLIST @"Transfers.plist" -#define WEBSITE_URL @"http://www.transmissionbt.com/" -#define FORUM_URL @"http://forum.transmissionbt.com/" -#define TRAC_URL @"http://trac.transmissionbt.com/" +#define WEBSITE_URL @"https://transmissionbt.com/" +#define FORUM_URL @"https://forum.transmissionbt.com/" +#define GITHUB_URL @"https://github.com/transmission/transmission" #define DONATE_URL @"https://transmissionbt.com/donate/" #define DONATE_NAG_TIME (60 * 60 * 24 * 7) @@ -4642,9 +4642,9 @@ static void removeKeRangerRansomware() [[NSWorkspace sharedWorkspace] openURL: [NSURL URLWithString: FORUM_URL]]; } -- (void) linkTrac: (id) sender +- (void) linkGitHub: (id) sender { - [[NSWorkspace sharedWorkspace] openURL: [NSURL URLWithString: TRAC_URL]]; + [[NSWorkspace sharedWorkspace] openURL: [NSURL URLWithString: GITHUB_URL]]; } - (void) linkDonate: (id) sender diff --git a/macosx/Credits.rtf b/macosx/Credits.rtf index 7b2e15a28..520cead25 100644 --- a/macosx/Credits.rtf +++ b/macosx/Credits.rtf @@ -7,8 +7,8 @@ \f0\b\fs28 \cf0 The Transmission Project \fs24 \ \pard\tx440\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li100\slleading40\sb40\qc -{\field{\*\fldinst{HYPERLINK "http://www.transmissionbt.com/"}}{\fldrslt -\b0 \cf0 http://www.transmissionbt.com/}}\ +{\field{\*\fldinst{HYPERLINK "https://transmissionbt.com/"}}{\fldrslt +\b0 \cf0 https://transmissionbt.com/}}\ \pard\tx440\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li100\slleading40\sb40 \cf0 \ Lead Developers diff --git a/macosx/TransmissionHelp/html/FAQ.html b/macosx/TransmissionHelp/html/FAQ.html index 01220e85a..d8a32b01b 100644 --- a/macosx/TransmissionHelp/html/FAQ.html +++ b/macosx/TransmissionHelp/html/FAQ.html @@ -37,7 +37,7 @@

Transmission crashed, what should I do?

-

Post the crash log on the support forums so that the issue can be fixed as quickly as possible. Crash logs are held in ~/Library/Logs/CrashReporter/. +

Post the crash log on the support forums so that the issue can be fixed as quickly as possible. Crash logs are held in ~/Library/Logs/CrashReporter/.

If your torrents' progress are incorrect when you reopen Transmission (e.g. they are starting from 0%) then you should manually recheck them. Click here for instructions.

@@ -84,7 +84,7 @@

What are 'nightlies'?

-

Nightlies are releases on the bleeding edge of development. They normally contain new features and bugfixes, but are not officially supported (although you are more than welcome to discuss them on the Transmission forums). You can try one out here. +

Nightlies are releases on the bleeding edge of development. They normally contain new features and bugfixes, but are not officially supported (although you are more than welcome to discuss them on the Transmission forums). You can try one out here.

diff --git a/macosx/TransmissionHelp/html/scripts.html b/macosx/TransmissionHelp/html/scripts.html index 5ffd2cb7a..20aa5eee6 100644 --- a/macosx/TransmissionHelp/html/scripts.html +++ b/macosx/TransmissionHelp/html/scripts.html @@ -33,7 +33,7 @@ -

More information is available on the Transmission wiki. +

More information is available on the Transmission wiki. diff --git a/macosx/TransmissionHelp/html/troubleshoot.html b/macosx/TransmissionHelp/html/troubleshoot.html index 73260d7b3..4e024edf6 100644 --- a/macosx/TransmissionHelp/html/troubleshoot.html +++ b/macosx/TransmissionHelp/html/troubleshoot.html @@ -23,7 +23,7 @@

If your port is still not open, even after you have enabled automatic port forwarding, here are some tips you can use which may get it working.

-

If you are still having problems, open the Message Log (in the Window menu) and post the debug output on the support forums. +

If you are still having problems, open the Message Log (in the Window menu) and post the debug output on the support forums.

  1. Pause your torrents
  2. Clear the log and set it to 'Debug'
  3. diff --git a/macosx/TransmissionHelp/index.html b/macosx/TransmissionHelp/index.html index 472e2f5a7..3827b4fa7 100644 --- a/macosx/TransmissionHelp/index.html +++ b/macosx/TransmissionHelp/index.html @@ -15,7 +15,7 @@ Image of Transmission window

    Transmission icon Transmission Help

    -

    www.transmissionbt.com

    +

    transmissionbt.com

@@ -33,8 +33,8 @@

Look up topics easily

More Information

-

Transmission Forums

-

Trac - Wiki and Development

+

Transmission Forums

+

GitHub - Wiki and Development

diff --git a/macosx/da.lproj/MainMenu.xib b/macosx/da.lproj/MainMenu.xib index 0d30e31a4..d60927579 100644 --- a/macosx/da.lproj/MainMenu.xib +++ b/macosx/da.lproj/MainMenu.xib @@ -696,7 +696,7 @@ CA - + diff --git a/macosx/de.lproj/MainMenu.xib b/macosx/de.lproj/MainMenu.xib index 2e16779f9..6d5e404ef 100644 --- a/macosx/de.lproj/MainMenu.xib +++ b/macosx/de.lproj/MainMenu.xib @@ -697,7 +697,7 @@ CA - + diff --git a/macosx/en.lproj/MainMenu.xib b/macosx/en.lproj/MainMenu.xib index 6e34678f3..4084bab15 100644 --- a/macosx/en.lproj/MainMenu.xib +++ b/macosx/en.lproj/MainMenu.xib @@ -696,7 +696,7 @@ CA - + diff --git a/macosx/es.lproj/MainMenu.xib b/macosx/es.lproj/MainMenu.xib index 11936a3a8..8319e092e 100644 --- a/macosx/es.lproj/MainMenu.xib +++ b/macosx/es.lproj/MainMenu.xib @@ -696,7 +696,7 @@ CA - + diff --git a/macosx/fr.lproj/MainMenu.xib b/macosx/fr.lproj/MainMenu.xib index 83a09089a..ed45b42cc 100644 --- a/macosx/fr.lproj/MainMenu.xib +++ b/macosx/fr.lproj/MainMenu.xib @@ -695,7 +695,7 @@ CA - + diff --git a/macosx/it.lproj/MainMenu.xib b/macosx/it.lproj/MainMenu.xib index b2aae0856..0725daaff 100644 --- a/macosx/it.lproj/MainMenu.xib +++ b/macosx/it.lproj/MainMenu.xib @@ -696,7 +696,7 @@ CA - + diff --git a/macosx/nl.lproj/MainMenu.xib b/macosx/nl.lproj/MainMenu.xib index 246eba9c4..7eff9bbe1 100644 --- a/macosx/nl.lproj/MainMenu.xib +++ b/macosx/nl.lproj/MainMenu.xib @@ -695,7 +695,7 @@ CA - + diff --git a/macosx/pt_PT.lproj/MainMenu.xib b/macosx/pt_PT.lproj/MainMenu.xib index 30d737ea4..64027e5d7 100644 --- a/macosx/pt_PT.lproj/MainMenu.xib +++ b/macosx/pt_PT.lproj/MainMenu.xib @@ -696,7 +696,7 @@ CA - + diff --git a/macosx/ru.lproj/MainMenu.xib b/macosx/ru.lproj/MainMenu.xib index 0a1d3544c..0b7c232ef 100644 --- a/macosx/ru.lproj/MainMenu.xib +++ b/macosx/ru.lproj/MainMenu.xib @@ -696,7 +696,7 @@ CA - + diff --git a/macosx/tr.lproj/MainMenu.xib b/macosx/tr.lproj/MainMenu.xib index b22bdc344..c935f99fe 100644 --- a/macosx/tr.lproj/MainMenu.xib +++ b/macosx/tr.lproj/MainMenu.xib @@ -696,7 +696,7 @@ CA - + diff --git a/qt/AboutDialog.ui b/qt/AboutDialog.ui index dd118c758..38dbbc471 100644 --- a/qt/AboutDialog.ui +++ b/qt/AboutDialog.ui @@ -57,7 +57,7 @@ - <a href="http://www.transmissionbt.com/">http://www.transmissionbt.com/</a> + <a href="https://transmissionbt.com/">https://transmissionbt.com/</a> Qt::AlignCenter diff --git a/qt/MainWindow.cc b/qt/MainWindow.cc index ec11841ff..8383d0331 100644 --- a/qt/MainWindow.cc +++ b/qt/MainWindow.cc @@ -635,7 +635,7 @@ MainWindow::openAbout () void MainWindow::openHelp () { - QDesktopServices::openUrl (QUrl (QString::fromLatin1 ("http://www.transmissionbt.com/help/gtk/%1.%2x"). + QDesktopServices::openUrl (QUrl (QString::fromLatin1 ("https://transmissionbt.com/help/gtk/%1.%2x"). arg (MAJOR_VERSION).arg (MINOR_VERSION / 10))); } diff --git a/qt/README.txt b/qt/README.txt index 4b6800d9a..4d9bf9f37 100644 --- a/qt/README.txt +++ b/qt/README.txt @@ -1,7 +1,7 @@ VOLUNTEERS WANTED - Qt developers and translators are needed - - If you find a bug, please report it at http://trac.transmissionbt.com/ + - If you find a bug, please report it at https://github.com/transmission/transmission ABOUT TRANSMISSION-QT diff --git a/qt/transmission-qt.1 b/qt/transmission-qt.1 index f183c4b73..616f3c0f6 100644 --- a/qt/transmission-qt.1 +++ b/qt/transmission-qt.1 @@ -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 http://trac.transmissionbt.com/wiki/ConfigFiles for more information. +See https://github.com/transmission/transmission/wiki/Configuration-Files for more information. .It Fl m Fl -minimized Start minimized in notification area .It Fl p, Fl -port Ar port @@ -74,4 +74,4 @@ and .Xr transmission-remote 1 , .Xr transmission-show 1 .Pp -http://www.transmissionbt.com/ +https://transmissionbt.com/ diff --git a/transmission-gtk.spec.in b/transmission-gtk.spec.in index 6e75e8a9c..8c3f149dd 100644 --- a/transmission-gtk.spec.in +++ b/transmission-gtk.spec.in @@ -8,7 +8,7 @@ Version: %{version} Release: %{release} License: MIT Group: Applications/Internet -URL: http://www.transmissionbt.com/ +URL: https://transmissionbt.com/ Epoch: 1 Source0: %{name}-%{version}.tar.bz2 diff --git a/utils/transmission-create.1 b/utils/transmission-create.1 index 2a2de017d..6fb15b60a 100644 --- a/utils/transmission-create.1 +++ b/utils/transmission-create.1 @@ -49,4 +49,4 @@ To add more than one, use this option multiple times. .Xr transmission-remote 1 , .Xr transmission-show 1 .Pp -http://www.transmissionbt.com/ +https://transmissionbt.com/ diff --git a/utils/transmission-edit.1 b/utils/transmission-edit.1 index 91ff7a507..9395ad978 100644 --- a/utils/transmission-edit.1 +++ b/utils/transmission-edit.1 @@ -44,4 +44,4 @@ $ transmission-edit -r old-passcode new-passcode ~/.config/transmission/torrents .Xr transmission-remote 1 , .Xr transmission-show 1 .Pp -http://www.transmissionbt.com/ +https://transmissionbt.com/ diff --git a/utils/transmission-show.1 b/utils/transmission-show.1 index b1b70c5b0..6961f0aa5 100644 --- a/utils/transmission-show.1 +++ b/utils/transmission-show.1 @@ -36,4 +36,4 @@ Ask the torrent's trackers how many peers are in the torrent's swarm .Xr transmission-remote 1 , .Xr transmission-show 1 .Pp -http://www.transmissionbt.com/ +https://transmissionbt.com/ diff --git a/web/javascript/transmission.js b/web/javascript/transmission.js index 2fdc9a1e5..d3827114e 100644 --- a/web/javascript/transmission.js +++ b/web/javascript/transmission.js @@ -699,7 +699,7 @@ Transmission.prototype = break; case 'homepage': - window.open('http://www.transmissionbt.com/'); + window.open('https://transmissionbt.com/'); break; case 'tipjar':