Change the URL of the Help book to include a /mac/ directory, so we can have separate help books for Mac and iOS.

This commit is contained in:
Brent Simmons 2019-08-10 14:26:51 -07:00
parent 13797c6693
commit 40369eaca0
2 changed files with 2 additions and 2 deletions

View File

@ -444,7 +444,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations,
@IBAction func showHelp(_ sender: Any?) {
Browser.open("https://ranchero.com/netnewswire/help/5.0/en/", inBackground: false)
Browser.open("https://ranchero.com/netnewswire/help/mac/5.0/en/", inBackground: false)
}
@IBAction func donateToAppCampForGirls(_ sender: Any?) {

View File

@ -2,7 +2,7 @@
The Help book goes here. Text files go at the top level, and images go in the images directory.
Text files are markdown files. A script ([wildcat](https://github.com/brentsimmons/wildcat)) will turn this into a web site that will appear at [https://ranchero.com/netnewswire/help/5.0/en/](https://ranchero.com/netnewswire/help/5.0/en/). (The /en/ directory because we hope to have localized versions.)
Text files are markdown files. A script ([wildcat](https://github.com/brentsimmons/wildcat)) will turn this into a web site that will appear at [https://ranchero.com/netnewswire/help/mac/5.0/en/](https://ranchero.com/netnewswire/help/mac/5.0/en/). (The /en/ directory because we hope to have localized versions.)
If youd like to write or edit the Help book, or help with screenshots, please bring it up on the [NetNewsWire Slack](https://netnewswire.slack.com/join/shared_invite/enQtNjM4MDA1MjQzMDkzLTNlNjBhOWVhYzdhYjA4ZWFhMzQ1MTUxYjU0NTE5ZGY0YzYwZWJhNjYwNTNmNTg2NjIwYWY4YzhlYzk5NmU3ZTc) group. Well coordinate there.