Skip to content

Commit

Permalink
Merge pull request dready92#48 from PHP-on-Couch/popojargo-READMEUpdate
Browse files Browse the repository at this point in the history
Fix README links to documentation
  • Loading branch information
popojargo authored Sep 10, 2017
2 parents ac2fcec + 584d0ba commit 344a107
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 344a107

Please sign in to comment.