From 07acceb0fb221a61d0659cf1cbe9911f8264caea Mon Sep 17 00:00:00 2001 From: YULIUS KURNIAWAN KRISTIANTO Date: Tue, 25 Sep 2018 01:46:01 +0700 Subject: [PATCH] update location,, i saw 404 error on the footer --- app/components/edit-link.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/edit-link.js b/app/components/edit-link.js index dab8e1f..e594ba3 100644 --- a/app/components/edit-link.js +++ b/app/components/edit-link.js @@ -20,7 +20,7 @@ export default function (pagePath) { switch(pagePath) { case "": - githubUrl = `${githubUrl}/views/pages/home.js`; + githubUrl = `${githubUrl}/app/views/home.js`; break; case "/resources": @@ -28,7 +28,7 @@ export default function (pagePath) { break; case "/tour": - githubUrl = `${githubUrl}/views/partials/tour.js`; + githubUrl = `${githubUrl}/app/components/tour.js`; break; default: