diff --git a/README.md b/README.md index 21f269b..ca65f33 100644 --- a/README.md +++ b/README.md @@ -302,7 +302,7 @@ A curated list of awesome Java frameworks, libraries and software. - [JavaParser](https://github.com/javaparser/javaparser) - Parse, modify and generate Java code. - [JavaSymbolSolver](https://github.com/javaparser/javasymbolsolver) - A symbol solver for Java. - [JRebel ![c]](https://zeroturnaround.com/software/jrebel) - Instantly reloads code and configuration changes without redeploys. -- [Manifold](http://manifold.systems/) - A single jar that re-energizes Java with powerful features like Type-safe Metaprogramming (e.g. GraphQL- or JSON Schema-based API or domain models), Structural Typing (think any dynamic language), and Extension Methods (think Kotlin). +- [Manifold](https://manifold.systems) - Re-energizes Java with powerful features like type-safe metaprogramming, structural typing and extension methods. - [NoException](https://noexception.machinezoo.com) - Allows checked exceptions in functional interfaces and converts exceptions to Optional return. - [SneakyThrow](https://github.com/rainerhahnekamp/sneakythrow) - Ignores checked exceptions without bytecode manipulation. Can also be used inside Java 8 stream operations.