Skip to content

Commit 95db94a

Browse files
committed
refactor: update README.md for global exception handling section and improve section title for REST API design
1 parent 825e604 commit 95db94a

File tree

1 file changed

+1
-2
lines changed
  • 05-RESTful Services(REST API)/5.6-Global Exception Handling

1 file changed

+1
-2
lines changed

05-RESTful Services(REST API)/5.6-Global Exception Handling/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ Level up:
273273
- **ControllerAdvice**: [docs.spring.io/spring-framework/docs/current/javadoc-api/](https://docs.spring.io/spring-framework/docs/current/javadoc-api/) - Spring docs.
274274
- **REST**: [spring.io/guides/gs/rest-service](https://spring.io/guides/gs/rest-service/) - REST guide.
275275
- **Postman**: [learning.postman.com](https://learning.postman.com/) - Tutorials.
276-
- **Udemy**: [Course Link](#) - Full lecture (placeholder).
277276

278277
### 5.2 Summary of Key Takeaways
279278

@@ -287,7 +286,7 @@ Level up:
287286

288287
### 5.3 What’s Next
289288

290-
- **5.7 - REST API Design**: Plan and structure your APIs.
289+
- **5.7 - REST API Design-Best Practises**: Plan and structure your APIs.
291290
- **Later**: CRUD, databases—REST grows bigger!
292291

293292
---

0 commit comments

Comments
 (0)