-
Notifications
You must be signed in to change notification settings - Fork 273
Open
Description
If you go to a page without adding a trailing slash, links in the document are broken.
Google and other search engines seem to remove the slash (Search: Avalonia Styling).
As an example, if you go to the Styling page with no trailing slash and click on either Styles
or Control Themes
in the main document content, you'll get a 404 Page Not Found.
No Slash: https://docs.avaloniaui.net/docs/basics/user-interface/styling
Resulting Styles Link: https://docs.avaloniaui.net/docs/basics/user-interface/styles (404)
With Slash: https://docs.avaloniaui.net/docs/basics/user-interface/styling/
Resulting Styles Link: https://docs.avaloniaui.net/docs/basics/user-interface/styling/styles
Metadata
Metadata
Assignees
Labels
No labels