This is an automated email from the ASF dual-hosted git repository. willholley pushed a commit to branch upstream-2.20.0 in repository https://gitbox.apache.org/repos/asf/couchdb-mochiweb.git
commit c692fd789774ecfdd0e833c1e05920fbddd1dcc3 Author: Bob Ippolito <[email protected]> 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
