poly-hammer / BlenderTools

Blender addons that improve the game development workflow between Blender and Unreal.
https://poly-hammer.github.io/BlenderTools/
MIT License
187 stars 13 forks source link

Documentation - Links ending in *.html are broken #76

Closed plumpdolphin closed 1 month ago

plumpdolphin commented 1 month ago

Documentation Bug

Steps to Reproduce the Problem: Click on either Help Develop, Help Document, or Help Test on the README

Explanation

There seems to be an issue with the links in the documentation, including README.md and CONTRIBUTING.md where they are pointing to .html files on the github.io site for the project. When I click on these links, it attempts to import the images and stylesheets, but the relative address resolves incorrectly.

For example, it attempts to import (Error 404): https://poly-hammer.github.io/termynal.css

Instead of this, which does resolve: https://poly-hammer.github.io/BlenderTools/termynal.css

Proposed Fix

I believe this could just be fixed by updating the documentation replacing all of the references to the documentation which use a .html to a /. The other doc links which do work seem to use this method. If that's an acceptable solution, I can make a quick PR to fix all of the affected links.

plumpdolphin commented 1 month ago

I will add: on further investigation there seem to be quite a few links even in the documentation that are no longer pointing to a valid resource. Seems there are quite a few links pointing to /BlenderTools/send2ue/ even though the base endpoint for the rest of the pages is /BlenderTools/send-to-unreal/.

So, if it's alright, I may take on a more comprehensive fix to make sure all of those links are resolving correctly to the intended pages.