Skip to content

Commit

Permalink
Fix Code Tags
Browse files Browse the repository at this point in the history
Rst wasn't parsing the code tags after an arrow (->).
  • Loading branch information
ThomasThelen authored Mar 26, 2018
1 parent c65f89e commit abc6181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To install the web service, run
Enabling Plugins
^^^^^^^^^^^^^^^^

To get to the plugins section, navigate to ``Admin Console``->``Plugins``. Make sure that the following plugins are enabled.
To get to the plugins section, navigate to ``Admin Console``-> ``Plugins``. Make sure that the following plugins are enabled.

1. ``Celery Jobs``
2. ``Gravatar portraits``
Expand All @@ -53,7 +53,7 @@ Instead of using the login screen in the dashboard, you'll use OAuth with GitHub

CORS Headers
^^^^^^^^^^^^
You'll want to allow CORS headers in the dashboard. To do this, navigate to ``Admin Console``->``Server Configuration``. Scroll to the bottom of the page and click ``Advanced Settings``. Put ``*`` in the ``CORS Allowed Origins`` and ``CORS Allowed Headers`` fields. More information can be found
You'll want to allow CORS headers in the dashboard. To do this, navigate to ``Admin Console``-> ``Server Configuration``. Scroll to the bottom of the page and click ``Advanced Settings``. Put ``*`` in the ``CORS Allowed Origins`` and ``CORS Allowed Headers`` fields. More information can be found
`here <http://girder.readthedocs.io/en/latest/security.html#cors-cross-origin-resource-sharing>`_.

Create an Assetstore
Expand Down

0 comments on commit abc6181

Please sign in to comment.