Skip to content

Commit

Permalink
Add -rule to links to rule documentation (#1629)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradyhunsaker authored Jan 9, 2024
1 parent 3d5ef6f commit 33edab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/main/resources/report.html
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ <h3><span th:text="${summary.noticeCount}">X</span> notices reported
<h3 th:text="${noticesByCode.key}" />
<p th:utext="${noticesByCode.value[0].description}" />
<p> You can see more about this notice <a
th:href="@{'https://gtfs-validator.mobilitydata.org/rules.html#' + ${noticesByCode.key}}">here</a>.
th:href="@{'https://gtfs-validator.mobilitydata.org/rules.html#' + ${noticesByCode.key} + '-rule'}">here</a>.
</p>
<p th:if="${noticesByCode.value.size > 50}">Only the first 50 of <span th:text="${noticesByCode.value.size}"></span> affected records are displayed below.</p>
<table>
Expand Down

0 comments on commit 33edab9

Please sign in to comment.