This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Invalid GitHub links/encoding for markdown wiki pages #175
Closed
Description
Example:
https://github.com/twodayslate/Swift-Big-Integer/wiki
A max(_:_:)
page is created and is linked to in the Home.md but it does not redirect to the correct place and thus asks you to create a new page. https://github.com/twodayslate/Swift-Big-Integer/wiki/max(_:%E2%80%8B_:%E2%80%8B) instead of https://github.com/twodayslate/Swift-Big-Integer/wiki/max(_:_:)
Using beta4 GitHub Action
It should be max%28_%3A_%3A%29
I believe this might be a consequence of #149