kcar RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* [PATCH] doc: update git:// URLs to HTTPS
@ 2018-11-22 19:58 u
  0 siblings, 0 replies; only message in thread
From: u @ 2018-11-22 19:58 UTC (permalink / raw)
  To: kcar-public

This ought to be more secure, improves SEO, and lets me dogfood...
---
 .olddoc.yml | 2 +-
 HACKING     | 2 +-
 README      | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.olddoc.yml b/.olddoc.yml
index adc2181..5089a52 100644
--- a/.olddoc.yml
+++ b/.olddoc.yml
@@ -1,6 +1,6 @@
 ---
 cgit_url: https://bogomips.org/kcar.git
-git_url: git://bogomips.org/kcar.git
+git_url: https://bogomips.org/kcar.git
 rdoc_url: https://bogomips.org/kcar/
 ml_url: https://bogomips.org/kcar-public/
 public_email: kcar-public@bogomips.org
diff --git a/HACKING b/HACKING
index b56b686..27fe752 100644
--- a/HACKING
+++ b/HACKING
@@ -4,7 +4,7 @@
 * git - https://www.git-scm.com/
 * ruby - https://www.ruby-lang.org/en/
 
-	git clone git://bogomips.org/kcar
+	git clone https://bogomips.org/kcar.git
 
 == tests
 
diff --git a/README b/README
index b1a577d..c3ef9dc 100644
--- a/README
+++ b/README
@@ -62,14 +62,14 @@ through the body with body.each.
 
 You can get the latest source via git from the following locations:
 
-  git://bogomips.org/kcar.git
-  git://repo.or.cz/kcar.git (mirror)
+  https://bogomips.org/kcar.git
+  https://repo.or.cz/kcar.git (mirror)
 
 You may browse the code from the web and download the latest snapshot
 tarballs here:
 
 * https://bogomips.org/kcar.git
-* http://repo.or.cz/w/kcar.git (gitweb)
+* https://repo.or.cz/w/kcar.git (gitweb)
 
 Inline patches (from "git format-patch") to the mailing list are
 preferred because they allow code review and comments in the reply to
-- 
EW


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-11-22 19:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-22 19:58 [PATCH] doc: update git:// URLs to HTTPS u

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/kcar.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).