some s/http/https/ fixes
authorBjörn Jacke <bj@sernet.de>
Mon, 10 Jan 2022 22:54:07 +0000 (23:54 +0100)
committerBjörn Jacke <bj@sernet.de>
Mon, 10 Jan 2022 22:54:47 +0000 (23:54 +0100)
devel/index.html
menu_hack_samba_raw.html
menu_learn_samba_raw.html
menu_think_samba_raw.html

index 5ec760da6b9618ec97097a61a88a214b036dbadc..31a0ef4c51e718cbed70bad7b3c2c9d2cd61caf7 100755 (executable)
@@ -20,10 +20,10 @@ or
 git clone https://git.samba.org/samba.git samba
 </pre>
 <p>For more details see
-<a href="http://wiki.samba.org/index.php/Using_Git_for_Samba_Development">Using
+<a href="https://wiki.samba.org/index.php/Using_Git_for_Samba_Development">Using
 Git for Samba Development</a>.</p>
 <p>Also see the wiki article on
-<a href="http://wiki.samba.org/index.php/Contribute">Contribute</a>.</p>
+<a href="https://wiki.samba.org/index.php/Contribute">Contribute</a>.</p>
 
 <h3>Current release status</h3>
 
@@ -58,7 +58,7 @@ Channel logs are available <a href="http://irclog.samba.org/">here</a>.</p>
 <p>For anyone interested in getting up to speed with SMB/CIFS, NetBIOS, MS-RPC, etc... Here are some links to help out:</p>
 
   <ul>
-    <li>Get a copy of <a href="http://www.wireshark.org">Wireshark</a> or possibly Microsoft's Network Monitor shipped with Windows NT/2k server.</li>
+    <li>Get a copy of <a href="https://www.wireshark.org">Wireshark</a> or possibly Microsoft's Network Monitor shipped with Windows NT/2k server.</li>
   </ul>
   <ul>
     <li>See the docs at:
@@ -81,7 +81,7 @@ Channel logs are available <a href="http://irclog.samba.org/">here</a>.</p>
         </ul></li>
     <li>Get a symbolic debugger (gdb, ddd, ups, etc...) and step through the smbd source code as it is running in response to a SMB call (or RPC) that you are interested in.</li></ul>
   <ul>
-    <li>The MSDN site (<a href="http://msdn.microsoft.com/">msdn.microsoft.com</a>) is pretty good as well, if you know what you are looking for.</li>
+    <li>The MSDN site (<a href="https://msdn.microsoft.com/">msdn.microsoft.com</a>) is pretty good as well, if you know what you are looking for.</li>
   </ul>
 
   <ul>
index cc53c9b4ba33641c5a4b5325a85445562e1e49a4..b418e92afbc1548cdb1658da4eec493362aac45b 100644 (file)
@@ -1,6 +1,6 @@
 <ul>
        <li><a href="/samba/devel/">Devel Overview</a></li>
-       <li><a href="http://gitweb.samba.org">Git Source</a></li>
-       <li><a href="http://build.samba.org/">Build Farm</a></li>
+       <li><a href="https://git.samba.org">Git Source</a></li>
+       <li><a href="https://build.samba.org/">Build Farm</a></li>
        <li><a href="https://bugzilla.samba.org">Bug Reports</a></li>
 </ul>
index 51cb77919b17ae5229bec3e01e1ff06a03486dab..8907bd57e93a54dba06b7eada8a65ac4f4d329ea 100644 (file)
@@ -1,4 +1,4 @@
 <ul>
        <li><a href="/samba/docs/">Docs And Books</a></li>
-       <li><a href="http://wiki.samba.org/">Wiki</a></li>
+       <li><a href="https://wiki.samba.org/">Wiki</a></li>
 </ul>
index c3e8b8c781ab50766f8b06f431f5ad42e1c9c62f..30d2723890972da3287c0cc4d321d0738594f09e 100644 (file)
@@ -1,6 +1,6 @@
 <ul>
        <li><a href="/samba/what_is_samba.html">What Is Samba?</a></li>
        <li><a href="/samba/latest_news.html">Latest News</a></li>
-       <li><a href="http://planet.samba.org/">Planet Samba</a></li>
+       <li><a href="https://planet.samba.org/">Planet Samba</a></li>
        <li><a href="/samba/docs/FAQ/">FAQ</a></li>
 </ul>