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 <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-20 21:10:55 +08:00
parent bec981806a
commit d7ffd63fa7

View File

@@ -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.