Skip to content

Commit

Permalink
Correct API URL in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ilijastuden committed Jun 17, 2016
1 parent 67df3b7 commit 7dd0e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Active Collab 5 SDK

This is a simple PHP library that makes communication with [Active Collab API](https://labs.activecollab.com/nightly-activecollab-api/v1/authentication.html) easy.
This is a simple PHP library that makes communication with [Active Collab API](https://developers.activecollab.com/api-documentation/) easy.

## Installation

Expand Down Expand Up @@ -70,7 +70,7 @@ if ($token instanceof \ActiveCollab\SDK\TokenInterface) {

## SSL problems?

If curl complains that SSL peer verification has failed, you can turn it off like this::
If curl complains that SSL peer verification has failed, you can turn it off like this:

```php
// Cloud
Expand Down

0 comments on commit 7dd0e48

Please sign in to comment.