branch: externals/url-scgi
commit 9d190583bd5bc8a15ce511ea0c0b92aa46a1c0aa
Author: Stefan Kangas <[email protected]>
Commit: Stefan Kangas <[email protected]>
Prefer https in documentation
---
test/url-scgi-tests.el | Bin 1777 -> 1760 bytes
url-scgi.el | 4 ++--
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/url-scgi-tests.el b/test/url-scgi-tests.el
index 6b9cdafafe..0184bc2c49 100644
Binary files a/test/url-scgi-tests.el and b/test/url-scgi-tests.el differ
diff --git a/url-scgi.el b/url-scgi.el
index f8c0d3c531..f77f2dfc4e 100644
--- a/url-scgi.el
+++ b/url-scgi.el
@@ -20,7 +20,7 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
-;; along with this program. If not, see <http://www.gnu.org/licenses/>.
+;; along with this program. If not, see <https://www.gnu.org/licenses/>.
;;; Commentary:
@@ -28,7 +28,7 @@
;;
;; The SCGI specification document can be found at:
;;
-;; http://python.ca/scgi/protocol.txt
+;; https://python.ca/scgi/protocol.txt
;;; Change Log: