diff --git a/website/src/examples/xhrupload/index.ejs b/website/src/examples/xhrupload/index.ejs index 896866df2..cf5ca2e11 100644 --- a/website/src/examples/xhrupload/index.ejs +++ b/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
On this page we're using the following HTML snippet:
-{% include_code lang:html multipart/app.html %} +{% include_code lang:html xhrupload/app.html %}Along with this JavaScript:
-{% include_code lang:js multipart/app.es6 %} +{% include_code lang:js xhrupload/app.es6 %}