Skip to content

Commit e304edd

Browse files
authored
Fix main README packages URLs (#11)
1 parent 2a78fe8 commit e304edd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ Auth0 Auth Python Mono Repo, containing SDKs for implementing user authenticatio
66

77

88
## Packages
9-
- [auth0-api-python](./packages/auth0-api-python/README.md)
9+
- [auth0-api-python](./packages/auth0_api_python/README.md)
1010
**Authentication SDK for securing APIs on Python** (JWT verification, claims checks, etc.)
1111

12-
- [auth0-server-python](./packages/auth0-server-python/README.md)
12+
- [auth0-server-python](./packages/auth0_server_python/README.md)
1313
**Authentication SDK for server-side Python apps**, built on Authlib. Handles OAuth flows, session logic.
1414

15-
- [auth0-fastapi](./packages/auth0-fastapi/README.md)
15+
- [auth0-fastapi](./packages/auth0_fastapi/README.md)
1616
**Authentication SDK for FastAPI**. Provides routes, session/cookie handling, and user linking.
1717

18-
- [auth0-fastapi-api](./packages/auth0-fastapi-api/README.md)
18+
- [auth0-fastapi-api](./packages/auth0_fastapi_api/README.md)
1919
**Additional tooling** for combining `auth0-fastapi` with custom API flows.
2020

2121
>[!IMPORTANT]
@@ -53,4 +53,4 @@ Please do not report security vulnerabilities on the public GitHub issue tracker
5353
</p>
5454
<p align="center">
5555
This project is licensed under the MIT license. See the <a href="https://github.com/auth0/auth0-server-python/blob/main/packages/auth0-server-python/LICENSE"> LICENSE</a> file for more info.
56-
</p>
56+
</p>

0 commit comments

Comments
 (0)