From 6a4b62de0e3b5e8691ff67aa52a70f0f59871ce5 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Wed, 13 Sep 2017 11:14:58 +0200 Subject: [PATCH] Fix links --- docs/source/configuration.rst | 2 ++ docs/source/setup.rst | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/configuration.rst b/docs/source/configuration.rst index ea6a30e88..31e4c9252 100644 --- a/docs/source/configuration.rst +++ b/docs/source/configuration.rst @@ -235,6 +235,8 @@ For each room on the server a query is made to fetch further details (e.g. features, number of occupants etc.), so on servers with many rooms this option will create lots of extra connection traffic. +.. _`auto_login`: + auto_login ---------- diff --git a/docs/source/setup.rst b/docs/source/setup.rst index de89205de..f2d42c6c3 100644 --- a/docs/source/setup.rst +++ b/docs/source/setup.rst @@ -306,8 +306,8 @@ If your web-application has access to the same credentials, it can send those credentials to Converse.js so that user's are automatically logged in when the page loads. -This is can be done by setting `auto_login`_ to true and configuring the -the `credentials_url`_ setting. +This is can be done by setting :ref:`auto_login` to true and configuring the +the :ref:`credentials_url` setting. Option 3). Temporary authentication tokens ------------------------------------------