Skip to content

Commit 01d9494

Browse files
committed
docs: update index.md with latest article titles and dev.to reference
- Updated Medium article title to match new version (“Why OpenAPI Clients Get Messy — and How to Keep Them Type-Safe”) - Added Dev.to link for extended community visibility - Ensured consistent formatting in References & Links section
1 parent 32ff377 commit 01d9494

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,8 @@ See the detailed guides under [`docs/adoption`](docs/adoption):
329329
## 📂 References & Links
330330

331331
- 🌐 [GitHub Pages — Adoption Guides](https://bsayli.github.io/spring-boot-openapi-generics-clients/)
332-
- 📘 [Medium — Type-Safe Generic API Responses](https://medium.com/@baris.sayli/type-safe-generic-api-responses-with-spring-boot-3-4-openapi-generator-and-custom-templates-ccd93405fb04)
333-
- 💬 [Dev.to — Type-Safe Generic API Clients Without Boilerplate](https://dev.to/barissayli/spring-boot-openapi-generator-type-safe-generic-api-clients-without-boilerplate-3a8f)
332+
- 📘 [Medium — Why OpenAPI Clients Get Messy — and How to Keep Them Type-Safe](https://medium.com/@baris.sayli/type-safe-generic-api-responses-with-spring-boot-3-4-openapi-generator-and-custom-templates-ccd93405fb04)
333+
- 💬 [Dev.to — How to Build Type-Safe OpenAPI Clients Without Boilerplate](https://dev.to/barissayli/spring-boot-openapi-generator-type-safe-generic-api-clients-without-boilerplate-3a8f)
334334

335335
---
336336

docs/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Generated wrappers can be found under:
8484
<div class="callout learn-more">
8585
<ul>
8686
<li>🌐 <a href="https://github.com/bsayli/spring-boot-openapi-generics-clients" target="_blank" rel="noopener">GitHub Repository</a></li>
87-
<li>📘 <a href="https://medium.com/@baris.sayli/type-safe-generic-api-responses-with-spring-boot-3-4-openapi-generator-and-custom-templates-ccd93405fb04" target="_blank" rel="noopener">Medium Article — Type-Safe Generic API Responses</a></li>
87+
<li>📘 <a href="https://medium.com/@baris.sayli/type-safe-generic-api-responses-with-spring-boot-3-4-openapi-generator-and-custom-templates-ccd93405fb04" target="_blank" rel="noopener">Medium Article — Why OpenAPI Clients Get Messy — and How to Keep Them Type-Safe</a></li>
88+
<li>💬 <a href="https://dev.to/barissayli/spring-boot-openapi-generator-type-safe-generic-api-clients-without-boilerplate-3a8f" target="_blank" rel="noopener">Dev.to — How to Build Type-Safe OpenAPI Clients Without Boilerplate</a></li>
8889
</ul>
8990
</div>

0 commit comments

Comments
 (0)