Merge pull request #145 from ykris45/patch-1

update location,, i saw 404 error on the footer
This commit is contained in:
netop:// ウェッブ 2018-09-24 14:45:53 -05:00 committed by GitHub
commit 022eb3d919
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: