diff --git a/docs/release-notes.md b/docs/release-notes.md
index 8635b2b2d..bd1c125cb 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -2,7 +2,7 @@
## 0.6.2
-* Introduce new project generator based on FastAPI and PostgreSQLhttps://github.com/tiangolo/full-stack-fastapi-postgresql. PR #52.
+* Introduce new project generator based on FastAPI and PostgreSQL: https://github.com/tiangolo/full-stack-fastapi-postgresql. PR #52.
* Update SQL tutorial with SQLAlchemy, using `Depends` to improve editor support and reduce code repetition. PR #52.