Skip to content

point send-main-page to racket website when docs not found #164

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

Merged
merged 1 commit into from
Jun 12, 2018

Conversation

dbenoit17
Copy link
Contributor

@dbenoit17 dbenoit17 commented Mar 20, 2018

Currently, raco docs will open a web browser to a "file not found" page when docs are not installed and doc-open-url is not set in config.rktd. This can be an issue for linux distributions which package the docs separately from racket itself, because modifying config.rktd dynamically as part of the install process could overwrite a user's preference.

This PR fixes the issue by pointing send-main-page to "https://docs.racket-lang.org/" when docs can not be found.

@mflatt mflatt merged commit 5b639eb into racket:master Jun 12, 2018
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

Successfully merging this pull request may close these issues.

2 participants