about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2018-07-03 13:20:19 +0000
committerEric Wong <e@80x24.org>2018-07-03 13:20:19 +0000
commit53bea4d91f7376c2984858517788c042ec3a99f4 (patch)
tree8580a1ba14a7326c036a051d8be5588d87a990d1
parentf13bbe5763362d51edb4827805e9520c3ca7c97e (diff)
downloadyahns-53bea4d91f7376c2984858517788c042ec3a99f4.tar.gz
Might as well eat our own dogfood w.r.t. yahns TLS support
-rw-r--r--Documentation/yahns_config.pod2
-rw-r--r--HACKING2
-rw-r--r--README2
3 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/yahns_config.pod b/Documentation/yahns_config.pod
index 9558d3d..5d0e441 100644
--- a/Documentation/yahns_config.pod
+++ b/Documentation/yahns_config.pod
@@ -656,7 +656,7 @@ compatibility.
 
 See the examples/ directory in the git source tree.
 
-  git clone git://yhbt.net/yahns.git
+  git clone https://yhbt.net/yahns.git
 
 =head1 CONTACT
 
diff --git a/HACKING b/HACKING
index cf6c660..520dc6c 100644
--- a/HACKING
+++ b/HACKING
@@ -9,7 +9,7 @@ development dependencies
 * git - https://www.git-scm.com/
 * ruby - https://www.ruby-lang.org/en/
 
-        git clone git://yhbt.net/yahns
+        git clone https://yhbt.net/yahns
 
 tests
 -----
diff --git a/README b/README
index 8c80561..266172d 100644
--- a/README
+++ b/README
@@ -85,7 +85,7 @@ Hacking
 We use git and follow the same development model as git itself
 (mailing list-oriented, benevolent dictator).
 
-        git clone git://yhbt.net/yahns
+        git clone https://yhbt.net/yahns
 
 Please use git-format-patch(1) and git-send-email(1) distributed with
 the git(7) suite for generating and sending patches.  Please format