Skip to content

Commit

Permalink
fixing typo in link formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfeuer committed Nov 8, 2014
1 parent 601d118 commit 6ddbb42
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 @@ -197,7 +197,7 @@ This functionality can be useful for continuous integration build worker boxes t
ephemeral and don't have a persistent local storage to store the ``pip-accel`` binary
cache.

To configure, install the `boto<https://github.com/boto/boto>`_ module in your environment,
To configure, install the `boto <https://github.com/boto/boto>`_ module in your environment,
and then set the following environment variables:

* ``PIP_S3_CACHE_BUCKET`` : the name of the S3 bucket to use
Expand All @@ -208,7 +208,7 @@ If these variables are not set, or if the ``boto`` module is not found, then the
not used.

You will also need to set AWS credentials - either in a
`.boto<http://boto.readthedocs.org/en/latest/boto_config_tut.html>`_ file or in the
`.boto <http://boto.readthedocs.org/en/latest/boto_config_tut.html>`_ file or in the
``AWS_ACCESS_KEY_ID`` and ``AWS_SECRET_ACCESS_KEY`` environment variables.

Contact
Expand Down

0 comments on commit 6ddbb42

Please sign in to comment.