We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00f8ea commit a556559Copy full SHA for a556559
1 file changed
README.md
@@ -82,7 +82,7 @@ FastAPI CLI takes the path to your Python program and automatically detects the
82
83
For production you would use `fastapi run` instead. 🚀
84
85
-Internally, **FastAPI CLI** uses <a href="" class="external-link" target="_blank">Uvicorn</a>, a high-performance, production-ready, ASGI server. 😎
+Internally, **FastAPI CLI** uses <a href="https://www.uvicorn.org" class="external-link" target="_blank">Uvicorn</a>, a high-performance, production-ready, ASGI server. 😎
86
87
## `fastapi dev`
88
0 commit comments