File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -8,21 +8,21 @@ <h2 class="text-center">Downloads</h2>
8
8
9
9
< h3 > {{ site.pmd.latestVersion }} ({{ site.pmd.latestVersionDate }})</ h3 >
10
10
< 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 >
12
12
< li > < a href ="https://github.com/pmd/pmd/releases/download/pmd_releases%2F{{ site.pmd.latestVersion }}/pmd-bin-{{ site.pmd.latestVersion }}.zip "> Download</ a >
13
13
(< a href ="https://github.com/pmd/pmd/releases/download/pmd_releases%2F{{ site.pmd.latestVersion }}/pmd-src-{{ site.pmd.latestVersion }}.zip "> Sourcecode</ a > ,
14
14
< 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 >
16
16
</ ul >
17
17
18
18
{% for download in site.pmd.downloads %}
19
19
< h3 > {{ download.version }} ({{ download.date }})</ h3 >
20
20
< 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 >
22
22
< li > < a href ="https://github.com/pmd/pmd/releases/download/pmd_releases%2F{{ download.version }}/pmd-bin-{{ download.version }}.zip "> Download</ a >
23
23
(< a href ="https://github.com/pmd/pmd/releases/download/pmd_releases%2F{{ download.version }}/pmd-src-{{ download.version }}.zip "> Sourcecode</ a > ,
24
24
< 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 >
26
26
</ ul >
27
27
{% endfor %}
28
28
Original file line number Diff line number Diff line change 9
9
</ li >
10
10
< li class ="footer-menu-divider "> ⋅</ li >
11
11
< 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 >
13
13
</ li >
14
14
< li class ="footer-menu-divider "> ⋅</ li >
15
15
< li >
Original file line number Diff line number Diff line change 15
15
< div class ="collapse navbar-collapse " id ="bs-example-navbar-collapse-1 ">
16
16
< ul class ="nav navbar-nav navbar-right ">
17
17
< 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 >
19
19
</ li >
20
20
< li >
21
21
< a href ="https://github.com/pmd/pmd/issues "> Bugs</ a >
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ <h3>{{ page.subTitle }}</h3>
15
15
< hr class ="intro-divider ">
16
16
< ul class ="list-inline ">
17
17
< 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 >
19
19
</ ul >
20
20
< hr class ="intro-divider ">
21
21
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 > |
23
23
< a href ="https://github.com/pmd/pmd "> Source</ a >
24
24
25
25
</ div >
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ <h2 class="text-center">Plugins</h2>
9
9
< ul >
10
10
< li > < a class ="externalLink " href ="https://maven.apache.org/plugins/maven-pmd-plugin/ "> Maven PMD plugin</ a > </ li >
11
11
< 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 >
13
13
< 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 >
17
17
</ ul >
18
18
19
19
</ div >
Original file line number Diff line number Diff line change 5
5
< br /> < br />
6
6
< h2 > QuickStart</ h2 >
7
7
< 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 >
9
9
10
10
< div class ="text-left ">
11
11
< ul class ="nav nav-tabs " role ="tablist ">
@@ -55,7 +55,7 @@ <h2>QuickStart</h2>
55
55
</ div >
56
56
</ div >
57
57
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 > .
59
59
</ div >
60
60
61
61
</ div >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ <h3>Need help?</h3>
14
14
< 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 >
15
15
< li > I have an idea/request/question -- file an < a href ="https://github.com/pmd/pmd/issues "> issue</ a > .</ li >
16
16
< 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 >
18
18
</ ul >
19
19
20
20
< h3 > Get Involved</ h3 >
You can’t perform that action at this time.
0 commit comments