diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2016-02-03 18:34:16 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-02-04 23:01:38 +0100 |
commit | 20dcd195019a286b97e48ad7491e234dfee99ae1 (patch) | |
tree | ebdd5498f6d5580cf579bf21b2f52449230aec90 /docs/KNOWN_BUGS | |
parent | 0515e49b6b2292fb84c7e12be450f946c1aaec64 (diff) | |
download | curl-20dcd195019a286b97e48ad7491e234dfee99ae1.tar.gz |
URLs: follow GitHub project rename (also Travis CI)
Closes #632
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index c23e15e7a..6dde0fdc2 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -4,7 +4,7 @@ changelog of the current development status, as one or more of these problems may have been fixed since this was written! 91. "curl_easy_perform hangs with imap and PolarSSL" - https://github.com/bagder/curl/issues/334 + https://github.com/curl/curl/issues/334 90. IMAP "SEARCH ALL" truncates output on large boxes. "A quick search of the code reveals that pingpong.c contains some truncation code, at line 408, @@ -35,7 +35,7 @@ may have been fixed since this was written! CURLINFO_STARTTRANSFER_TIME is wrong. While using POST CURLINFO_STARTTRANSFER_TIME minus CURLINFO_PRETRANSFER_TIME is near to zero every time. - https://github.com/bagder/curl/issues/218 + https://github.com/curl/curl/issues/218 https://curl.haxx.se/bug/view.cgi?id=1213 84. CURLINFO_SSL_VERIFYRESULT is only implemented for the OpenSSL and NSS |