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

sitemap.xml contains broken links #150

Closed
orbeckst opened this issue Oct 10, 2021 · 0 comments
Closed

sitemap.xml contains broken links #150

orbeckst opened this issue Oct 10, 2021 · 0 comments
Assignees

Comments

@orbeckst
Copy link
Member

Expected behaviour

https://www.mdanalysis.org/pmda/sitemap.xml links to pages in the docs

Actual behaviour

Links are broken and contain "0.3":

<?xml version='1.0' encoding='utf-8'?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url><loc>https://www.mdanalysis.org/pmda/0.3/api.html</loc></url>
<url><loc>https://www.mdanalysis.org/pmda/0.3/api/contacts.html</loc></url>
<url><loc>https://www.mdanalysis.org/pmda/0.3/api/custom.html</loc></url>
<url><loc>https://www.mdanalysis.org/pmda/0.3/api/density.html</loc></url>
<url><loc>https://www.mdanalysis.org/pmda/0.3/api/hbond_analysis.html</loc></url>
...

even though the actual pages do not contain version numbers, e.g. https://www.mdanalysis.org/pmda/0.3/api.html is broken but https://www.mdanalysis.org/pmda/api.html is correct.

This prevents the site from being indexed, see also MDAnalysis/MDAnalysis.github.io#202

@orbeckst orbeckst self-assigned this Oct 10, 2021
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