Skip to content

Commit

Permalink
minor #3628 Added anchor for permissions (WouterJ)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

Added anchor for permissions

| Q   | A
| --- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | all
| Fixed tickets | -

This is quite a common problem on IRC. #symfony IRC now has a nice bot which parses the docs and indexes it, so we can easily link to sections (thanks to the great @mitom). If a sidebar doesn't have an anchor, it's impossible to link to it correctly. Adding a named anchor fixes that.

Commits
-------

f42956a Added anchor for permissions
  • Loading branch information
weaverryan committed Mar 12, 2014
2 parents 6380113 + f42956a commit ae755e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions book/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ to check your configuration:
If there are any issues, correct them now before moving on.

.. _book-installation-permissions:

.. sidebar:: Setting up Permissions

One common issue is that the ``app/cache`` and ``app/logs`` directories
Expand Down

0 comments on commit ae755e0

Please sign in to comment.