Explorar o código

Linkify the issue number

Renée Kooi %!s(int64=6) %!d(string=hai) anos
pai
achega
facb354d77
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      website/src/_posts/2018-12-0.29.md

+ 1 - 1
website/src/_posts/2018-12-0.29.md

@@ -72,7 +72,7 @@ Some internal details, if you are interested:
 
 ## responseType For XHR Upload
 
-When using XHR Upload, you can now configure the XMLHttpRequest `.responseType` value. This allows the S3 plugin to tell Firefox not to log XML errors when getting empty responses, so it finally fixes the spurious warnings that were caused by this, see #518.
+When using XHR Upload, you can now configure the XMLHttpRequest `.responseType` value. This allows the S3 plugin to tell Firefox not to log XML errors when getting empty responses, so it finally fixes the spurious warnings that were caused by this, see [#518](https://github.com/transloadit/uppy/issues/518).
 
 Because AwsS3 now sets responseType: 'text', we can no longer use the responseXML property. We already did text based parsing for successful responses, and now do the same for error responses.