From 3c50d5d641ab985fed2f09d92c95f16d14687b06 Mon Sep 17 00:00:00 2001 From: nesdis <nesdis@gmail.com> Date: Fri, 21 Aug 2020 10:05:16 +0200 Subject: [PATCH] Updated link to sponsor page --- docs/docs/get-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/get-started.md b/docs/docs/get-started.md index 4c35680..b2f86c9 100644 --- a/docs/docs/get-started.md +++ b/docs/docs/get-started.md @@ -65,7 +65,7 @@ Djongo ensures that you: * Future proof your code. * Atomic SQL JOIN operations. -Get [expert support](https://www.patreon.com/nesdis) for complex projects. +Get [expert support][sponsor_page] for complex projects. ## Rapid Prototyping Djongo lets you rapidly develop and evolve your app models. Modifying your models is **much faster** with Djongo compared to traditional Django ORM. Since MongoDB is a schema-less database, every time you redefine a model, MongoDB does not expect you to redefine the schema. @@ -215,4 +215,4 @@ You can contribute to the source code or the documentation by creating a simple Please contribute to the continued development and success of Djongo by [making a donation][sponsor_page]. -{% include links %} \ No newline at end of file +{% include links %} -- GitLab