From 8d706a342c200463e07260013b11222482e2c86f Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Sat, 27 May 2023 18:15:01 -0500 Subject: [PATCH] fix broken links --- docs/index.rst | 4 ++-- docs/references/api/stored_procedures.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 34890d57d..4020d6195 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -197,7 +197,6 @@ Here are some companies that use PostgREST in production. * `Drip Depot `_ * `Image-charts `_ * `Moat `_ -* `MotionDynamic - Fast highly dynamic video generation at scale `_ * `Netwo `_ * `Nimbus `_ - See how Nimbus uses PostgREST in `Paul Copplestone's blog post `_. @@ -206,8 +205,9 @@ Here are some companies that use PostgREST in production. * `Sompani `_ * `Supabase `_ -.. Certs are failing +.. Failing links * `eGull `_ + * `MotionDynamic - Fast highly dynamic video generation at scale `_ Testimonials ------------ diff --git a/docs/references/api/stored_procedures.rst b/docs/references/api/stored_procedures.rst index fcf42fed5..0597171eb 100644 --- a/docs/references/api/stored_procedures.rst +++ b/docs/references/api/stored_procedures.rst @@ -3,7 +3,7 @@ Stored Procedures ================= -*"A single resource can be the equivalent of a database stored procedure, with the power to abstract state changes over any number of storage items"* -- `Roy T. Fielding `_ +*"A single resource can be the equivalent of a database stored procedure, with the power to abstract state changes over any number of storage items"* -- `Roy T. Fielding `_ Every stored procedure in the :ref:`exposed schema ` and accessible by the :ref:`active database role ` is executable under the :code:`/rpc` prefix. Procedures can perform any operations allowed by PostgreSQL (read data, modify data, and even DDL operations).