Skip to content

Commit 507c183

Browse files
committed
Update README.md
1 parent 6ead555 commit 507c183

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,20 +81,17 @@ higher is required to use this library.
8181
8282
## Problem4J Links
8383
84-
- [`problem4j`][problem4j] - Documentation repository.
8584
- [`problem4j-core`][problem4j-core] - Core library defining `Problem` model and `ProblemException`.
8685
- [`problem4j-jackson`][problem4j-jackson] - Jackson module for serializing and deserializing `Problem` objects.
87-
- [`problem4j-spring-web`][problem4j-spring-web] - Spring Web module extending `ResponseEntityExceptionHandler` for
88-
handling exceptions and returning `Problem` responses.
86+
- [`problem4j-spring`][problem4j-spring] - Spring modules extending `ResponseEntityExceptionHandler` for handling
87+
exceptions and returning `Problem` responses.
8988
9089
[maven-central]: https://central.sonatype.com/artifact/io.github.malczuuu.problem4j/problem4j-core
9190
92-
[problem4j]: https://github.com/malczuuu/problem4j
93-
9491
[problem4j-core]: https://github.com/malczuuu/problem4j-core
9592
9693
[problem4j-jackson]: https://github.com/malczuuu/problem4j-jackson
9794
98-
[problem4j-spring-web]: https://github.com/malczuuu/problem4j-spring-web
95+
[problem4j-spring]: https://github.com/malczuuu/problem4j-spring
9996
10097
[rfc7807]: https://datatracker.ietf.org/doc/html/rfc7807

0 commit comments

Comments
 (0)