-
Notifications
You must be signed in to change notification settings - Fork 12
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
docs.openmm.org no longer works #55
Comments
Hmm maybe I shouldn't have backed down so easily on the links thing when we were talking about the redesign :/ An interim fix might be to grab the built documentation.html from the previous site and just serve it at that URL. |
Or! We could merge openmm/openmm#3165 and redirect docs.openmm.org to http://docs.openmm.org/development/userguide/. That PR adds links to all the other doc sites to each doc site. I could break this change out into a much smaller commit to get it through review faster. Would just be an interim change until we figure out the links. |
The direct links to the tabs are working: https://raimis.github.io/openmm-org/documentation |
Excellent, thank you! |
Great! I'll add the DNS redirects for docs.openmm.org once this is merged! |
@jchodera you don't need to update the DNS. https://docs.openmm.org works again. |
Noticed one more problem:
|
The HTTPS problem is already mentioned in #50. So this redundant. |
Previously, docs.openmm.org redirected to the documentation.
It still redirects to https://openmm.org/documentation.html, but this no longer points to the documentation page.
Fixing the redirect from the DNS server won't work because there is no way to specify a URL that goes directly to the documentation tab. This seems problematic.
How can we fix this? Can we add some way to have a URL point directly to the documentation tab?
The text was updated successfully, but these errors were encountered: