I'm writing a large Scribble document which links to package documentation.
I link to normal Racket documentation, and currently redirect those to the main
racket-lang documentation using --redirect-main "https://docs.racket-lang.org";.
But I also link to a private library, and would like to redirect references to
this library's documentation to a separate URL.

Ideally, I would do this by declaring the root URL for the package, and not by
manually annotating every usage of @racket[private-library-identifier].

Is this possible?

-- 
William J. Bowman

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/20200930005142.GB681905%40williamjbowman.com.

Reply via email to