Skip to content

Commit

Permalink
Change from github pages to wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
gamebeaker committed Nov 25, 2024
1 parent 948af44 commit 1b2f158
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/add-site-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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?

Expand Down
4 changes: 2 additions & 2 deletions plugin/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 1b2f158

Please sign in to comment.