]> git.parisson.com Git - django-social-auth.git/commitdiff
Link sections in README
authorMatías Aguirre <matiasaguirre@gmail.com>
Thu, 11 Nov 2010 18:40:03 +0000 (16:40 -0200)
committerMatías Aguirre <matiasaguirre@gmail.com>
Thu, 11 Nov 2010 18:40:03 +0000 (16:40 -0200)
README.rst

index 405fd44cd8480f031cc776decb9c5f60294128fa..43691c130c79a18cdf3772e0d6d8468fba56ba8f 100644 (file)
@@ -38,7 +38,7 @@ Installation
         'django.contrib.auth.backends.ModelBackend',
     )
 
-- Setup Twitter and Facebook keys (see below)::
+- Setup Twitter and Facebook keys (see `OAuth` section for details)::
 
     TWITTER_CONSUMER_KEY    = ''
     TWITTER_CONSUMER_SECRET = ''
@@ -71,7 +71,8 @@ OAuth
 -----
 OAuth communication demands a set of keys exchange to validate the client
 authenticity prior to user approbation, Twitter and Facebook facilitates these
-keys by application registration.
+keys by application registration, see `Twitter`_ and `Facebook`_ sections for
+details.
 
 
 -------