You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2/ 404 page layout of Docs is broken too, no stylesheet. In Console found this:
Refused to apply style from 'https://docs.gluster.org/assets/stylesheets/main.8c5ef100.min.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
linked css on 404
/assets/stylesheets/main.8c5ef100.min.css = 404 too
linked css on 200
../assets/stylesheets/main.8c5ef100.min.css = /en/latest/assets/stylesheets/main.8c5ef100.min.css = 200
The text was updated successfully, but these errors were encountered:
For 1/ The "Administrators Guide" link on the main Gluster.org website is broken. You get a 404 page because it's using a space instead a "-".
Steps to reproduce.
Go to www.gluster.org
Move the pointer over Documentation so you can see the list of available documentation.
Click on "Adminstrators Guide"
For 2/ the above 404 page is not properly visible because several stylesheets also give a 404.
3/ I have followed several links from other sites going to the page with the space (%20) in the URL. Maybe a 302 would be a good fix for that?
Hi,
1/ the Administrators Guide link in webpage menu to Docs is broken. Contains space instead of dash
404 http://docs.gluster.org/en/latest/Administrator%20Guide/
200 http://docs.gluster.org/en/latest/Administrator-Guide/
2/ 404 page layout of Docs is broken too, no stylesheet. In Console found this:
Refused to apply style from 'https://docs.gluster.org/assets/stylesheets/main.8c5ef100.min.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
linked css on 404
/assets/stylesheets/main.8c5ef100.min.css = 404 too
linked css on 200
../assets/stylesheets/main.8c5ef100.min.css = /en/latest/assets/stylesheets/main.8c5ef100.min.css = 200
The text was updated successfully, but these errors were encountered: