Fix references to full documents instead of first section

Resolves #492

Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
This commit is contained in:
Wolfgang Walther
2022-01-30 13:31:20 +01:00
committed by Wolfgang Walther
parent 49ca91cc3c
commit 0ae86b7e74
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ PostgREST can use a configuration file to tell it how to connect to the database
db-schemas = "api"
db-anon-role = "web_anon"
The configuration file has other :ref:`options <configuration>`, but this is all we need.
The configuration file has other :doc:`options <../configuration>`, but this is all we need.
If you are not using Docker, make sure that your port number is correct and replace `postgres` with the name of the database where you added the todos table.
Now run the server: