From 1c09058628cc6bbf4db215fd7b3612173ca07de5 Mon Sep 17 00:00:00 2001 From: Lucas Desgouilles Date: Thu, 8 Jun 2017 16:10:29 +0200 Subject: [PATCH] Fix broken link to 'building from source' in CONTRIBUTING (#886) --- CONTRIBUTING.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f065877d4..b63cebbe4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/README.md b/README.md index 89aff6e11..2839fc7cb 100644 --- a/README.md +++ b/README.md @@ -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