From 4c92fc7bcaabdc94a5f85b58bdbcc3a778e67717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Teemu=20Sirvio=CC=88?= Date: Thu, 9 Jul 2020 10:45:47 +0300 Subject: [PATCH] Update links to pg-safeupdate Change broken links to Bitbucket to GitHub. --- admin.rst | 2 +- ecosystem.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin.rst b/admin.rst index 01c4e87df..a272fcfbb 100644 --- a/admin.rst +++ b/admin.rst @@ -51,7 +51,7 @@ However it's very easy to delete the **entire table** by omitting the query para DELETE /logs HTTP/1.1 -This can happen accidentally such as by switching a request from a GET to a DELETE. To protect against accidental operations use the `pg-safeupdate `_ PostgreSQL extension. It raises an error if UPDATE or DELETE are executed without specifying conditions. To install it you can use the `PGXN `_ network: +This can happen accidentally such as by switching a request from a GET to a DELETE. To protect against accidental operations use the `pg-safeupdate `_ PostgreSQL extension. It raises an error if UPDATE or DELETE are executed without specifying conditions. To install it you can use the `PGXN `_ network: .. code-block:: bash diff --git a/ecosystem.rst b/ecosystem.rst index 77247d091..9b33ba546 100644 --- a/ecosystem.rst +++ b/ecosystem.rst @@ -61,7 +61,7 @@ These are PostgreSQL bridges that propagate LISTEN/NOTIFY to external queues for Extensions ---------- -* `pg-safeupdate `_ - Prevent full-table updates or deletes +* `pg-safeupdate `_ - Prevent full-table updates or deletes * `srid/spas `_ - allow file uploads and basic auth * `svmnotn/postgrest-auth `_ - OAuth2-inspired external auth server * `wildsurfer/postgrest-oauth-server `_ - OAuth2 server