Skip to content

Commit 1d42b8d

Browse files
committed
docs(readme): fix broken internal anchor link for Architecture Overview section
1 parent 9566fa9 commit 1d42b8d

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This repository demonstrates a production-grade setup where backend and client r
3030
* 📦 [Modules](#-modules)
3131
* 🚀 [Problem & Motivation](#-problem--motivation)
3232
* 💡 [Solution Overview](#-solution-overview)
33-
* ⚙️ [Architecture Overview](#-architecture-overview)
33+
* 🏗 [Architecture Overview](#-architecture-overview)
3434
*[Quick Start](#-quick-start)
3535
* 🔄 [Generated Wrappers — Before & After](#-generated-wrappers--before--after)
3636
* 🧱 [Example Responses](#-example-responses)
@@ -139,8 +139,7 @@ public class ServiceResponsePageCustomerDto
139139

140140
---
141141

142-
<a id="architecture-overview"></a>
143-
## ⚙️ Architecture Overview
142+
## 🏗 Architecture Overview
144143

145144
<p align="center">
146145
<img src="docs/images/architectural-diagram.png" alt="OpenAPI Generics Architecture" width="900"/>
@@ -263,12 +262,12 @@ for (CustomerDto c : page.content()) {
263262
## 🧩 Tech Stack
264263

265264
| Component | Version | Purpose |
266-
| --------------------- |---------| ------------------------------------- |
267-
| **Java** | 21 | Language baseline |
268-
| **Spring Boot** | 3.4.11 | REST + OpenAPI provider |
269-
| **Springdoc** | 2.8.13 | OpenAPI 3.1 integration |
270-
| **OpenAPI Generator** | 7.17.0 | Generics-aware code generation |
271-
| **HttpClient5** | 5.5 | Pooled, production-ready HTTP backend |
265+
| --------------------- |--------| ------------------------------------- |
266+
| **Java** | 21 | Language baseline |
267+
| **Spring Boot** | 3.4.11 | REST + OpenAPI provider |
268+
| **Springdoc** | 2.8.13 | OpenAPI 3.1 integration |
269+
| **OpenAPI Generator** | 7.17.0 | Generics-aware code generation |
270+
| **HttpClient5** | 5.5 | Pooled, production-ready HTTP backend |
272271

273272
---
274273

0 commit comments

Comments
 (0)