diff --git a/FUNDING.yml b/FUNDING.yml new file mode 100644 index 000000000..208108ff7 --- /dev/null +++ b/FUNDING.yml @@ -0,0 +1,4 @@ +# https://github.blog/2020-03-24-getting-started-with-github-sponsors/ + +github: soapbox-pub +custom: https://soapbox.pub/donate/ diff --git a/README.md b/README.md index 4c50d9abe..90bdb903e 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Soapbox FE is a [single-page application (SPA)](https://en.wikipedia.org/wiki/Si It has a single HTML file, `index.html`, responsible only for loading the required JavaScript and CSS. It interacts with the backend through [XMLHttpRequest (XHR)](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest). -It incorporates much of the [Mastodon API](https://docs.joinmastodon.org/methods/) used by Pleroma and Mastodon, but requires many [Pleroma-specific features](https://docs-develop.pleroma.social/backend/API/differences_in_mastoapi_responses/) in order to function. +It incorporates much of the [Mastodon API](https://docs.joinmastodon.org/methods/) used by Pleroma and Mastodon, but requires many [Pleroma-specific features](https://docs.pleroma.social/backend/development/API/differences_in_mastoapi_responses/) in order to function. # Running locally