Skip to content

Commit 97cccf3

Browse files
committed
Fix link in release notes for 7.0.0-rc1
1 parent 0a44ec0 commit 97cccf3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

_posts/2023-03-25-PMD-7.0.0-rc1.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The new official logo of PMD:
6464
* Rewritten type resolution framework and symbol table correctly implements the JLS
6565
* AST exposes more semantic information (method calls, field accesses)
6666

67-
For more information, see the [Detailed Release Notes for PMD 7](pmd_release_notes_pmd7.html).
67+
For more information, see the [Detailed Release Notes for PMD 7](https://pmd.github.io/pmd-7.0.0-rc1/pmd_release_notes_pmd7.html).
6868

6969
Contributors: [Clément Fournier](https://github.com/oowekyala) (@oowekyala),
7070
[Andreas Dangel](https://github.com/adangel) (@adangel),
@@ -82,7 +82,7 @@ Contributors: [Clément Fournier](https://github.com/oowekyala) (@oowekyala),
8282

8383
![Demo](https://docs.pmd-code.org/pmd-doc-7.0.0-rc1/images/userdocs/pmd-demo.gif)
8484

85-
For more information, see the [Detailed Release Notes for PMD 7](pmd_release_notes_pmd7.html).
85+
For more information, see the [Detailed Release Notes for PMD 7](https://pmd.github.io/pmd-7.0.0-rc1/pmd_release_notes_pmd7.html).
8686

8787
Contributors: [Juan Martín Sotuyo Dodero](https://github.com/jsotuyod) (@jsotuyod)
8888

@@ -92,7 +92,7 @@ Contributors: [Juan Martín Sotuyo Dodero](https://github.com/jsotuyod) (@jsotuy
9292
* Previously, Antlr grammar could only be used for CPD
9393
* New supported languages: Swift and Kotlin
9494

95-
For more information, see the [Detailed Release Notes for PMD 7](pmd_release_notes_pmd7.html).
95+
For more information, see the [Detailed Release Notes for PMD 7](https://pmd.github.io/pmd-7.0.0-rc1/pmd_release_notes_pmd7.html).
9696

9797
Contributors: [Lucas Soncini](https://github.com/lsoncini) (@lsoncini),
9898
[Matías Fraga](https://github.com/matifraga) (@matifraga),
@@ -101,7 +101,7 @@ Contributors: [Lucas Soncini](https://github.com/lsoncini) (@lsoncini),
101101
### 🎉 Language Related Changes
102102

103103
Note that this is just a concise listing of the highlight.
104-
For more information on the languages, see the [Detailed Release Notes for PMD 7](pmd_release_notes_pmd7.html).
104+
For more information on the languages, see the [Detailed Release Notes for PMD 7](https://pmd.github.io/pmd-7.0.0-rc1/pmd_release_notes_pmd7.html).
105105

106106
#### New: Swift support
107107

@@ -180,7 +180,7 @@ Contributors: [Lucas Soncini](https://github.com/lsoncini) (@lsoncini),
180180
#### Removed Rules
181181

182182
Many rules, that were previously deprecated have been finally removed.
183-
See [Detailed Release Notes for PMD 7](pmd_release_notes_pmd7.html) for the complete list.
183+
See [Detailed Release Notes for PMD 7](https://pmd.github.io/pmd-7.0.0-rc1/pmd_release_notes_pmd7.html) for the complete list.
184184

185185
### 🚨 API
186186

@@ -189,7 +189,7 @@ have a clear separation between a well-defined API and the implementation, which
189189
This should help us in future development.
190190

191191
Also, there are some improvement and changes in different areas. For the detailed description
192-
of the changes listed here, see [Detailed Release Notes for PMD 7](pmd_release_notes_pmd7.html).
192+
of the changes listed here, see [Detailed Release Notes for PMD 7](https://pmd.github.io/pmd-7.0.0-rc1/pmd_release_notes_pmd7.html).
193193

194194
* Miscellaneous smaller changes and cleanups
195195
* XPath 3.1 support for XPath-based rules
@@ -199,7 +199,7 @@ of the changes listed here, see [Detailed Release Notes for PMD 7](pmd_release_n
199199
* Language Lifecycle and Language Properties
200200

201201
### 💥 Compatibility and migration notes
202-
See [Detailed Release Notes for PMD 7](pmd_release_notes_pmd7.html).
202+
See [Detailed Release Notes for PMD 7](https://pmd.github.io/pmd-7.0.0-rc1/pmd_release_notes_pmd7.html).
203203

204204
### 🐛 Fixed Issues
205205

0 commit comments

Comments
 (0)