-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Documentation] Fixed the link to codingstandards.md in Contributing.md #4370
Conversation
Hey @kchatpar it looks like this is based on the wrong branch. You'll need to rebase it on your local VM to make sure it's based on |
7537a50
to
c61df17
Compare
CONTRIBUTING.md
Outdated
@@ -5,7 +5,7 @@ do before contributing is probably # for the [LORIS developers' | |||
mailing list](http://www.bic.mni.mcgill.ca/mailman/listinfo/loris-dev). | |||
|
|||
Your next step before issuing a pull request is to review our | |||
[Coding Standards](./docs/CodingStandards). If you are doing | |||
[Coding Standards](https://github.com/aces/Loris/blob/minor/docs/CodingStandards.md). If you are doing |
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.
This should not include a full URL, it's just missing the extension (and according to what someone said on a different PR, shouldn't have the ./
, I think)
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.
Yeah I think this could just be docs/CodingStandards.md
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.
I just updated the code to the non-url style.
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.
LGTM
Thanks for catching the typo, and fixing it.
…md (aces#4370) Fix broken link which was missing an extension.
This pull request fixes the broken link to CodingStandards.md in CONTRIBUTING.MD.
This resolves issue Github #4361
To test this change...