-
Notifications
You must be signed in to change notification settings - Fork 849
Closed
Milestone
Description
There have been quite a few PRs changing links in the docs - #1420 #1444 #1446 #1449 #1505. We should fix things so that the links work in the github view of the docs, so more time isn't spent on changing them. I see two options:
- Automatically munge .md to be .html when generating the docs. This is the option I prefer
- Replace all the relative links with absolute links to
docs.haskellstack.org. This is a bad solution, because it doesn't work well for hosting multiple versions of the docs / following links locally. Also, the site structure may change.