Github.io links do not load markdown entries when selected from links on devdocs page.
Describe the bug
Linked pages on the "https://christitustech.github.io/winutil/devdocs/" page result in a "404 - Not Found" error.
Steps to reproduce
- Go to 'https://christitustech.github.io/winutil/devdocs/'
- Click on any of the links to view a description of the tweak.
- Scroll down to bottom of page.
- See the error "404 - Not Found"
Expected behavior
Expected to view descriptions of tweaks that are shown in markdown files at https://github.com/ChrisTitusTech/winutil/tree/main/docs/dev/tweaks/Essential-Tweaks or similar.
Screenshots
Additional context
Was unable to find a workaround to get the links working. Still able to read markdown files within the Repo directly. Appears link to pull markdown from repo is issue.
Issue validation
- [X] I checked for duplicate issues. - None found?
- [X] I checked for already existing discussions. None found?
- [X] I checked for an already existing pull request addressing the issue. - Not related to data on the repo, pull req not expected to fix issue.
This issue was marked as stale due to inactivity.
nothing to do here anymore /close
@Marterich I believe this line should be pointing to a working address:
https://github.com/ChrisTitusTech/winutil/blob/1f81eec8f19a30d8c64b8a77cf78315e29a5c9ab/tools/devdocs-generator.ps1#L553
@ChrisTitusTech Also, many external sources refer to the legacy https://christitustech.github.io/winutil and it should redirect to the new https://winutil.christitus.com website. However, even the new website doesn't have mentioned https://winutil.christitus.com/devdocs/ or other docs-related pages.