Skip to content

Commit

Permalink
Prepare structure to use github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmigloz committed Jan 14, 2021
1 parent 40c9bdc commit 61bb66a
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 60 deletions.
24 changes: 0 additions & 24 deletions app.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions appsscript/appsscript.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
28 changes: 0 additions & 28 deletions main.py

This file was deleted.

2 changes: 1 addition & 1 deletion appsscript/Code.gs.js → script/Code.gs.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function linkToGantt() {
}).join('&');
}

const htmlString = `<a href="https://ezgantt.googleplex.com/${queryString}#${id}" target="_blank">Open Gantt View</a>`;
const htmlString = `<a href="https://peaks-com.github.io/ezgantt/${queryString}#${id}" target="_blank">Open Gantt View</a>`;

const htmlOutput = HtmlService
.createHtmlOutput(htmlString)
Expand Down

0 comments on commit 61bb66a

Please sign in to comment.