From 01fc8ee43d6802ce43dfa3fd538e023dd17cfc7e Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Fri, 6 Mar 2015 17:50:10 -0300 Subject: [PATCH] Fix README. --- README.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9488dd3..915088b 100644 --- a/README.rst +++ b/README.rst @@ -4,9 +4,13 @@ Django OIDC Provider Django OIDC Provider can help you providing out of the box all the endpoints, data and logic needed to add OpenID Connect capabilities to your Django projects. -Read docs for more info. https://github.com/juanifioren/django-oidc-provider/blob/master/doc.md +Read docs for more info. -See changelog here. https://github.com/juanifioren/django-oidc-provider/blob/master/CHANGELOG.md +https://github.com/juanifioren/django-oidc-provider/blob/master/DOC.md + +See changelog here. + +https://github.com/juanifioren/django-oidc-provider/blob/master/CHANGELOG.md ************* Running tests