Skip to content

Commit e774ffa

Browse files
committed
Use docs.pmd-code.org for release notes / online doc
1 parent 9b840d0 commit e774ffa

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

_includes/downloads.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ <h2 class="text-center">Downloads</h2>
88

99
<h3>{{ site.pmd.latestVersion }} ({{ site.pmd.latestVersionDate }})</h3>
1010
<ul>
11-
<li><a href="https://pmd.github.io/pmd-{{ site.pmd.latestVersion }}/pmd_release_notes.html">Release Notes</a></li>
11+
<li><a href="https://docs.pmd-code.org/pmd-doc-{{ site.pmd.latestVersion }}/pmd_release_notes.html">Release Notes</a></li>
1212
<li><a href="https://github.com/pmd/pmd/releases/download/pmd_releases%2F{{ site.pmd.latestVersion }}/pmd-bin-{{ site.pmd.latestVersion }}.zip">Download</a>
1313
(<a href="https://github.com/pmd/pmd/releases/download/pmd_releases%2F{{ site.pmd.latestVersion }}/pmd-src-{{ site.pmd.latestVersion }}.zip">Sourcecode</a>,
1414
<a href="https://github.com/pmd/pmd/releases/download/pmd_releases%2F{{ site.pmd.latestVersion }}/pmd-doc-{{ site.pmd.latestVersion }}.zip">Documentation</a>)</li>
15-
<li><a href="https://pmd.github.io/pmd-{{ site.pmd.latestVersion }}/index.html">Online Documentation</a></li>
15+
<li><a href="https://docs.pmd-code.org/pmd-doc-{{ site.pmd.latestVersion }}/index.html">Online Documentation</a></li>
1616
</ul>
1717

1818
{% for download in site.pmd.downloads %}
1919
<h3>{{ download.version }} ({{ download.date }})</h3>
2020
<ul>
21-
<li><a href="https://pmd.github.io/pmd-{{ download.version }}/overview/changelog.html">Release Notes</a></li>
21+
<li><a href="https://docs.pmd-code.org/pmd-doc-{{ download.version }}/pmd_release_notes.html">Release Notes</a></li>
2222
<li><a href="https://github.com/pmd/pmd/releases/download/pmd_releases%2F{{ download.version }}/pmd-bin-{{ download.version }}.zip">Download</a>
2323
(<a href="https://github.com/pmd/pmd/releases/download/pmd_releases%2F{{ download.version }}/pmd-src-{{ download.version }}.zip">Sourcecode</a>,
2424
<a href="https://github.com/pmd/pmd/releases/download/pmd_releases%2F{{ download.version }}/pmd-doc-{{ download.version }}.zip">Documentation</a>)</li>
25-
<li><a href="https://pmd.github.io/pmd-{{ download.version }}/index.html">Online Documentation</a></li>
25+
<li><a href="https://docs.pmd-code.org/pmd-doc-{{ download.version }}/index.html">Online Documentation</a></li>
2626
</ul>
2727
{% endfor %}
2828

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</li>
1010
<li class="footer-menu-divider">&sdot;</li>
1111
<li>
12-
<a href="https://pmd.github.io/pmd-{{ site.pmd.latestVersion }}/">Documentation</a>
12+
<a href="https://docs.pmd-code.org/latest/">Documentation</a>
1313
</li>
1414
<li class="footer-menu-divider">&sdot;</li>
1515
<li>

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
1616
<ul class="nav navbar-nav navbar-right">
1717
<li>
18-
<a href="https://pmd.github.io/pmd-{{ site.pmd.latestVersion }}/">Documentation</a>
18+
<a href="https://docs.pmd-code.org/latest/">Documentation</a>
1919
</li>
2020
<li>
2121
<a href="https://github.com/pmd/pmd/issues">Bugs</a>

