Skip to content

Commit c4724ed

Browse files
committed
Fixing URL to coverage.
1 parent c284cfe commit c4724ed

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[ ![PyPI Version](https://img.shields.io/pypi/v/python-intercom.svg) ](https://pypi.python.org/pypi/python-intercom)
44
[ ![PyPI Downloads](https://img.shields.io/pypi/dm/python-intercom.svg) ](https://pypi.python.org/pypi/python-intercom)
55
[ ![Travis CI Build](https://travis-ci.org/jkeyes/python-intercom.svg) ](https://travis-ci.org/jkeyes/python-intercom)
6-
[![Coverage Status](https://coveralls.io/repos/jkeyes/intercom-python/badge.svg?branch=coveralls)](https://coveralls.io/r/jkeyes/intercom-python?branch=coveralls)
6+
[![Coverage Status](https://coveralls.io/repos/jkeyes/python-intercom/badge.svg?branch=master)](https://coveralls.io/r/jkeyes/python-intercom?branch=master)
77

88
Python bindings for the Intercom API (https://api.intercom.io).
99

README.rst

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
python-intercom
22
===============
33

4-
|PyPI Version| |PyPI Downloads| |Travis CI Build| |Coverage Status|
4+
| |PyPI Version|
5+
| |PyPI Downloads|
6+
| |Travis CI Build|
7+
| |Coverage Status|
58
69
Python bindings for the Intercom API (https://api.intercom.io).
710

@@ -376,12 +379,14 @@ your behalf
376379
}
377380
)
378381
379-
The metadata key values in the example are treated as follows- -
380-
order\_date: a Date (key ends with '\_date'). - stripe\_invoice: The
381-
identifier of the Stripe invoice (has a 'stripe\_invoice' key) -
382-
order\_number: a Rich Link (value contains 'url' and 'value' keys) -
383-
price: An Amount in US Dollars (value contains 'amount' and 'currency'
384-
keys)
382+
The metadata key values in the example are treated as follows-
383+
384+
- order\_date: a Date (key ends with '\_date').
385+
- stripe\_invoice: The identifier of the Stripe invoice (has a
386+
'stripe\_invoice' key)
387+
- order\_number: a Rich Link (value contains 'url' and 'value' keys)
388+
- price: An Amount in US Dollars (value contains 'amount' and
389+
'currency' keys)
385390
386391
Subscriptions
387392
~~~~~~~~~~~~~
@@ -480,5 +485,5 @@ Integration tests:
480485
:target: https://pypi.python.org/pypi/python-intercom
481486
.. |Travis CI Build| image:: https://travis-ci.org/jkeyes/python-intercom.svg
482487
:target: https://travis-ci.org/jkeyes/python-intercom
483-
.. |Coverage Status| image:: https://coveralls.io/repos/jkeyes/intercom-python/badge.svg?branch=coveralls
484-
:target: https://coveralls.io/r/jkeyes/intercom-python?branch=coveralls
488+
.. |Coverage Status| image:: https://coveralls.io/repos/jkeyes/python-intercom/badge.svg?branch=master
489+
:target: https://coveralls.io/r/jkeyes/python-intercom?branch=master

0 commit comments

Comments
 (0)