Skip to content

Commit 443a9fd

Browse files
committed
Changing links to reStructedText format.
1 parent a74862e commit 443a9fd

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
Python-intercom is a Python wrapper for the Intercom API[1].
2-
Detailed documentation[2] is available on http://readthedocs.org.
1+
Python-intercom is a Python wrapper for the `Intercom API <https://api.intercom.io/docs>`_.
2+
3+
Detailed `documentation <http://readthedocs.org/docs/python-intercom/>`_ is available on `http://readthedocs.org <http://readthedocs.org>`_.
34

45
Typical usage:
56

@@ -12,6 +13,3 @@ Typical usage:
1213
from intercom import User
1314
for user in User.all():
1415
print user.email
15-
16-
[1] http://docs.intercom.io/api
17-
[2] http://readthedocs.org/docs/python-intercom/

0 commit comments

Comments
 (0)