diff --git a/book/models.nim b/book/models.nim index 64b93ad0..63c50ee7 100644 --- a/book/models.nim +++ b/book/models.nim @@ -92,7 +92,7 @@ This will result in this schema: ## Custom Schema Name (PostgreSQL only) -PostgreSQL schemas are named collections of tables (`read more in the docs `_). +PostgreSQL schemas are named collections of tables ([read more in the docs](https://www.postgresql.org/docs/current/ddl-schemas.html)). To set a schema name for your model, use `schemaName` pragma: """