diff --git a/docs/ecosystem.rst b/docs/ecosystem.rst index cdd8912d8..e64b7f9ee 100644 --- a/docs/ecosystem.rst +++ b/docs/ecosystem.rst @@ -51,9 +51,9 @@ DevOps * `cloudgov-demo-postgrest `_ - demo for a federally-compliant REST API on cloud.gov * `cloudstark/helm-charts `_ - helm chart to deploy PostgREST to a Kubernetes cluster via a Deployment and Service -* `jbkarle/postgrest `_ - helm chart with a demo database for development and test purposes -* `Limezest/postgrest-cloud-run `_ - expose a PostgreSQL database on Cloud SQL using Cloud Run +* `cyril-sabourault/postgrest-cloud-run `_ - expose a PostgreSQL database on Cloud SQL using Cloud Run * `eyberg/postgrest `_ - run PostgREST as a Nanos unikernel +* `jbkarle/postgrest `_ - helm chart with a demo database for development and test purposes .. _eco_external_notification: @@ -84,8 +84,8 @@ Client-Side Libraries --------------------- * `postgrest-csharp `_ - C# -* `postgrest-dart `_ - Dart -* `postgrest-ex `_ - Elixir +* `postgrest-dart `_ - Dart +* `postgrest-ex `_ - Elixir * `postgrest-go `_ - Go * `postgrest-js `_ - TypeScript/JavaScript * `postgrest-kt `_ - Kotlin diff --git a/docs/how-tos/providing-html-content-using-htmx.rst b/docs/how-tos/providing-html-content-using-htmx.rst index 1e76c1765..27941c2b4 100644 --- a/docs/how-tos/providing-html-content-using-htmx.rst +++ b/docs/how-tos/providing-html-content-using-htmx.rst @@ -38,7 +38,7 @@ and return a raw HTML document file. Creating an HTML Response ------------------------- -Let's create a function that returns a basic HTML file, using `Pico CSS `_ for styling and +Let's create a function that returns a basic HTML file, using `Pico CSS `_ for styling and `Ionicons `_ to show some icons later. .. code-block:: postgres diff --git a/docs/how-tos/working-with-postgresql-data-types.rst b/docs/how-tos/working-with-postgresql-data-types.rst index d0d062484..e0abd6947 100644 --- a/docs/how-tos/working-with-postgresql-data-types.rst +++ b/docs/how-tos/working-with-postgresql-data-types.rst @@ -429,7 +429,7 @@ You can also query and filter the value of a ``hstore`` column using the arrow o PostGIS ------- -You can use the string representation for `PostGIS `_ data types such as ``geometry`` or ``geography`` (you need to `install PostGIS `_ first). +You can use the string representation for `PostGIS `_ data types such as ``geometry`` or ``geography`` (you need to `install PostGIS `_ first). .. code-block:: postgres diff --git a/docs/index.rst b/docs/index.rst index a344ddea2..cbed47e44 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -196,11 +196,11 @@ Here are some companies that use PostgREST in production. * `Datrium `_ * `Drip Depot `_ * `Image-charts `_ -* `Moat `_ +* `Moat `_ * `Netwo `_ -* `Nimbus `_ +* `Nimbus `_ - See how Nimbus uses PostgREST in `Paul Copplestone's blog post `_. -* `OpenBooking `_ +* `OpenBooking `_ * `Redsmin `_ * `Sompani `_ * `Supabase `_