Commit 6b485c74 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

HTTPS: update a bunch of URLs from HTTP to HTTPS

parent 7a8a7ca7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ Join the community

 1. Click 'watch' on the github repo

 2. Subscribe to the suitable [mailing lists](http://curl.haxx.se/mail/)
 2. Subscribe to the suitable [mailing lists](https://curl.haxx.se/mail/)

Read [docs/CONTRIBUTE](docs/CONTRIBUTE)
---------------------------------------
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ README
CONTACT

  If you have problems, questions, ideas or suggestions, please contact us
  by posting to a suitable mailing list. See http://curl.haxx.se/mail/
  by posting to a suitable mailing list. See https://curl.haxx.se/mail/

  All contributors to the project are listed in the THANKS document.

@@ -32,7 +32,7 @@ WEB SITE

  Visit the curl web site for the latest news and downloads:

        http://curl.haxx.se/
        https://curl.haxx.se/

GIT

+2 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ Basic

C
  libcurl is a C library in itself!
  http://curl.haxx.se/libcurl/
  https://curl.haxx.se/libcurl/

C++

@@ -184,7 +184,7 @@ Rexx
RPG

  Support for ILE/RPG on OS/400 is included in source distribution
  http://curl.haxx.se/libcurl/
  https://curl.haxx.se/libcurl/
  See packages/OS400/README.OS400 and packages/OS400/curl.inc.in

Ruby
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ BUGS
  Please read the rest of this document below first before doing that!

  If you feel you need to ask around first, find a suitable mailing list and
  post there. The lists are available on http://curl.haxx.se/mail/
  post there. The lists are available on https://curl.haxx.se/mail/

1.3 What to report

+2 −2
Original line number Diff line number Diff line
@@ -42,13 +42,13 @@

1.1 Join the Community

 Skip over to http://curl.haxx.se/mail/ and join the appropriate mailing
 Skip over to https://curl.haxx.se/mail/ and join the appropriate mailing
 list(s).  Read up on details before you post questions. Read this file before
 you start sending patches! We prefer patches and discussions being held on
 the mailing list(s), not sent to individuals.

 Before posting to one of the curl mailing lists, please read up on the mailing
 list etiquette: http://curl.haxx.se/mail/etiquette.html
 list etiquette: https://curl.haxx.se/mail/etiquette.html

 We also hang out on IRC in #curl on irc.freenode.net

Loading