浏览代码

Merge pull request #457 from franckl/patch-1

fixed url to the html and javascript snippet
Renée Kooi 7 年之前
父节点
当前提交
f544c00b71
共有 1 个文件被更改,包括 2 次插入2 次删除
  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 %}