From db136bedcd90886c34d4fd3b5017cbd52bbfac67 Mon Sep 17 00:00:00 2001 From: franckl Date: Tue, 19 Dec 2017 14:11:27 +0100 Subject: [PATCH] fixed url to the html and javascript snippet --- website/src/examples/xhrupload/index.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}