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).