update location,, i saw 404 error on the footer

This commit is contained in:
YULIUS KURNIAWAN KRISTIANTO 2018-09-25 01:46:01 +07:00 committed by GitHub
parent eed2e05701
commit 07acceb0fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: