Skip to content

Commit

Permalink
Fix README links to new documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
popojargo authored Sep 10, 2017
1 parent ac2fcec commit 584d0ba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@

## Recent changes

For the complete change list, head over [here](http://php-on-couch.readthedocs.io/en/stable/overview/changelist/index.html)
For the complete change list, head over [here](http://php-on-couch.readthedocs.io/en/latest/overview/changelist/index.html)

## Installation and testing

Install the library using composer : `composer require php-on-couch/php-on-couch`.
You can find more detailed informations about installation [here](http://php-on-couch.readthedocs.io/en/stable/quickstart/installation.html).
You can find more detailed informations about installation [here](http://php-on-couch.readthedocs.io/en/latest/quickstart/installation.html).

To test the the application, see [this topic](http://php-on-couch.readthedocs.io/en/stable/quickstart/testing.html).
To test the the application, see [this topic](http://php-on-couch.readthedocs.io/en/latest/quickstart/testing.html).

## Components and documentation

For the full API document, please visite [this link](http://php-on-couch.readthedocs.io/en/stable/api/index.html)
For the full API document, please visite [this link](http://php-on-couch.readthedocs.io/en/latest/api/index.html)

## Example

Expand Down Expand Up @@ -91,7 +91,7 @@ $doc->name = "Brown"; // set document property "name" to "Brown" and store the u

### Contributions

Feel free to make any contributions. All contributions must follow the [code style](http://php-on-couch.readthedocs.io/en/stable/quickstart/codestyle.html) and must also comes with valid and complete tests.
Feel free to make any contributions. All contributions must follow the [code style](http://php-on-couch.readthedocs.io/en/latest/quickstart/codestyle.html) and must also comes with valid and complete tests.

Help is really appreciated to complete add more tests.

Expand Down

0 comments on commit 584d0ba

Please sign in to comment.