We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In order to avoid situations like #221 where the destination of a link was missing, it would be good to use CI to check if all the links are valid.
The text was updated successfully, but these errors were encountered:
If we use [name]({{ site.baseurl }}{% link .... %} for internal links then the targets get automatically validated.
[name]({{ site.baseurl }}{% link .... %}
EDIT: or {% post_url ... %} for blog posts.
{% post_url ... %}
Sorry, something went wrong.
The liquid tags do not cover the external link problem mentioned above, though.
https://clementbm.github.io/github%20action/jekyll/link%20checking/2020/05/31/automatically-validate-links-on-jekyll-website.html might do the job.
No branches or pull requests
In order to avoid situations like #221 where the destination of a link was missing, it would be good to use CI to check if all the links are valid.
The text was updated successfully, but these errors were encountered: