You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wi...@apache.org on 2020/01/13 19:42:34 UTC

[couchdb-mochiweb] 35/37: Use https for URLs in README.md

This is an automated email from the ASF dual-hosted git repository.

willholley pushed a commit to branch upstream
in repository https://gitbox.apache.org/repos/asf/couchdb-mochiweb.git

commit a7e09cd6d937d2d6d22b872e672da8514a5adfbb
Author: Bob Ippolito <bo...@redivi.com>
AuthorDate: Tue May 21 20:41:21 2019 -0700

    Use https for URLs in README.md
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 673e384..44e392b 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
 MochiWeb is an Erlang library for building lightweight HTTP servers.
 
-The latest version of MochiWeb is available at http://github.com/mochi/mochiweb
+The latest version of MochiWeb is available at https://github.com/mochi/mochiweb
 
-The mailing list for MochiWeb is at http://groups.google.com/group/mochiweb/
+The mailing list for MochiWeb is at https://groups.google.com/group/mochiweb/
 
-Erlang OTP is required for setting up the MochiWeb environment and is available at http://www.erlang.org/
+Erlang OTP is required for setting up the MochiWeb environment and is available at https://www.erlang.org/
 
 To create a new mochiweb using project:
    make app PROJECT=project_name