From 9e31f8453b58b3d831d91a844e9b14cab731565a Mon Sep 17 00:00:00 2001 From: Shibo Xia Date: Sun, 22 Feb 2026 22:38:07 +0900 Subject: [PATCH] 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`). --- api_design/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api_design/README.md b/api_design/README.md index b402441..2fff870 100644 --- a/api_design/README.md +++ b/api_design/README.md @@ -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) \ No newline at end of file +* :scroll: [Little Manual of API Design](api-design.pdf)