]> granicus.if.org Git - transmission/commitdiff
Switch to HTTPS links, adjust wiki links where possible
authorMike Gelfand <mikedld@mikedld.com>
Mon, 15 Jan 2018 21:57:25 +0000 (00:57 +0300)
committerMike Gelfand <mikedld@mikedld.com>
Mon, 15 Jan 2018 22:12:59 +0000 (01:12 +0300)
Fixes #39

38 files changed:
AUTHORS
README
cli/transmission-cli.1
configure.ac
daemon/daemon.c
daemon/remote.c
daemon/transmission-daemon.1
daemon/transmission-remote.1
gtk/main.c
gtk/transmission-gtk.1
gtk/util.c
libtransmission/fdlimit.c
macosx/Controller.h
macosx/Controller.m
macosx/Credits.rtf
macosx/TransmissionHelp/html/FAQ.html
macosx/TransmissionHelp/html/scripts.html
macosx/TransmissionHelp/html/troubleshoot.html
macosx/TransmissionHelp/index.html
macosx/da.lproj/MainMenu.xib
macosx/de.lproj/MainMenu.xib
macosx/en.lproj/MainMenu.xib
macosx/es.lproj/MainMenu.xib
macosx/fr.lproj/MainMenu.xib
macosx/it.lproj/MainMenu.xib
macosx/nl.lproj/MainMenu.xib
macosx/pt_PT.lproj/MainMenu.xib
macosx/ru.lproj/MainMenu.xib
macosx/tr.lproj/MainMenu.xib
qt/AboutDialog.ui
qt/MainWindow.cc
qt/README.txt
qt/transmission-qt.1
transmission-gtk.spec.in
utils/transmission-create.1
utils/transmission-edit.1
utils/transmission-show.1
web/javascript/transmission.js

diff --git a/AUTHORS b/AUTHORS
index 21a71b7df3742c299ca3dd5e5eac154f627e0a8f..45ff733acb8bc1e338696d349575f1f6b72a8afd 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,5 @@
 The Transmission Project
-http://www.transmissionbt.com/
+https://transmissionbt.com/
 
 Lead Developers <dev@transmissionbt.com>
   Jordan Lee, Mnemosyne LLC <jordan@transmissionbt.com> (Daemon, Backend, GTK+ client)
diff --git a/README b/README
index 395136fb34fabd88965932784b6d70c7e49c5d15..df035ef00fa8322899f7ab955790fb6cc90405a9 100644 (file)
--- 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 
index 677ffc0e6da85ea7125816c97e6d8d8339f40508..5acd2c6a92d012949458c8aebfb78d05a4f06ca7 100644 (file)
@@ -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/
index 8f9d0c8757ee9518b6f058a5d4e3bdfe64abccbb..339bdd911034784bbfa4d9ade346fa77c876aa46 100644 (file)
@@ -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])
 
index 40ac5a67fbe7f991b5bded62c57f727df6360466..d4b763354b2a612e84ec060b2b7fa4915459b297 100644 (file)
@@ -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"
index 5e21afdcbb48db9665520b9c117f328c33a1075d..2b17d92933c8c96fc4a75d734d2956a5190d26fc 100644 (file)
@@ -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"
index ce44c087b2c3b93296fc3c4744d5b386d41b56b5..849290d25fff7dfe8c4cb781758abf3a3bbeedf3 100644 (file)
@@ -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/
index 8e05de1649dadf8b030e49a64a05648ba63f5920..b4c94f5cce05a2f274f48d4511647a3d6c65d42d 100644 (file)
@@ -408,4 +408,4 @@ and
 .Xr transmission-remote 1 ,
 .Xr transmission-show 1
 .Pp
-http://www.transmissionbt.com/
+https://transmissionbt.com/
index ad0152342e8a0d1df7bf23dcfb8caa6b61f1f89f..1aa835757f21a6e373ff71de35322aa2dd6931c7 100644 (file)
@@ -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 };
index a03f5411f4fb2951471f8446f93ec6f1327f2337..feba9ba45f56f46ddb892441e43fa6b30f5e1af6 100644 (file)
@@ -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/
index d1ed11e0bc5ff41ecae88e9d9c5c3ffaf46cc26b..e32d6330af50ee0c2163a105264c6624c04345c4 100644 (file)
@@ -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);
     }
 
