Skip to content

Commit 20dcd19

Browse files
vszakatsbagder
authored andcommitted
URLs: follow GitHub project rename (also Travis CI)
Closes curl#632
1 parent 0515e49 commit 20dcd19

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
lines changed

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ GIT
3838

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

41-
git clone https://github.com/bagder/curl.git
41+
git clone https://github.com/curl/curl.git
4242

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

RELEASE-NOTES

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ advice from friends like these:
3030

3131
References to bug reports and discussions on issues:
3232

33-
[1] = https://github.com/bagder/curl/pull/616
33+
[1] = https://github.com/curl/curl/pull/616
3434
[2] = https://curl.haxx.se/bug/?i=617
3535
[3] = https://curl.haxx.se/bug/?i=624

docs/BUGS

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ BUGS
3535
have a go at a solution. You can optionally also post your bug/problem at
3636
curl's bug tracking system over at
3737

38-
https://github.com/bagder/curl/issues
38+
https://github.com/curl/curl/issues
3939

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

docs/CONTRIBUTE

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203

204204
You need to first checkout the repository:
205205

206-
git clone https://github.com/bagder/curl.git
206+
git clone https://github.com/curl/curl.git
207207

208208
You then proceed and edit all the files you like and you commit them to your
209209
local repository:

docs/FAQ

+2-2
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ FAQ
226226
considerable time already on maintaining and developing curl. In order to
227227
get more out of us, you should consider trading in some of your time and
228228
efforts in return. Simply go to the GitHub repo which resides at
229-
https://github.com/bagder/curl, fork the project, and create pull requests
229+
https://github.com/curl/curl, fork the project, and create pull requests
230230
with your proposed changes.
231231

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

docs/KNOWN_BUGS

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ changelog of the current development status, as one or more of these problems
44
may have been fixed since this was written!
55

66
91. "curl_easy_perform hangs with imap and PolarSSL"
7-
https://github.com/bagder/curl/issues/334
7+
https://github.com/curl/curl/issues/334
88

99
90. IMAP "SEARCH ALL" truncates output on large boxes. "A quick search of the
1010
code reveals that pingpong.c contains some truncation code, at line 408,
@@ -35,7 +35,7 @@ may have been fixed since this was written!
3535
CURLINFO_STARTTRANSFER_TIME is wrong. While using POST
3636
CURLINFO_STARTTRANSFER_TIME minus CURLINFO_PRETRANSFER_TIME is near to zero
3737
every time.
38-
https://github.com/bagder/curl/issues/218
38+
https://github.com/curl/curl/issues/218
3939
https://curl.haxx.se/bug/view.cgi?id=1213
4040

4141
84. CURLINFO_SSL_VERIFYRESULT is only implemented for the OpenSSL and NSS

docs/TODO

+5-5
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
would be the ones that link to 3rd party libs. That would allow us to avoid
240240
having to load ALL dependencies since only the necessary ones for this
241241
app/invoke/used protocols would be necessary to load. See
242-
https://github.com/bagder/curl/issues/349
242+
https://github.com/curl/curl/issues/349
243243

244244
1.12 have form functions use CURL handle argument
245245

@@ -292,7 +292,7 @@
292292
perhaps URL encoded byte values over 128 etc (basically do what the redirect
293293
following code already does).
294294

295-
https://github.com/bagder/curl/issues/514
295+
https://github.com/curl/curl/issues/514
296296

297297
2. libcurl - multi interface
298298

@@ -434,7 +434,7 @@ This is not detailed in any FTP specification.
434434

435435
5.6 Refuse "downgrade" redirects
436436

437-
See https://github.com/bagder/curl/issues/226
437+
See https://github.com/curl/curl/issues/226
438438

439439
Consider a way to tell curl to refuse to "downgrade" protocol with a redirect
440440
and/or possibly a bit that refuses redirect to change protocol completely.
@@ -729,13 +729,13 @@ that doesn't exist on the server, just like --ftp-create-dirs.
729729
{partURL1:name1,partURL2:name2,partURL3:name3} where the name following the
730730
colon is the output name.
731731

732-
See https://github.com/bagder/curl/issues/221
732+
See https://github.com/curl/curl/issues/221
733733

734734
17.10 improve how curl works in a windows console window
735735

736736
If you pull the scrollbar when transferring with curl in a Windows console
737737
window, the transfer is interrupted and can get disconnected. This can
738-
probably be improved. See https://github.com/bagder/curl/issues/322
738+
probably be improved. See https://github.com/curl/curl/issues/322
739739

740740

741741
18. Build

lib/curl_setup.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ int netware_init(void);
707707
#endif
708708

709709
/* In Windows the default file mode is text but an application can override it.
710-
Therefore we specify it explicitly. https://github.com/bagder/curl/pull/258
710+
Therefore we specify it explicitly. https://github.com/curl/curl/pull/258
711711
*/
712712
#if defined(WIN32) || defined(MSDOS)
713713
#define FOPEN_READTEXT "rt"

tests/data/DISABLED

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
882
1212
938
1313
# test 1801 causes problems on Mac OS X and github
14-
# https://github.com/bagder/curl/issues/380
14+
# https://github.com/curl/curl/issues/380
1515
1801
1616
# test 1510 casues problems on the CI on github
17-
# example: https://travis-ci.org/bagder/curl/builds/81633600
17+
# example: https://travis-ci.org/curl/curl/builds/81633600
1818
1510

tests/testcurl.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ https://curl.haxx.se/auto/autocurl.txt):
8484
.nf
8585
$ mkdir daily-curl
8686
$ cd daily-curl
87-
$ git clone git://github.com/bagder/curl.git
87+
$ git clone git://github.com/curl/curl.git
8888
.fi
8989

9090
With the curl sources checked out, or downloaded, you can start testing right

0 commit comments

Comments
 (0)