Skip to content

Commit d3d46ce

Browse files
authored
docs(kitsu): fix URL to more examples
1 parent 29d3ae3 commit d3d46ce

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

packages/kitsu/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,11 @@
9494
type: 'articles'
9595
title: 'JSON API paints my bikeshed'
9696
author: {
97-
id: '42'
98-
type: 'people'
99-
name: 'John'
97+
data: {
98+
id: '42'
99+
type: 'people'
100+
name: 'John'
101+
}
100102
}
101103
}
102104
}
@@ -605,7 +607,7 @@ All code released under [MIT]
605607

606608
[promise]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises
607609

608-
[more examples]: https://github.com/wopian/kitsu/tree/master/example
610+
[more examples]: https://github.com/wopian/kitsu/tree/master/packages/kitsu/example
609611

610612
[kitsu.io api docs]: https://kitsu.docs.apiary.io
611613

0 commit comments

Comments
 (0)