From bb003c64a07515d3864ea70c1a6c2af8649d9040 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Wed, 29 Jun 2022 18:51:58 +0500 Subject: [PATCH 1/2] Updated README.md edited link back to article from https://www.baeldung.com/expose-graphql-field-with-different-name to https://www.baeldung.com/graphql-field-name --- spring-boot-modules/spring-boot-libraries/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-modules/spring-boot-libraries/README.md b/spring-boot-modules/spring-boot-libraries/README.md index cc7e511ac8..68302d6d6f 100644 --- a/spring-boot-modules/spring-boot-libraries/README.md +++ b/spring-boot-modules/spring-boot-libraries/README.md @@ -14,7 +14,7 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring - [Spring Boot and Caffeine Cache](https://www.baeldung.com/spring-boot-caffeine-cache) - [Spring Boot and Togglz Aspect](https://www.baeldung.com/spring-togglz) - [Getting Started with GraphQL and Spring Boot](https://www.baeldung.com/spring-graphql) -- [Expose GraphQL Field with Different Name](https://www.baeldung.com/expose-graphql-field-with-different-name) +- [Expose GraphQL Field with Different Name](https://www.baeldung.com/graphql-field-name) - More articles: [[next -->]](/spring-boot-modules/spring-boot-libraries-2) ### GraphQL sample queries From d4f968ec2ab501f1e1ab41377aa089b190576cde Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Thu, 30 Jun 2022 16:11:40 +0500 Subject: [PATCH 2/2] Updated README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit edited link title from "Lombok's @ToString Annotation" to "Lombok’s @ToString Annotation" --- lombok-modules/lombok-2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lombok-modules/lombok-2/README.md b/lombok-modules/lombok-2/README.md index 650dc5ddab..632d676567 100644 --- a/lombok-modules/lombok-2/README.md +++ b/lombok-modules/lombok-2/README.md @@ -7,5 +7,5 @@ This module contains articles about Project Lombok. - [Using Lombok’s @Accessors Annotation](https://www.baeldung.com/lombok-accessors) - [Declaring Val and Var Variables in Lombok](https://www.baeldung.com/java-lombok-val-var) - [Lombok Using @With Annotations](https://www.baeldung.com/lombok-with-annotations) -- [Lombok's @ToString Annotation](https://www.baeldung.com/lombok-tostring) +- [Lombok’s @ToString Annotation](https://www.baeldung.com/lombok-tostring) - More articles: [[<-- prev]](../lombok)