Correct missing link import typo in colorlog website page. #2998
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
There is an issue on the
colorlog
website:Have you read the Contributing Guidelines on pull requests?
No
Test Plan
Someone should build the website and ensure this is correct. I just noticed that there was no import for
GithubLink
in the code whereas other similar pages have one (e.g. https://github.com/facebookresearch/hydra/blob/57690d7c4e8b5e88dad07d67278f613a739e6d13/website/docs/advanced/packaging.md?plain=1#L7C1-L8C1)Related Issues and PRs
None that I know of, but I didn't really check -- I just noticed the issue and figured I'd send this over really quickly given how small it was. Hopefully this is helpful, and apologies if there was a better way to do this!