Skip to content

Commit

Permalink
Fixed links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-christian-schulze committed Nov 28, 2024
1 parent 1fe0f7e commit c64f950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,8 @@ Below is a full example configuration, including the default values, of the plug

# Examples

* [examples/zip-file-format - ZipFileReadingTest](blob/master/examples/zip-file-format/src/test/java/examples/zip/ZipFileReadingTest.java) - Shows how to read a ZIP file using structs4java
* [examples/zip-file-format - ZipFileWritingTest](blob/master/examples/zip-file-format/src/test/java/examples/zip/ZipFileWritingTest.java) - Shows how to write a ZIP files using structs4java
* [examples/zip-file-format - ZipFileReadingTest](examples/zip-file-format/src/test/java/examples/zip/ZipFileReadingTest.java) - Shows how to read a ZIP file using structs4java
* [examples/zip-file-format - ZipFileWritingTest](examples/zip-file-format/src/test/java/examples/zip/ZipFileWritingTest.java) - Shows how to write a ZIP files using structs4java

# Comparison to Javolution
If you do not want to rely on code generation you should have a look at [Javolution](http://javolution.org/) which is a plain Java implementation.
Expand Down

0 comments on commit c64f950

Please sign in to comment.