Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In Scribble non-post, @racket links to local docs #161

Open
wilbowma opened this issue Apr 21, 2016 · 0 comments
Open

In Scribble non-post, @racket links to local docs #161

wilbowma opened this issue Apr 21, 2016 · 0 comments

Comments

@wilbowma
Copy link
Contributor

When I build a Scribble non-post file, the @racket links go to my local docs rather than to doc.racket-lang.org. I know this wasn't the case before, and I can't figure out why it's happening now---frog calls Scribble with --redirect-main, so I would expect the links to be correct.

To reproduce:

DIR=`mktemp -d`
cd $DIR
raco frog --init
cd _src
wget https://raw.githubusercontent.com/greghendershott/frog/master/example/_src/A-Non-Post-Scribble-Page.scrbl
cd ..
raco frog -b

Observe the links to Racket forms in the generated A-Non-Post-Scribble-Page.html have href=../../../$HOME/.racket .... rather than href=http://doc.racket-lang.org/.... as expected.

System versions and things

  • Frog 0.25
  • Racket v6.4.0.14
  • racket-doc package installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant