Fix broken link to 'building from source' in CONTRIBUTING (#886)
This commit is contained in:
committed by
Joe Nelson
parent
50de0536de
commit
1c09058628
+2
-2
@@ -48,7 +48,7 @@ your contributions.
|
||||
pull request.
|
||||
|
||||
* For help building the Haskell code on your computer check out the [building from
|
||||
source](http://postgrest.com/install/server/#building-from-source)
|
||||
source](https://postgrest.com/en/stable/install.html#build-from-source)
|
||||
wiki page.
|
||||
|
||||
## Maintenance
|
||||
@@ -66,4 +66,4 @@ discuss issues you are having.
|
||||
|
||||
For instructions on running tests, see the official docs hosted here:
|
||||
|
||||
https://postgrest.com/en/v0.4/install.html#postgrest-test-suite
|
||||
https://postgrest.com/en/stable/install.html#postgrest-test-suite
|
||||
|
||||
@@ -55,7 +55,7 @@ Other optimizations are possible, and some are outlined in the
|
||||
### Security
|
||||
|
||||
PostgREST [handles
|
||||
authentication](http://postgrest.com/en/v0.4/auth.html) (via JSON Web
|
||||
authentication](http://postgrest.com/en/stable/auth.html) (via JSON Web
|
||||
Tokens) and delegates authorization to the role information defined in
|
||||
the database. This ensures there is a single declarative source of truth
|
||||
for security. When dealing with the database the server assumes the
|
||||
@@ -105,7 +105,7 @@ surprises, such as enforcing idempotent PUT requests.
|
||||
|
||||
See examples of [PostgreSQL
|
||||
constraints](http://www.tutorialspoint.com/postgresql/postgresql_constraints.htm)
|
||||
and the [API guide](http://postgrest.com/en/v0.4/api.html).
|
||||
and the [API guide](http://postgrest.com/en/stable/api.html).
|
||||
|
||||
### Thanks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user