Skip to content

Commit

Permalink
Readme: fix docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate authored and jsnajdr committed Jan 27, 2020
1 parent 9184606 commit 15ab853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/wpcom.js/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ make admin actions or to access to protected resources.

### WPCOM#me()

Create a `Me` object. More info in [Me doc page](./doc/me.md).
Create a `Me` object. More info in [Me doc page](./docs/me.md).

```js
var wpcom = require('wpcom')('<your-token>');
Expand All @@ -54,7 +54,7 @@ me.get(function(err, info){

### WPCOM#site('site-id')

Create a `Site` object. More info in [Site doc page](./doc/site.md).
Create a `Site` object. More info in [Site doc page](./docs/site.md).

```js
var wpcom = require('wpcom')('<your-token>');
Expand Down

0 comments on commit 15ab853

Please sign in to comment.