summaryrefslogtreecommitdiff
path: root/lib/curl_setup.h
diff options
context:
space:
mode:
authorViktor Szakats <vszakats@users.noreply.github.com>2016-02-03 18:34:16 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-02-04 23:01:38 +0100
commit20dcd195019a286b97e48ad7491e234dfee99ae1 (patch)
treeebdd5498f6d5580cf579bf21b2f52449230aec90 /lib/curl_setup.h
parent0515e49b6b2292fb84c7e12be450f946c1aaec64 (diff)
downloadcurl-20dcd195019a286b97e48ad7491e234dfee99ae1.tar.gz
URLs: follow GitHub project rename (also Travis CI)
Closes #632
Diffstat (limited to 'lib/curl_setup.h')
-rw-r--r--lib/curl_setup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_setup.h b/lib/curl_setup.h
index 44a9e5511..33ad12919 100644
--- a/lib/curl_setup.h
+++ b/lib/curl_setup.h
@@ -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"