Skip to content

Commit c6e7180

Browse files
committed
Update links in readme.
1 parent 325642b commit c6e7180

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ This library enables [json-data] for [Spring Boot] including serialization, vali
99

1010
The following example illustrates:
1111
* Use of JSON entities with [Spring Boot].
12-
* Use of JSON entities with [Spring Cloud OpenFeign].
13-
* Use of JSON errors with [Spring Boot] and [Spring Cloud Sleuth].
12+
* Use of JSON entities with [Spring Feign].
13+
* Use of JSON errors with [Spring Boot] and [Spring Sleuth].
1414

1515
```java
1616
@EnableFeignClients
@@ -85,5 +85,5 @@ Provide `ValidatorSource` to configure a resource manager for validators.
8585

8686
[json-data]: https://github.com/hrytsenko/json-data
8787
[Spring Boot]: https://spring.io/projects/spring-boot
88-
[Spring Cloud OpenFeign]: https://spring.io/projects/spring-cloud-openfeign
89-
[Spring Cloud Sleuth]: https://spring.io/projects/spring-cloud-sleuth
88+
[Spring Feign]: https://spring.io/projects/spring-cloud-openfeign
89+
[Spring Sleuth]: https://spring.io/projects/spring-cloud-sleuth

0 commit comments

Comments
 (0)