summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Michael Larson <sethmichaellarson@gmail.com>2020-12-23 13:34:05 -0600
committerGitHub <noreply@github.com>2020-12-23 13:34:05 -0600
commitc09b25e840a0ab0a30d46866b4c774dcdb6dd763 (patch)
treec786ccfb30c2a3a8406eb233e90975a1ca7a0cf3
parent102352a0807c16d8ee3569cfd38be1ca2bfdd7c9 (diff)
downloadurllib3-c09b25e840a0ab0a30d46866b4c774dcdb6dd763.tar.gz
Recommend GitHub Sponsors instead of Open Collective
-rw-r--r--docs/conf.py4
-rw-r--r--docs/sponsors.rst11
-rw-r--r--docs/v2-roadmap.rst2
3 files changed, 4 insertions, 13 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 23b67162..8992a0b2 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -76,8 +76,8 @@ html_static_path = ["_static"]
html_theme_options = {
"announcement": """
<a style=\"text-decoration: none; color: white;\"
- href=\"https://opencollective.com/urllib3\">
- <img src=\"/en/latest/_static/favicon.png\"/> Sponsor urllib3 v2.0 on Open Collective
+ href=\"https://github.com/sponsors/urllib3\">
+ <img src=\"/en/latest/_static/favicon.png\"/> Support urllib3 on GitHub Sponsors
</a>
""",
"sidebar_hide_name": True,
diff --git a/docs/sponsors.rst b/docs/sponsors.rst
index 50a67b8c..a08b536a 100644
--- a/docs/sponsors.rst
+++ b/docs/sponsors.rst
@@ -15,7 +15,7 @@ v2.0 Sponsor Perks
`Get in contact <mailto:sethmichaellarson@gmail.com>`_ for additional
details on sponsorship and perks before making a contribution
- through `Open Collective <https://opencollective.com/urllib3>`_ if you have questions.
+ through `GitHub Sponsors <https://github.com/sponsors/urllib3>`_ if you have questions.
Silver v2.0 Sponsor Perks
@@ -76,12 +76,3 @@ Let us know and we'll be glad to add you to our sponsors list.
`@Lukasa <https://github.com/Lukasa>`_
* `Stripe <https://stripe.com>`_ (June 23, 2014)
-
-
-Open Collective Supporters
---------------------------
-
-All donations are currently going towards the development of new features for urllib3 v2.0.
-Donate $5 or more as an individual or $50 or more as an organization to be added to the list of supporters below (coming soon).
-
-`Thanks to all our supporters on Open Collective <https://opencollective.com/urllib3#section-contributors>`_!
diff --git a/docs/v2-roadmap.rst b/docs/v2-roadmap.rst
index 2a5183b2..8f518d95 100644
--- a/docs/v2-roadmap.rst
+++ b/docs/v2-roadmap.rst
@@ -3,7 +3,7 @@ v2.0 Roadmap
.. important::
- We're seeking `sponsors and supporters for urllib3 v2.0 on Open Collective <https://opencollective.com/urllib3>`_.
+ We're seeking `sponsors and supporters for urllib3 v2.0 on Open Collective <https://github.com/sponsors/urllib3>`_.
There's a lot of work to be done for our small team and we want to make sure
development can get completed on-time while also fairly compensating contributors
for the additional effort required for a large release like ``v2.0``.