[plt-scheme] Way to insert arbitrary web links in Scribble document?

From: Neil Van Dyke (neil at neilvandyke.org)
Date: Sun Aug 30 19:53:00 EDT 2009

Todd O'Bryan wrote at 08/30/2009 06:06 PM:
> Is this possible. I see how to insert links to other documentation,
> but is there a way to link to outside pages?
>   

I think you want to use "link":

http://download.plt-scheme.org/doc/html/scribble/section-links.html#(def._((lib._scribble/manual..ss)._link))

@link["http://www.plt-scheme.org/"]{PLT Scheme}




Posted on the users mailing list.