File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
docs/pages/pmd/projectdocs/committers Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -258,8 +258,8 @@ keywords: changelog, release notes
258
258
259
259
{% if is_release_notes_processor %}
260
260
{% comment %}
261
- This allows to use links like [Page ]({{ basedir }}pmd_devdocs_page .html) that work both in the release notes
262
- on GitHub (as an absolute url) and on the rendered documentation page (as a relative url).
261
+ This allows to use links e.g. [Basic CLI usage ]({{ basedir }}pmd_userdocs_installation .html) that work both
262
+ in the release notes on GitHub (as an absolute url) and on the rendered documentation page (as a relative url).
263
263
{% endcomment %}
264
264
{% capture baseurl %}https://docs.pmd-code.org/pmd-doc-{{ site.pmd.version }}/{% endcapture %}
265
265
{% else %}
Original file line number Diff line number Diff line change @@ -344,8 +344,8 @@ keywords: changelog, release notes
344
344
345
345
{% if is_release_notes_processor %}
346
346
{% comment %}
347
- This allows to use links like [ Page ] ({{ basedir }}pmd_devdocs_page .html) that work both in the release notes
348
- on GitHub (as an absolute url) and on the rendered documentation page (as a relative url).
347
+ This allows to use links e.g. [ Basic CLI usage ] ({{ basedir }}pmd_userdocs_installation .html) that work both
348
+ in the release notes on GitHub (as an absolute url) and on the rendered documentation page (as a relative url).
349
349
{% endcomment %}
350
350
{% capture baseurl %}https://docs.pmd-code.org/pmd-doc-{{ site.pmd.version }}/{% endcapture %}
351
351
{% else %}
You can’t perform that action at this time.
0 commit comments