diff --git a/.github/ISSUE_TEMPLATE/add-site-request.md b/.github/ISSUE_TEMPLATE/add-site-request.md index 338f82c6..4eb24d06 100644 --- a/.github/ISSUE_TEMPLATE/add-site-request.md +++ b/.github/ISSUE_TEMPLATE/add-site-request.md @@ -12,7 +12,7 @@ Please note, I'm basically the only developer working on WebToEpub, and I'm not ### Provide URL for web page that contains Table of Contents (list of chapters) of a typical story on the site ### Did you try using the Default Parser for the site? If not, why not? -Instructions for using the default parser can be found at https://dteviot.github.io/Projects/webToEpub_DefaultParser.html +Instructions for using the default parser can be found at https://github.com/dteviot/WebToEpub/wiki/FAQ#how-to-convert-a-new-site-using-the-default-parser ### What settings did you use? What didn't work? * URL of first chapter @@ -21,7 +21,7 @@ Instructions for using the default parser can be found at https://dteviot.github * CSS selector for element(s) to remove ### If the Default Parser did not work, if you have developer skills, did you try writing a new parser? -Instructions https://dteviot.github.io/Projects/webToEpub_FAQ.html#write-parser +Instructions https://github.com/dteviot/WebToEpub/wiki/FAQ#how-to-write-a-new-parser ### If you don't have developer skills, can you ask a friend who does have them if they can do it for you? diff --git a/plugin/js/main.js b/plugin/js/main.js index ace4b138..651b97f9 100644 --- a/plugin/js/main.js +++ b/plugin/js/main.js @@ -414,11 +414,11 @@ var main = (function () { } function onSeriesPageHelp() { - chrome.tabs.create({ url: "https://dteviot.github.io/Projects/webToEpub_FAQ.html#baka-tsuki-series-page" }); + chrome.tabs.create({ url: "https://github.com/dteviot/WebToEpub/wiki/FAQ#using-baka-tsuki-series-page-parser" }); } function onDefaultParserHelp() { - chrome.tabs.create({ url: "https://dteviot.github.io/Projects/webToEpub_DefaultParser.html" }); + chrome.tabs.create({ url: "https://github.com/dteviot/WebToEpub/wiki/FAQ#how-to-convert-a-new-site-using-the-default-parser" }); } function onReadOptionsFromFile(event) {