]> git.phdru.name Git - mc/extfs.d.git/commitdiff
Docs: httpS protocol
authorOleg Broytman <phd@phdru.name>
Sun, 16 Feb 2025 15:00:00 +0000 (18:00 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 16 Feb 2025 15:46:59 +0000 (18:46 +0300)
torrent
xml

diff --git a/torrent b/torrent
index 69b0fa7cfe0f4ef4d206a92da239d9512b2e0ff1..37e58914ca3b21df301205466b8c28290811a48c 100755 (executable)
--- a/torrent
+++ b/torrent
@@ -2,7 +2,7 @@
 """Torrent Virtual FileSystem for Midnight Commander
 
 The script requires Midnight Commander 3.1+
-(http://www.midnight-commander.org/), Python 2.7+ (http://www.python.org/),
+(https://www.midnight-commander.org/), Python 2.7+ (https://www.python.org/),
 module eff_bdecode.py (from effbot.org/zone/bencode.htm) is now included
 in the code.
 
diff --git a/xml b/xml
index e7fe1d4e43a6fc8893ad788920b3f42f4d94eb52..81dc024aa7520798781e20ee42a5a2dc7d8c92b3 100755 (executable)
--- a/xml
+++ b/xml
@@ -2,7 +2,7 @@
 """XML Virtual FileSystem for Midnight Commander
 
 The script requires Midnight Commander 3.1+
-(http://www.midnight-commander.org/), Python 2.7+ (http://www.python.org/).
+(https://www.midnight-commander.org/), Python 2.7+ (https://www.python.org/).
 
 For mc 4.7+ just put the script in $HOME/[.local/share/].mc/extfs.d.
 For older versions put it in /usr/[local/][lib|share]/mc/extfs
@@ -284,7 +284,7 @@ if use_elementtree or use_lxml:
 if use_elementtree:
     class ElementTreeXmlVfs(CommonEtreeXmlVfs):
         def parse(self):
-            # Copied from http://effbot.org/zone/element-pi.htm
+            # Copied from effbot.org/zone/element-pi.htm
 
             class PIParser(ET.XMLTreeBuilder):