Lots of 404 or content not found links in the Documentation

Summary

I have been running into several broken links on this website in the Tutorials and Learning sections. They will have a blue link but when clicked on take you to an error 404 page. They are all “https://dev.epicgames.com/documentation/assets/” as the first part of the links.

Please select what you are reporting on:

Unreal Editor for Fortnite

What Type of Bug are you experiencing?

Documentation

Steps to Reproduce

For example on Coding Device Interactions in Verse | Fortnite Documentation | Epic Developer Community if you click on the blue link that says “Tagged Lights Puzzle Tutorial” it takes you to https://dev.epicgames.com/documentation/assets/tagged-lights-puzzle-in-verse that results in a 404 error.

Expected Result

assets in the link needs to be replaced with “en-us/fortnite” so it correctly routes to Tagged Lights Puzzle in Verse | Fortnite Documentation | Epic Developer Community There are many links like this with the word “assets” in the links that need to be replaced by the localization tag (like en-us in my case) and then “/subject” where the subject was fortnite in this case.

Observed Result

It takes you to https://dev.epicgames.com/documentation/assets/tagged-lights-puzzle-in-verse that results in a 404 error.

Platform(s)

Epic Games developer documentation website

Upload an image

Additional Notes

There’s more pages like this with the word “assets” in the links that do not reroute to the correct locations in the tutorials and other documentation.