From 15188ba186cf52a7d210fb3ce27014916500bd29 Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Tue, 2 Aug 2016 12:02:48 +0200 Subject: [PATCH] Add internal links to some sections to README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c66f092..036add5 100644 --- a/README.rst +++ b/README.rst @@ -145,7 +145,7 @@ Quick start 6. Start the development server and visit http://127.0.0.1:8000/admin/ to add a first service allowed to authenticate user against the CAS - (you'll need the Admin app enabled). See the Service Patterns section bellow. + (you'll need the Admin app enabled). See the `Service Patterns`_ section bellow. 7. Visit http://127.0.0.1:8000/cas/ to login with your django users. @@ -271,7 +271,7 @@ Tickets miscellaneous settings Mysql backend settings ---------------------- -Deprecated, see the Sql backend settings. +Deprecated, see the `Sql backend settings`_. Only usefull if you are using the mysql authentication backend: * ``CAS_SQL_HOST``: Host for the SQL server. The default is ``"localhost"``.