[doc] Fix broken links for "Architecture Decisions"

Fixes #4163
This commit is contained in:
Andreas Dangel
2022-10-16 11:37:57 +02:00
parent d575586d1e
commit c8eecb53a4
2 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@ last_updated: July 2022
<ul>
{% for page in site.pages %}
{% if page.adr == true and page.adr_status != "" %}
<li><a href="{{ page.url }}">{{ page.title }}</a> ({{ page.adr_status }})</li>
<li><a href="{{ page.permalink }}">{{ page.title }}</a> ({{ page.adr_status }})</li>
{% endif %}
{% endfor %}
</ul>

View File

@ -29,7 +29,8 @@ The rule is part of the quickstart.xml ruleset.
* apex
* [#4149](https://github.com/pmd/pmd/issues/4149): \[apex] New rule: ApexUnitTestClassShouldHaveRunAs
* doc
* [#4144](https://github.com/pmd/pmd/pull/4144) \[doc] Update docs to reflect supported languages
* [#4144](https://github.com/pmd/pmd/pull/4144): \[doc] Update docs to reflect supported languages
* [#4163](https://github.com/pmd/pmd/issues/4163): \[doc] Broken links on page "Architecture Decisions"
* java-documentation
* [#4141](https://github.com/pmd/pmd/issues/4141): \[java] UncommentedEmptyConstructor FP when constructor annotated with @<!-- -->Autowired