From 7bb36890ae76f5bdc22498d6ad12860aef10ba4e Mon Sep 17 00:00:00 2001
From: nesdis <nesdis@gmail.com>
Date: Sun, 23 Aug 2020 14:49:14 +0200
Subject: [PATCH] Improved Documentation.

---
 djongo/exceptions.py | 2 +-
 docs/docs/Discuss.md | 3 ++-
 docs/docs/sponsor.md | 9 ++++++---
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/djongo/exceptions.py b/djongo/exceptions.py
index ec00838..03af82f 100644
--- a/djongo/exceptions.py
+++ b/djongo/exceptions.py
@@ -1,7 +1,7 @@
 from dataclasses import dataclass
 from typing import Sequence, Any
 
-djongo_access_url = 'https://www.patreon.com/nesdis'
+djongo_access_url = 'https://nesdis.github.io/djongo/sponsor/'
 _printed_features = set()
 
 
diff --git a/docs/docs/Discuss.md b/docs/docs/Discuss.md
index 0bd890b..8d91a5e 100644
--- a/docs/docs/Discuss.md
+++ b/docs/docs/Discuss.md
@@ -2,8 +2,9 @@
 title: Discussion Board
 permalink: /discuss/
 toc: false
+layout: splash
 ---
-Djongo groups is where you can watch for:
+Djongo forum is where you can watch for:
 
 * New release announcements.
 * Suggest improvements.
diff --git a/docs/docs/sponsor.md b/docs/docs/sponsor.md
index dd7b747..df514b5 100644
--- a/docs/docs/sponsor.md
+++ b/docs/docs/sponsor.md
@@ -26,7 +26,7 @@ sponsor_row:
     price: 7
     btn_id: price_7
     benefits:
-      - I answer **your questions** within 24 hours.
+      - I answer your questions within 24 hours on Discord priority-support.
       - You support the long term sustainability of the project.
       - I mention your name in the source code.
   
@@ -34,9 +34,9 @@ sponsor_row:
     price: 15
     btn_id: price_15
     benefits:
-      - Your questions are **immediately** taken up for consideration and a resolution guaranteed.
+      - You **get access to the djongoNxt** repository.
+      - Your questions are **immediately** taken up for consideration on Discord priority-support.
       - You support the long term sustainability of the project.
-      - Your name is permanently mentioned as part of the source code.
   
   - title: Advertise on Djongo
     price: 50
@@ -49,6 +49,9 @@ sponsor_row:
 
 {% include tire_row %}
 
+ * *Subscriptions are not binding and can be canceled any time.*
+ * *Upon successful checkout you are provided with an option to submit additional details required to deliver your benefits.*
+
 <script>
   // Replace with your own publishable key: https://dashboard.stripe.com/test/apikeys
   var PUBLISHABLE_KEY = "pk_live_eEfW8XjO4oZUPRFaYASLCWqn";
-- 
GitLab