From the Scribble documentation for a third-party package, how do I link to:
* a core Racket document; and
* the documentation for a third-party package from the catalog?
Ideally, in both cases it would go to locally-installed documentation, if available, and fallback to "docs.racket-lang.org" if necessary.

For example... I want to link to the core Racket "xml" document, and am having two problems: * `other-doc` generates URLs for "doc.racket-lang.com" rather than for "doc.racket-lang.org"; and * none of the below gets the right URL, even if the ".com" is manually edited to ".org".

@item{@other-doc['xml #:indirect "XML: Parsing and Writing"]}
@item{@other-doc['racket-doc/xml #:indirect "XML: Parsing and Writing"]}
@item{@other-doc['racket-doc/xml/xml #:indirect "XML: Parsing and Writing"]}
@item{@other-doc['(lib "racket-doc/xml/xml.scrbl") #:indirect "XML: Parsing and Writing"]}

Neil V.

--
You received this message because you are subscribed to the Google Groups "Racket 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to