Andreas, To link to a technical term (i.e., not to a particular binding), you'll want to use the `tech` function. To link to a term in another document (in this case the Racket Reference), you'll want to use the `#:doc` keyword, with the module path of (the top-level of) that document, in this case `'(lib "scribblings/reference/reference.scrbl")`.
Vincent On Wed, 11 Jan 2017 03:55:08 -0600, Andreas Olsson wrote: > > I'm trying to include highlighted links in my doc to documents in the racket > docs. It's not as easy as I thought. How is it done? I like to have like > FUTURE highlighted and clickable. > > -- > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

