TASVideos / tasvideos

The code for the live TASVideos website
https://tasvideos.org/
GNU General Public License v3.0
62 stars 29 forks source link

GameSubPages module creates broken links #1717

Closed RetroEdit closed 6 months ago

RetroEdit commented 8 months ago

If you look at https://tasvideos.org/GameResources/ and click for example the NES link, it will bring you to https://tasvideos.org/GameResources/GameResources/NES instead of what is intended, https://tasvideos.org/GameResources/NES. Essentially, it's inserting the parent page component to the link twice.

Masterjun3 commented 8 months ago

Note that this only happens on https://tasvideos.org/GameResources/ and not on https://tasvideos.org/GameResources (without the slash at the end, which is how the site usually links to pages).

It is still a bug nonetheless. I just wanted to clarify why it took 2 years for someone to notice it.