-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
docs: fix broken link in blog post #12747
Conversation
It would be cool if we can exclude |
Wanna run the linter, but yeah. 🔥 🌴 |
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.
thanks!
@@ -53,7 +53,7 @@ Jest now ships with a reporter to be used on GitHub Actions, which will use anno | |||
|
|||
![GitHub Actions test error screenshot](/img/blog/28-gh-actions-reporter.png) | |||
|
|||
You can activate this reporter by passing `github-actions` in the [`reporters` configuration option](docs/configuration#reporters-arraymodulename--modulename-options). | |||
You can activate this reporter by passing `github-actions` in the [`reporters` configuration option](/docs/configuration#reporters-arraymodulename--modulename-options). |
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.
btw, would it be possible to use Configuration.md
somehow here? then docusaurus would've told me the link was broken 😅
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.
No, you can't link pages between plugins, as of now. We'll probably change that in v3, but no time for architectural changes in v2 now :( (facebook/docusaurus#6370)
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.
cool, thanks for the context!
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Nice post! Fixed a little broken link 👍
Test plan
The link now redirects correctly