Commit 20dcd195 authored by Viktor Szakats's avatar Viktor Szakats Committed by Daniel Stenberg
Browse files

URLs: follow GitHub project rename (also Travis CI)

Closes #632
parent 0515e49b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ GIT

  To download the very latest source off the GIT server do this:

    git clone https://github.com/bagder/curl.git
    git clone https://github.com/curl/curl.git

  (you'll get a directory named curl created, filled with the source code)

+1 −1
Original line number Diff line number Diff line
@@ -30,6 +30,6 @@ advice from friends like these:

References to bug reports and discussions on issues:

 [1] = https://github.com/bagder/curl/pull/616
 [1] = https://github.com/curl/curl/pull/616
 [2] = https://curl.haxx.se/bug/?i=617
 [3] = https://curl.haxx.se/bug/?i=624
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ BUGS
  have a go at a solution. You can optionally also post your bug/problem at
  curl's bug tracking system over at

        https://github.com/bagder/curl/issues
        https://github.com/curl/curl/issues

  Please read the rest of this document below first before doing that!

+1 −1
Original line number Diff line number Diff line
@@ -203,7 +203,7 @@

 You need to first checkout the repository:

     git clone https://github.com/bagder/curl.git
     git clone https://github.com/curl/curl.git

 You then proceed and edit all the files you like and you commit them to your
 local repository:
+2 −2
Original line number Diff line number Diff line
@@ -226,7 +226,7 @@ FAQ
  considerable time already on maintaining and developing curl. In order to
  get more out of us, you should consider trading in some of your time and
  efforts in return. Simply go to the GitHub repo which resides at
  https://github.com/bagder/curl, fork the project, and create pull requests
  https://github.com/curl/curl, fork the project, and create pull requests
  with your proposed changes.

  If you write the code, chances are bigger that it will get into curl faster.
@@ -254,7 +254,7 @@ FAQ
  We still get help from companies. Haxx provides web site, bandwidth, mailing
  lists etc, sourceforge.net hosts project services we take advantage from,
  like the bug tracker, and GitHub hosts the primary git repository at
  https://github.com/bagder/curl. Also again, some companies have sponsored
  https://github.com/curl/curl. Also again, some companies have sponsored
  certain parts of the development in the past and I hope some will continue to
  do so in the future.

Loading