ionide / Waypoint

Opinionated solution template for building F# OSS libraries and tools.
https://ionide.io/Libraries/waypoint.html
MIT License
76 stars 13 forks source link

Fix index redirect for root domains with subfolder #20

Closed NicoVIII closed 4 years ago

NicoVIII commented 4 years ago

I'm sorry for the PR spam..

I use GitHub generated URLs for the GitHub Pages documentation releases. Therefore the documentation is inside a subfolder of the root domain: https://nicoviii.github.io/GogApi.DotNet/

Because of that I had problems with the index redirect because it used root and therefore I was redirected to a non existing url: https://nicoviii.github.io/explanations/overview.html

This change should fix that.

Krzysztof-Cieslak commented 4 years ago

Thanks a lot for all the PRs! ❤️