-
-
Notifications
You must be signed in to change notification settings - Fork 95
Fix some links in configlet docs #159
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
Conversation
Maybe this? |
This is really helpful. Thanks :) |
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.
edit: ignore
@@ -4,28 +4,28 @@ | |||
|
|||
## Linting | |||
|
|||
The primary function of configlet is to do _linting_: checking if a track's configuration files are properly structured - both syntactically and semantically. Misconfigured tracks may not sync correctly, may look wrong on the website, or may present a suboptimal user experience, so configlet's guards play an important part in maintaining the integrity of Exercism. The full list of rules that are checked by the linter can be found [here](./linting.md). | |||
The primary function of configlet is to do _linting_: checking if a track's configuration files are properly structured - both syntactically and semantically. Misconfigured tracks may not sync correctly, may look wrong on the website, or may present a suboptimal user experience, so configlet's guards play an important part in maintaining the integrity of Exercism. The full list of rules that are checked by the linter can be found [here](./lint). |
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.
@iHiD So this PR got merged and deployed, and when I click this link on https://exercism.lol/docs/building/configlet, I get a 500 error. I'm guessing it's because it tries to take me to https://exercism.lol/docs/building/lint instead of https://exercism.lol/docs/building/configlet/lint
The same is true about some other links that starts with ./
.
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.
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 saw this too. I just created #160 to follow up.
Some of this might be wrong. I don't understand all the implications of #158 (comment) yet.
Edit: Ah. Okay, I'm beginning to see.