Browse Source

Merge pull request #457 from franckl/patch-1

fixed url to the html and javascript snippet
Renée Kooi 7 years ago
parent
commit
f544c00b71
1 changed files with 2 additions and 2 deletions
  1. 2 2
      website/src/examples/xhrupload/index.ejs

+ 2 - 2
website/src/examples/xhrupload/index.ejs

@@ -28,9 +28,9 @@ Uppy recommends using tus resumable file uploads, but if you want you can also u
 <p>
   On this page we're using the following HTML snippet:
 </p>
-{% include_code lang:html multipart/app.html %}
+{% include_code lang:html xhrupload/app.html %}
 
 <p>
   Along with this JavaScript:
 </p>
-{% include_code lang:js multipart/app.es6 %}
+{% include_code lang:js xhrupload/app.es6 %}