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

Commit 59d0747

Browse files
committed
Replaced java-cloudant Build Status and API references with python-cloudant
- Fixed header level
1 parent e7debd7 commit 59d0747

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cloudant Python Client
22

3-
[![Build Status](https://travis-ci.org/cloudant/python-cloudant.svg?branch=master)](https://travis-ci.org/cloudant/java-cloudant)
3+
[![Build Status](https://travis-ci.org/cloudant/python-cloudant.svg?branch=master)](https://travis-ci.org/cloudant/python-cloudant)
44
[![Readthedocs](https://readthedocs.org/projects/pip/badge/)](http://python-cloudant.readthedocs.io)
55
[![Compatibility](https://img.shields.io/badge/python-2.7%2C%203.5-blue.svg)](http://python-cloudant.readthedocs.io/en/latest/compatibility.html)
66
[![pypi](https://img.shields.io/pypi/v/cloudant.svg)](https://pypi.python.org/pypi/cloudant)
@@ -9,7 +9,7 @@ This is the official Cloudant library for Python.
99

1010
* [Installation and Usage](#installation-and-usage)
1111
* [Getting Started](#getting-started)
12-
* [API Reference](http://www.javadoc.io/doc/com.cloudant/cloudant-client/)
12+
* [API Reference](http://python-cloudant.readthedocs.io/en/latest/cloudant.html)
1313
* [Related Documentation](#related-documentation)
1414
* [Development](#development)
1515
* [Contributing](CONTRIBUTING.rst)
@@ -50,7 +50,7 @@ See [CONTRIBUTING.rst](https://github.com/cloudant/python-cloudant/blob/master/C
5050

5151
The preferred approach for using `python-cloudant` in other projects is to use the PyPI as described above.
5252

53-
#### Examples in open source projects
53+
### Examples in open source projects
5454

5555
[Movie Recommender Demo](https://github.com/snowch/movie-recommender-demo):
5656
- [Update and check if documents exist](https://github.com/snowch/movie-recommender-demo/blob/master/web_app/app/dao.py#L162-L168)

0 commit comments

Comments
 (0)