index a271f207c372de565753901c4dbd78fa6f3a06e6..e181e53047f0dbcf3082750575e2b191d46ce72c 100644 (file)
@@ -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))
index 18616944b74ac9c25070d6e4e7e1db8616d694b9..4a09d12e3b4359a4bffbd4e7470cc046e79696d5 100644 (file)
@@ -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;
index 41fd9431597396717a0d70bd641767a2c45b4c18..38ccfe728c64ce388c3b41b842031b8fe023cabf 100644 (file)
@@ -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
index 7b2e15a2829facd388cce95e8e14189cf96ec483..520cead25b731ea003af424c0baa2cb4f6c2142e 100644 (file)
@@ -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
index 01220e85a717bb6d0ff00bb002d24978b019088c..d8a32b01b43cc4bdec0d1d4622b14b2ca52d4cb1 100644 (file)
@@ -37,7 +37,7 @@
                        <div id="pagetitle">
                                <h1>Transmission crashed, what should I do? </h1>
                        </div>
-                               <p>Post the crash log on the <a href="http://forum.transmissionbt.com/viewforum.php?f=2">support forums</a> so that the issue can be fixed as quickly as possible. Crash logs are held in <i>~/Library/Logs/CrashReporter/</i>.
+                               <p>Post the crash log on the <a href="https://forum.transmissionbt.com/viewforum.php?f=4">support forums</a> so that the issue can be fixed as quickly as possible. Crash logs are held in <i>~/Library/Logs/CrashReporter/</i>.
                                <p>If your torrents' progress are incorrect when you reopen Transmission (e.g. they are starting from 0%) then you should manually recheck them. <a href="check.html">Click here</a> for instructions.
                                <p>
                        <div id="pagetitle">
@@ -84,7 +84,7 @@
                        <div id="pagetitle">
                                <h1>What are 'nightlies'?</h1>
                        </div>
-                               <p>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 <a href="http://forum.transmissionbt.com">Transmission forums</a>). You can try one out <a href="http://build.transmissionbt.com/job/trunk-mac/">here</a>.
+                               <p>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 <a href="https://forum.transmissionbt.com">Transmission forums</a>). You can try one out <a href="https://build.transmissionbt.com/job/trunk-mac/">here</a>.
                </div>
        </body>
        
index 5ffd2cb7ac7db1a7dfe043713cc6c91be7721273..20aa5eee6a8a874c738d2085c3ada727dd2cb499 100644 (file)
@@ -33,7 +33,7 @@
                                        </ul>
                                </div>
                                
-                               <p>More information is available on  <a href="http://trac.transmissionbt.com/wiki/Scripts">the Transmission wiki</a>.
+                               <p>More information is available on  <a href="https://trac.transmissionbt.com/wiki/Scripts">the Transmission wiki</a>.
                </div>
        </body>
        
index 73260d7b3bc9631cb9f0135741d0da1d745af7d6..4e024edf6b355bbf346b9bc1453be5e6eafd2989 100644 (file)
@@ -23,7 +23,7 @@
                        <p>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.
 
                                <div summary="To do this" id="taskbox">
-                               <p>If you are still having problems, open the Message Log (in the Window menu) and post the debug output on the <a href="http://transmission.m0k.org/forum/viewforum.php?f=2">support forums</a>.
+                               <p>If you are still having problems, open the Message Log (in the Window menu) and post the debug output on the <a href="https://forum.transmissionbt.com/viewforum.php?f=4">support forums</a>.
                                <ol>
                                        <li>Pause your torrents</li>
                                        <li>Clear the log and set it to 'Debug'</li>
index 472e2f5a732b699390c42e4ab0b95894067678aa..3827b4fa72244cd893453d00677ee3ed9136eefa 100644 (file)
@@ -15,7 +15,7 @@
                                        <IMG SRC="gfx/TransWindow.png" height="auto" width="225" ALT="Image of Transmission window" BORDER="0">
                                        <h1><img class="icon" src="gfx/TransmissionIcon.png" alt="Transmission icon" height="32" width="32" border="0"> Transmission Help</h1>
                                        
