From f2f41d04bc0d85c7878c0d72e09d2abb5b7c531e Mon Sep 17 00:00:00 2001 From: Asad Dhamani Date: Tue, 7 Nov 2017 22:10:21 +0530 Subject: [PATCH] Fix failing build due to link redirect --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2ac5e3..1cd45d3 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ * [PGXN client](https://github.com/dvarrazzo/pgxnclient) - Command line tool to interact with the PostgreSQL Extension Network * [postgresql-metrics](https://github.com/spotify/postgresql-metrics) - Tool that extracts and provides metrics for your PostgreSQL database. * [PostgREST](https://github.com/begriffs/postgrest) - Serves a fully RESTful API from any existing PostgreSQL database. -* [pREST](https://github.com/nuveo/prest) - Serve a RESTful API from any PostgreSQL database (Golang) +* [pREST](https://github.com/prest/prest) - Serve a RESTful API from any PostgreSQL database (Golang) * [PostGraphQL](https://github.com/postgraphql/postgraphql) - A GraphQL schema created by reflection over a PostgreSQL schema. * [yoke](https://github.com/nanopack/yoke) - PostgreSQL high-availability cluster with auto-failover and automated cluster recovery. * [pglistend](https://github.com/kabirbaidhya/pglistend) - A lightweight PostgresSQL `LISTEN`/`NOTIFY` daemon built on top of `node-postgres`.