From d7ffd63fa74b7179b579f66a3de4a8f9403707f9 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Fri, 20 Mar 2026 21:10:55 +0800 Subject: [PATCH] docs: fix stale cross-reference link in Web Frameworks section Update the 'Also see' link from the old absolute GitHub URL pointing to #restful-api to the current relative anchor #web-apis, matching the section rename in a previous refactor. Co-Authored-By: Claude --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca00857a..3a7ac36c 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ _Libraries for building recommender systems._ ## Web Frameworks -_Traditional full stack web frameworks. Also see [RESTful API](https://github.com/vinta/awesome-python#restful-api)._ +_Traditional full stack web frameworks. Also see [Web APIs](#web-apis)._ - Synchronous - [django](https://github.com/django/django) - The most popular web framework in Python.