Skip to content

Commit c583484

Browse files
committed
Update README.md
1 parent 251ed6e commit c583484

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Please refer to the [wiki](https://github.com/highsource/jaxb2-basics/wiki) for
1212
* [Using JAXB2 Basics Plugins](https://github.com/highsource/jaxb2-basics/wiki/Using-JAXB2-Basics-Plugins)
1313

1414
## JAXB2 Basics Plugins
15-
* [[Equals Plugin|JAXB2 SimpleEquals Plugin]] - generates runtime-free reflection-free `equals(...)` methods.
16-
* [[HashCode Plugin|JAXB2 SimpleHashCode Plugin]] - generates runtime-free reflection-free `hashCode()` methods.
15+
* [SimpleEquals Plugin](https://github.com/highsource/jaxb2-basics/wiki/JAXB2-SimpleEquals-Plugin) - generates runtime-free reflection-free `equals(...)` methods.
16+
* [SimpleHashCode Plugin](https://github.com/highsource/jaxb2-basics/wiki/JAXB2-SimpleHashCode-Plugin) - generates runtime-free reflection-free `hashCode()` methods.
1717
* Equals Plugin - generates reflection-free strategic `equals(...)` method.
1818
* HashCode Plugin - generates reflection-free strategic `hashCode()` method.
1919
* ToString Plugin - generates reflection-free strategic `toString()` methods.
@@ -29,4 +29,4 @@ Please refer to the [wiki](https://github.com/highsource/jaxb2-basics/wiki) for
2929

3030
## Credits ##
3131

32-
* Many thanks to **James Annesley** for his ideas and help with the [[JAXB2 SimpleEquals Plugin]] and [[JAXB2 SimpleHashCode Plugin]].
32+
* Many thanks to **James Annesley** for his ideas and help with the [SimpleEquals Plugin](https://github.com/highsource/jaxb2-basics/wiki/JAXB2-SimpleEquals-Plugin) and the [SimpleHashCode Plugin](https://github.com/highsource/jaxb2-basics/wiki/JAXB2-SimpleHashCode-Plugin).

0 commit comments

Comments
 (0)