-
Notifications
You must be signed in to change notification settings - Fork 777
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
Fixed broken link in central dashboard #3830
Conversation
Skipping CI for Draft Pull Request. |
Signed-off-by: hbelmiro <[email protected]>
@andreyvelich can you please take a look? |
@andreyvelich @terrytangyuan mind taking a look? |
@@ -27,7 +27,6 @@ package = "netlify-plugin-checklinks" | |||
|
|||
# If a link contains these patterns it will not fail the build, but will be reported as a TODO in the build log. | |||
todoPatterns = [ | |||
"public/docs/components/central-dash/", |
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.
Why removing this? I am not familiar with this file
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 line adds the public/docs/components/central-dash/
to the white list of checklinks. Broken links under those directories are ignored during the CI.
This PR fixes all the broken links under that directory. Therefore we can now remove the directory from the white list so the CI verifies for broken links there too.
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: terrytangyuan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Resolves #3809