You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.
All links within the book on Github fail. This is because their definitions are set to .html files and not .md files.
I was going to make a Pull Request but I am new to rust and failure and thought that maybe they are intentionally wrong to support some other use case for them (like a website version). If that is the case then maybe there is another approach that could allow both Github and this other client to both work side by side?
This works as intended.
Those md files are source code that is compiled into html for the failure book that can be found here; https://rust-lang-nursery.github.io/failure/intro.html
The confusion arises because Github understands markdown so you can read the book here but of course without working links.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
All links within the book on Github fail. This is because their definitions are set to
.html
files and not.md
files.I was going to make a Pull Request but I am new to rust and failure and thought that maybe they are intentionally wrong to support some other use case for them (like a website version). If that is the case then maybe there is another approach that could allow both Github and this other client to both work side by side?
Steps to Reproduce
Steps to Investigate
.html
extension for a.md
page.The text was updated successfully, but these errors were encountered: