Browse Source

Fix links

JC Brand 7 years ago
parent
commit
6a4b62de0e
2 changed files with 4 additions and 2 deletions
  1. 2 0
      docs/source/configuration.rst
  2. 2 2
      docs/source/setup.rst

+ 2 - 0
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
 features, number of occupants etc.), so on servers with many rooms this
 option will create lots of extra connection traffic.
 option will create lots of extra connection traffic.
 
 
+.. _`auto_login`:
+
 auto_login
 auto_login
 ----------
 ----------
 
 

+ 2 - 2
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
 credentials to Converse.js so that user's are automatically logged in when the
 page loads.
 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
 Option 3). Temporary authentication tokens
 ------------------------------------------
 ------------------------------------------