-                                       <h4><a href="http://www.transmissionbt.com/">www.transmissionbt.com</a></h4>
+                                       <h4><a href="https://transmissionbt.com/">transmissionbt.com</a></h4>
                                </center>
                        </div>
                        <div id="contentcenter"></div>
@@ -33,8 +33,8 @@
                                        <p><a href="html/Index2.html">Look up topics easily</a></p>
                                        
                                        <h2>More Information</h2>
-                                       <p><a href="http://forum.transmissionbt.com/">Transmission Forums</a></p>
-                                       <p><a href="http://trac.transmissionbt.com/">Trac - Wiki and Development</a></p>
+                                       <p><a href="https://forum.transmissionbt.com/">Transmission Forums</a></p>
+                                       <p><a href="https://github.com/transmission/transmission">GitHub - Wiki and Development</a></p>
        
                        </div>
                </div>
index 0d30e31a43a2af0fded8dcf665d2eb3cdcfc359b..d6092757991435ada4005d2b29c8d686af2ed9d6 100644 (file)
@@ -696,7 +696,7 @@ CA
                             </menuItem>
                             <menuItem title="Support og udvikling" id="3170">
                                 <connections>
-                                    <action selector="linkTrac:" target="206" id="3171"/>
+                                    <action selector="linkGitHub:" target="206" id="3171"/>
                                 </connections>
                             </menuItem>
                         </items>
index 2e16779f9cbe8382a377659b42afe2ea33c5873e..6d5e404ef1667d76e0799b5428bbee551d3e86a2 100644 (file)
@@ -697,7 +697,7 @@ CA
                             </menuItem>
                             <menuItem title="Support und Entwicklung" id="3170">
                                 <connections>
-                                    <action selector="linkTrac:" target="206" id="3171"/>
+                                    <action selector="linkGitHub:" target="206" id="3171"/>
                                 </connections>
                             </menuItem>
                         </items>
index 6e34678f3c5f4f5e4dc8e2746c6de312e5bee110..4084bab1582f1bb575116c9cad13881b3416af29 100644 (file)
@@ -696,7 +696,7 @@ CA
                             </menuItem>
                             <menuItem title="Support &amp; Development" id="3170">
                                 <connections>
-                                    <action selector="linkTrac:" target="206" id="3171"/>
+                                    <action selector="linkGitHub:" target="206" id="3171"/>
                                 </connections>
                             </menuItem>
                         </items>
index 11936a3a8becc860ef148b81ebf03d950982dd25..8319e092e4828e00ca0c1d4ad6188cf3e260d87f 100644 (file)
@@ -696,7 +696,7 @@ CA
                             </menuItem>
                             <menuItem title="Wiki y Desarrollo de Transmission" id="3170">
                                 <connections>
-                                    <action selector="linkTrac:" target="206" id="3171"/>
+                                    <action selector="linkGitHub:" target="206" id="3171"/>
                                 </connections>
                             </menuItem>
                         </items>
index 83a09089a1bf28f7a03578a707da0c8b7f3ba0a9..ed45b42cc7be546c096da3af0ba8b81439a4f51b 100644 (file)
@@ -695,7 +695,7 @@ CA
                             </menuItem>
                             <menuItem title="Support &amp; Développement" id="3170">
                                 <connections>
-                                    <action selector="linkTrac:" target="206" id="3171"/>
+                                    <action selector="linkGitHub:" target="206" id="3171"/>
                                 </connections>
                             </menuItem>
                         </items>
index b2aae08563242fdd79edd8b5407d6573e1576263..0725daaff3516cd54bae3b0d60036ef4296267b1 100644 (file)
@@ -696,7 +696,7 @@ CA
                             </menuItem>
                             <menuItem title="Supporto &amp; sviluppo" id="3170">
                                 <connections>
-                                    <action selector="linkTrac:" target="206" id="3171"/>
+                                    <action selector="linkGitHub:" target="206" id="3171"/>
                                 </connections>
                             </menuItem>
                         </items>
index 246eba9c45e6b2c82c3f56e216b237578e502368..7eff9bbe1e9d994f8b02377bccfc532c5a71103f 100644 (file)
@@ -695,7 +695,7 @@ CA
                             </menuItem>
                             <menuItem title="Support &amp; ontwikkeling " id="3170">
                                 <connections>
