Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 9f2a729

Browse files
committed
Fixed links in getting_started
1 parent a16d6dd commit 9f2a729

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting_started.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Authentication
6767
**************
6868

6969
When constructing a ``Cloudant`` client, you can authenticate using the
70-
[cookie authentication](http://guide.couchdb.org/editions/1/en/security.html#cookies) functionality.
70+
`cookie authentication <http://guide.couchdb.org/editions/1/en/security.html#cookies>`_ functionality.
7171
The server will always attempt to automatically renew the cookie
7272
shortly before its expiry. However, if the client does not send a
7373
request to the server during this renewal window and
@@ -93,11 +93,11 @@ Resource sharing
9393
****************
9494

9595
The ``Cloudant`` or ``CouchDB`` client objects make HTTP calls using the ``requests`` library.
96-
``requests`` uses the [urllib3](https://pypi.python.org/pypi/urllib3) library which features
96+
``requests`` uses the `urllib3 <https://pypi.python.org/pypi/urllib3>`_ library which features
9797
connection pooling and thread safety.
9898

9999
Connection pools can be managed by using the ``requests`` library's
100-
[HTTPAdapter](https://github.com/kennethreitz/requests/blob/master/requests/adapters.py#L78)
100+
`HTTPAdapter <https://github.com/kennethreitz/requests/blob/master/requests/adapters.py#L78>`_
101101
when constructing a ``Cloudant`` or ``ClouchDB`` client instance.
102102
The default number set by the ``urllib3`` library for cached connection pools is 10.
103103
Use the ``HTTPAdapter`` argument ``pool_connections`` to set the number of

0 commit comments

Comments
 (0)