Link to documentation file from within code?

Hi list,

is there a way to link to a help file from within the code itself, for
example to James’ “Pattern Guide 01: Introduction” without refering the
the actual .scd on the filesystem?

Thanks!
P

Do you mean the following?

"Pattern Guide 01: Introduction".help
HelpBrowser.goTo("https://doc.sccode.org/Tutorials/A-Practical-Guide/PG_01_Introduction.html")
2 Likes

Do you mean the following?

"Pattern Guide 01: Introduction".help
HelpBrowser.goTo("https://doc.sccode.org/Tutorials/A-Practical-Guide/PG_01_Introduction.html")

Yep, thanks PyoungRyang, I see that I can also use HelpBrowser to link to the local offline
document-great!

best, P