-                                    <action selector="linkTrac:" target="206" id="3171"/>
+                                    <action selector="linkGitHub:" target="206" id="3171"/>
                                 </connections>
                             </menuItem>
                         </items>
index 30d737ea491473a82366ae85b3c102230175a565..64027e5d7f2183ae9f6639ff777699580a7b7786 100644 (file)
@@ -696,7 +696,7 @@ CA
                             </menuItem>
                             <menuItem title="Suporte e desenvolvimento" id="3170">
                                 <connections>
-                                    <action selector="linkTrac:" target="206" id="3171"/>
+                                    <action selector="linkGitHub:" target="206" id="3171"/>
                                 </connections>
                             </menuItem>
                         </items>
index 0a1d3544ca3a5e375242b0f05678abbb05d03043..0b7c232ef487503107f6a893b7e925f7b648e9d4 100644 (file)
@@ -696,7 +696,7 @@ CA
                             </menuItem>
                             <menuItem title="Transmission wiki и разработка" id="3170">
                                 <connections>
-                                    <action selector="linkTrac:" target="206" id="3171"/>
+                                    <action selector="linkGitHub:" target="206" id="3171"/>
                                 </connections>
                             </menuItem>
                         </items>
index b22bdc344e8c97059c3e8ea4470617b60b055f37..c935f99fe015bae12041d1ee6fb437109fe33368 100644 (file)
@@ -696,7 +696,7 @@ CA
                             </menuItem>
                             <menuItem title="Destek ve Geliştirme" id="3170">
                                 <connections>
-                                    <action selector="linkTrac:" target="206" id="3171"/>
+                                    <action selector="linkGitHub:" target="206" id="3171"/>
                                 </connections>
                             </menuItem>
                         </items>
index dd118c7587bbd4223ec0079c8e48eea9c502a4a0..38dbbc471e6434ef047a5e4ae6ee0fc3493f71d0 100644 (file)
@@ -57,7 +57,7 @@
    <item>
     <widget class="QLabel" name="linkLabel">
      <property name="text">
-      <string notr="true">&lt;a href=&quot;http://www.transmissionbt.com/&quot;&gt;http://www.transmissionbt.com/&lt;/a&gt;</string>
+      <string notr="true">&lt;a href=&quot;https://transmissionbt.com/&quot;&gt;https://transmissionbt.com/&lt;/a&gt;</string>
      </property>
      <property name="alignment">
       <set>Qt::AlignCenter</set>
index ec11841ff44ccee068f640ecf81ee47b6a8a05f1..8383d0331b59bb7269eea9b3816647d2078d45a7 100644 (file)
@@ -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)));
 }
 
index 4b6800d9a61de48656ed800a3092c38bc99e09fd..4d9bf9f377f1f03d96351c724401b60381030dcd 100644 (file)
@@ -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
 
index f183c4b733614f3915c5b2d0972089d22de80733..616f3c0f6da47b16041a2fc88e481b284cbaad07 100644 (file)
@@ -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/
index 6e75e8a9c3acb471acab5f3221ec08228b8de8dc..8c3f149ddba3ba16ae3a0e8c9d51f5cfe1e1e207 100644 (file)
@@ -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
 
index 2a2de017d676c5c248ec516f2446b77d5e74ef66..6fb15b60aebe96d588b532a71dc29a06f3b177b7 100644 (file)
@@ -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/
index 91ff7a507189c825592ce674ff1fb3b849d7f034..9395ad9780efad24de934579aa75fc105db8355e 100644 (file)
@@ -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/
index b1b70c5b096c99dcac8bff2cd800a7076e4c77ba..6961f0aa5a49cbbeb6dd3dada77583c27386052d 100644 (file)
@@ -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/
index 2fdc9a1e57530114c5f21196fe94c39c6d72d3b8..d3827114e45a4f438d2c1f6d5dee9ad42d8b2844 100644 (file)
@@ -699,7 +699,7 @@ Transmission.prototype =
                                break;
 
                        case 'homepage':
-                               window.open('http://www.transmissionbt.com/');
+                               window.open('https://transmissionbt.com/');
                                break;
 
                        case 'tipjar':