From 40369eaca0a2c78e439330db4d0a7f02a310af9d Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 10 Aug 2019 14:26:51 -0700 Subject: [PATCH] Change the URL of the Help book to include a /mac/ directory, so we can have separate help books for Mac and iOS. --- Mac/AppDelegate.swift | 2 +- Technotes/HelpBook/5.0/en/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Mac/AppDelegate.swift b/Mac/AppDelegate.swift index f78cae77e..3c1dd932c 100644 --- a/Mac/AppDelegate.swift +++ b/Mac/AppDelegate.swift @@ -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?) { diff --git a/Technotes/HelpBook/5.0/en/README.md b/Technotes/HelpBook/5.0/en/README.md index b31aced68..25c2297c8 100644 --- a/Technotes/HelpBook/5.0/en/README.md +++ b/Technotes/HelpBook/5.0/en/README.md @@ -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 you’d 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. We’ll coordinate there.