fix: update unreachable link in api_design/README.md (#840)

**Reason for change:**
The original UC Irvine link for Roy Fielding's dissertation ("Architectural Styles and the Design of Network-based Software Architectures (REST)") is no longer reachable. 

**What was done:**
Updated the URL to the official, active link hosted directly on Roy Fielding's personal website (`roy.gbiv.com`).
This commit is contained in:
Shibo Xia
2026-02-22 22:38:07 +09:00
committed by GitHub
parent 1346e38b34
commit 9e31f8453b

View File

@@ -1,5 +1,5 @@
# API Design
* [Architectural Styles and the Design of Network-based Software Architectures (REST) by Roy Fielding](https://www.ics.uci.edu/~fielding/pubs/dissertation/fielding_dissertation.pdf)
* [Architectural Styles and the Design of Network-based Software Architectures (REST) by Roy Fielding](https://roy.gbiv.com/pubs/dissertation/fielding_dissertation.pdf)
* :scroll: [Little Manual of API Design](api-design.pdf)