-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix broken link #2105
Fix broken link #2105
Conversation
@@ -88,5 +88,5 @@ Our MIT license is designed to be as simple, and liberal as possible. | |||
[@mgreter]: https://github.com/mgreter | |||
[@xzyfer]: https://github.com/xzyfer | |||
|
|||
sass2scss was originally written by [Marcel Greter](@mgreter) | |||
sass2scss was originally written by [Marcel Greter](https://github.com/mgreter) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The proper fix for this is to move the reference links below this line.
[@hcatlin]: https://github.com/hcatlin
[@akhleung]: https://github.com/akhleung
[@chriseppstein]: https://github.com/chriseppstein
[@nex3]: https://github.com/nex3
[@mgreter]: https://github.com/mgreter
[@xzyfer]: https://github.com/xzyfer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If i move the reference links to the end of the file, the link [Marcel Greater](@mgreter)
still don't works. It only seems to work if i write it like this [@mgreter]
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct, the ()
are a typo it should be []
. You may not even need to move the references.
Thanks @MoritzKn |
No description provided.