URLs: follow GitHub project rename (also Travis CI)

Closes #632
This commit is contained in:
Viktor Szakats 2016-02-03 18:34:16 +01:00 committed by Daniel Stenberg
parent 0515e49b6b
commit 20dcd19501
10 changed files with 17 additions and 17 deletions

View file

@ -707,7 +707,7 @@ int netware_init(void);
#endif
/* In Windows the default file mode is text but an application can override it.
Therefore we specify it explicitly. https://github.com/bagder/curl/pull/258
Therefore we specify it explicitly. https://github.com/curl/curl/pull/258
*/
#if defined(WIN32) || defined(MSDOS)
#define FOPEN_READTEXT "rt"