_includes/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ <h3>{{ page.subTitle }}</h3>
1515
<hr class="intro-divider">
1616
<ul class="list-inline">
1717
<li><a href="https://github.com/pmd/pmd/releases/download/pmd_releases%2F{{ site.pmd.latestVersion }}/pmd-bin-{{ site.pmd.latestVersion }}.zip" class="btn btn-default btn-lg"><i class="fa fa-download"></i> Download</a></li>
18-
<li><a href="https://pmd.github.io/latest/" class="btn btn-default btn-lg"><i class="fa fa-book"></i> Documentation</a></li>
18+
<li><a href="https://docs.pmd-code.org/latest/" class="btn btn-default btn-lg"><i class="fa fa-book"></i> Documentation</a></li>
1919
</ul>
2020
<hr class="intro-divider">
2121
Latest Version: {{ site.pmd.latestVersion }} ({{ site.pmd.latestVersionDate }})<br/>
22-
<a href="https://pmd.github.io/pmd-{{ site.pmd.latestVersion }}/pmd_release_notes.html">Release Notes</a> |
22+
<a href="https://docs.pmd-code.org/pmd-doc-{{ site.pmd.latestVersion }}/pmd_release_notes.html">Release Notes</a> |
2323
<a href="https://github.com/pmd/pmd">Source</a>
2424

2525
</div>

_includes/plugins.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ <h2 class="text-center">Plugins</h2>
99
<ul>
1010
<li><a class="externalLink" href="https://maven.apache.org/plugins/maven-pmd-plugin/">Maven PMD plugin</a></li>
1111
<li><a class="externalLink" href="https://docs.gradle.org/current/userguide/pmd_plugin.html">Gradle: The PMD Plugin</a></li>
12-
<li><a href="https://pmd.github.io/latest/pmd_userdocs_tools.html#eclipse">Eclipse plugin</a></li>
12+
<li><a href="https://docs.pmd-code.org/latest/pmd_userdocs_tools.html#eclipse">Eclipse plugin</a></li>
1313
<li><a class="externalLink" href="https://github.com/sqe-team/sqe">NetBeans plugin</a></li>
14-
<li><a href="https://pmd.github.io/latest/pmd_userdocs_tools.html#jbuilder">JBuilder plugin</a></li>
15-
<li><a href="https://pmd.github.io/latest/pmd_userdocs_tools.html#jdeveloper">JDeveloper plugin</a></li>
16-
<li><a href="https://pmd.github.io/latest/pmd_userdocs_tools.html#idea">IntelliJ IDEA plugin</a></li>
14+
<li><a href="https://docs.pmd-code.org/latest/pmd_userdocs_tools.html#jbuilder">JBuilder plugin</a></li>
15+
<li><a href="https://docs.pmd-code.org/latest/pmd_userdocs_tools.html#jdeveloper">JDeveloper plugin</a></li>
16+
<li><a href="https://docs.pmd-code.org/latest/pmd_userdocs_tools.html#idea">IntelliJ IDEA plugin</a></li>
1717
</ul>
1818

1919
</div>

_includes/quickstart.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<br/><br/>
66
<h2>QuickStart</h2>
77
<br/>
8-
See also <a href="https://pmd.github.io/pmd-{{ site.pmd.latestVersion }}/pmd_userdocs_installation.html">Getting Started</a>
8+
See also <a href="https://docs.pmd-code.org/pmd-doc-{{ site.pmd.latestVersion }}/pmd_userdocs_installation.html">Getting Started</a>
99

1010
<div class="text-left">
1111
<ul class="nav nav-tabs" role="tablist">
@@ -55,7 +55,7 @@ <h2>QuickStart</h2>
5555
</div>
5656
</div>
5757

58-
Checkout the <a href="https://pmd.github.io/pmd-{{ site.pmd.latestVersion }}/pmd_rules_java.html">existing rules for Java</a>.
58+
Checkout the <a href="https://docs.pmd-code.org/pmd-doc-{{ site.pmd.latestVersion }}/pmd_rules_java.html">existing rules for Java</a>.
5959
</div>
6060

6161
</div>

_includes/support.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h3>Need help?</h3>
1414
<li>I got this error and I'm sure it's a bug -- file an <a href="https://github.com/pmd/pmd/issues">issue</a>.</li>
1515
<li>I have an idea/request/question -- file an <a href="https://github.com/pmd/pmd/issues">issue</a>.</li>
1616
<li>I have a quick question -- ask on our <a href="https://gitter.im/pmd/pmd">Gitter chat</a>.</li>
17-
<li>Where's your documentation? -- <a href="https://pmd.github.io/latest/">https://pmd.github.io/latest/</a>.</li>
17+
<li>Where's your documentation? -- <a href="https://docs.pmd-code.org/latest/">https://docs.pmd-code.org/latest/</a>.</li>
1818
</ul>
1919

2020
<h3>Get Involved</h3>

0 commit comments

Comments
 (0)