diff --git a/README.md b/README.md index 0f23aede32..0425787a35 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ ![Logo](static/postgrest.png "Logo") [![Donate](https://img.shields.io/badge/Donate-Patreon-orange.svg?colorB=F96854)](https://www.patreon.com/postgrest) -[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/postgrest) [![Join the chat at https://gitter.im/begriffs/postgrest](https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg)](https://gitter.im/begriffs/postgrest) [![Docs](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](http://postgrest.org) [![Docker Stars](https://img.shields.io/docker/pulls/postgrest/postgrest.svg)](https://hub.docker.com/r/postgrest/postgrest/) @@ -145,11 +144,7 @@ and the [API guide](http://postgrest.org/en/stable/api.html). ## Supporting development -You can help PostgREST ongoing maintenance and development by: - -- Making a regular donation through Patreon https://www.patreon.com/postgrest - -- Alternatively, you can make a one-time donation via Paypal https://www.paypal.me/postgrest +You can help PostgREST ongoing maintenance and development by making a regular donation through Patreon https://www.patreon.com/postgrest Every donation will be spent on making PostgREST better for the whole community. diff --git a/docker-hub-readme.md b/docker-hub-readme.md index d38ef33bfe..f10a3ef4f9 100644 --- a/docker-hub-readme.md +++ b/docker-hub-readme.md @@ -2,7 +2,6 @@ [![Join the chat at https://gitter.im/begriffs/postgrest](https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg)](https://gitter.im/begriffs/postgrest) [![Donate](https://img.shields.io/badge/Donate-Patreon-orange.svg?colorB=F96854)](https://www.patreon.com/postgrest) -[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/postgrest) [![Docs](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](http://postgrest.org) [![Build Status](https://github.com/postgrest/postgrest/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/PostgREST/postgrest/actions?query=branch%3Amain) diff --git a/docs/index.rst b/docs/index.rst index f96dcb3a34..d197d84e56 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -22,9 +22,6 @@ PostgREST Documentation .. image:: https://img.shields.io/badge/Donate-Patreon-orange.svg?colorB=F96854 :target: https://www.patreon.com/postgrest -.. image:: https://img.shields.io/badge/Donate-PayPal-green.svg - :target: https://www.paypal.com/paypalme/postgrest - | PostgREST is a standalone web server that turns your PostgreSQL database directly into a RESTful API. The structural constraints and permissions in the database determine the API endpoints and operations.