Skip to content

Commit a556559

Browse files
committed
📝 Fix Uvicorn link in README
1 parent c00f8ea commit a556559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ FastAPI CLI takes the path to your Python program and automatically detects the
8282

8383
For production you would use `fastapi run` instead. 🚀
8484

85-
Internally, **FastAPI CLI** uses <a href="" class="external-link" target="_blank">Uvicorn</a>, a high-performance, production-ready, ASGI server. 😎
85+
Internally, **FastAPI CLI** uses <a href="https://www.uvicorn.org" class="external-link" target="_blank">Uvicorn</a>, a high-performance, production-ready, ASGI server. 😎
8686

8787
## `fastapi dev`
8888

0 commit comments

Comments
 (0)