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

EXT links break if trailing slash is in URL #612

Open
KhronosWebservices opened this issue May 16, 2024 · 0 comments
Open

EXT links break if trailing slash is in URL #612

KhronosWebservices opened this issue May 16, 2024 · 0 comments

Comments

@KhronosWebservices
Copy link
Member

All of the links for extensions are broken if a trailing slash is in the URL.

Links work:

https://registry.khronos.org/OpenGL/index_gl.php

Links broken:

https://registry.khronos.org/OpenGL/index_gl.php/

For example, with a trailing slash, for ARB and KHR Extensions by number for #2 you get this as the link:

https://registry.khronos.org/OpenGL/index_gl.php/extensions/ARB/GLX_ARB_get_proc_address.txt

Which leads to the same page. Normally an end user will not end up on a page with a trailing slash, but search engines are, and this is creating a large number of bad links:

image image

And yes, it's been an issue for awhile, was just alerted to it.

Can the links be changed to absolute instead of relative?

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