We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently we only redirect from the top domain of the subprojects
https://aiida-core.readthedocs.io -> https://aiida.readthedocs.io/projects/aiida-core/en/latest/
But we don't redirect when serving an specific file:
https://aiida-core.readthedocs.io/en/latest/ doesn't redirect.
This causes problems with search results where we always use relative URLS.
Proxito should check for subprojects and redirect to the main domain.
Ref #7487 (comment)
The text was updated successfully, but these errors were encountered:
Proxito: redirect to main project from subprojects
926a6e8
Closes #7881 We can revert #7880 after releasing this.
Proxito: redirect to main project from subprojects (#8187)
6239b5f
Successfully merging a pull request may close this issue.
Currently we only redirect from the top domain of the subprojects
https://aiida-core.readthedocs.io -> https://aiida.readthedocs.io/projects/aiida-core/en/latest/
But we don't redirect when serving an specific file:
https://aiida-core.readthedocs.io/en/latest/ doesn't redirect.
This causes problems with search results where we always use relative URLS.
Proxito should check for subprojects and redirect to the main domain.
Ref #7487 (comment)
The text was updated successfully, but these errors were encountered: