This PR addresses the issue of navigation disruption in the README.md file. Currently, the links at the beginning of the document are absolute URLs, causing the page to reload when clicked. To enhance user experience and improve navigation flow, I've updated these links to use anchor links only.
Fixes #46
Pull Request Explanation:
This PR addresses the issue of navigation disruption in the README.md file. Currently, the links at the beginning of the document are absolute URLs, causing the page to reload when clicked. To enhance user experience and improve navigation flow, I've updated these links to use anchor links only.
Changes Made:
[Link Text](https://github.com/zhanymkanov/fastapi-best-practices#1-project-structure-consistent--predictable)
[Link Text](#1-project-structure-consistent--predictable)
Impact: