casid / jte

Secure and speedy templates for Java and Kotlin.
https://jte.gg
Apache License 2.0
748 stars 56 forks source link

Fix broken links #290

Closed marcospereira closed 10 months ago

marcospereira commented 10 months ago

What?

At some point during #288, I replaced old links, adding a /latest/ (since the docs were supposed to be versioned). This fixes those broken links and adds a new workflow to check links across the project. A few other broken links were fixed during the process.

For reference, it uses https://github.com/lycheeverse/lychee.

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (bb8c32a) 91.15% compared to head (73d8ea4) 91.22%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #290 +/- ## ============================================ + Coverage 91.15% 91.22% +0.06% - Complexity 1192 1193 +1 ============================================ Files 76 76 Lines 3121 3121 Branches 482 482 ============================================ + Hits 2845 2847 +2 + Misses 168 167 -1 + Partials 108 107 -1 ``` | [Files](https://app.codecov.io/gh/casid/jte/pull/290?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andreas+Hager) | Coverage Δ | | |---|---|---| | [...e-runtime/src/main/java/gg/jte/TemplateEngine.java](https://app.codecov.io/gh/casid/jte/pull/290?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andreas+Hager#diff-anRlLXJ1bnRpbWUvc3JjL21haW4vamF2YS9nZy9qdGUvVGVtcGxhdGVFbmdpbmUuamF2YQ==) | `94.01% <ø> (ø)` | | | [.../html/policy/PreventOutputInTagsAndAttributes.java](https://app.codecov.io/gh/casid/jte/pull/290?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andreas+Hager#diff-anRlLXJ1bnRpbWUvc3JjL21haW4vamF2YS9nZy9qdGUvaHRtbC9wb2xpY3kvUHJldmVudE91dHB1dEluVGFnc0FuZEF0dHJpYnV0ZXMuamF2YQ==) | `100.00% <100.00%> (ø)` | | | [jte/src/main/java/gg/jte/compiler/ClassUtils.java](https://app.codecov.io/gh/casid/jte/pull/290?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andreas+Hager#diff-anRlL3NyYy9tYWluL2phdmEvZ2cvanRlL2NvbXBpbGVyL0NsYXNzVXRpbHMuamF2YQ==) | `65.00% <100.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/casid/jte/pull/290/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andreas+Hager)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

casid commented 10 months ago

Thank you for the fix!

casid commented 10 months ago

Lychee looks pretty cool :)