You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Summary
This PR adds support for the validation of external links using the link
checker. Tests for the validation have been included, and the CI test
has been extended to validate external links.
By default, the link checker only validates internal links, but we can
activate the external links validation using:
`npm run check:links -- --external`
Closes#305
---------
Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>
### Summary
This PR adds support for the validation of external links using the link
checker. Tests for the validation have been included, and the CI test
has been extended to validate external links.
By default, the link checker only validates internal links, but we can
activate the external links validation using:
`npm run check:links -- --external`
ClosesQiskit#305
---------
Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>
See #4 for the design.
The text was updated successfully, but these errors were encountered: