Преглед на файлове

Linkify the issue number

Renée Kooi преди 6 години
родител
ревизия
facb354d77
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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.