Skip to content

Commit e29946a

Browse files
committed
docs: fix markdown links
1 parent c9998bb commit e29946a

3 files changed

Lines changed: 26 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ All code released under [MIT]
5353

5454
[kitsu-core]: https://github.com/wopian/kitsu/tree/master/packages/kitsu-core
5555

56-
[github releases]: https://github.com/wopian/kitsu/releases
56+
[Github Releases]: https://github.com/wopian/kitsu/releases
5757

58-
[contributing]: https://github.com/wopian/kitsu/blob/master/CONTRIBUTING.md
58+
[CONTRIBUTING]: https://github.com/wopian/kitsu/blob/master/CONTRIBUTING.md
5959

60-
[mit]: https://github.com/wopian/kitsu/blob/master/LICENSE.md
60+
[MIT]: https://github.com/wopian/kitsu/blob/master/LICENSE.md

packages/kitsu-core/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<p align=center><a href=https://github.com/wopian/kitsu/blob/master/packages/kitsu-core/MIGRATING.md>Migration guide</a> for v10 & previous major releases</p>
2626

27-
#
27+
#
2828

2929
## Features
3030

@@ -267,7 +267,7 @@ Filters includes for the specific relationship requested
267267
#### Parameters
268268

269269
- `included` **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)&lt;[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)>** The response included object
270-
- `relationship` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**
270+
- `relationship` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**
271271
- `relationship.id` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** The relationship ID
272272
- `relationship.type` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** The relationship type
273273

@@ -515,3 +515,9 @@ snake('helloWorld') // 'hello_world'
515515
```
516516

517517
Returns **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** snake_case formatted string
518+
519+
[CHANGELOG]: https://github.com/wopian/kitsu/blob/master/packages/kitsu-core/CHANGELOG.md
520+
521+
[CONTRIBUTING]: https://github.com/wopian/kitsu/blob/master/CONTRIBUTING.md
522+
523+
[MIT]: https://github.com/wopian/kitsu/blob/master/LICENSE.md

packages/kitsu/README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<p align=center><a href=https://github.com/wopian/kitsu/blob/master/packages/kitsu/MIGRATING.md>Migration guide</a> for v10 & previous major releases</p>
2626

27-
#
27+
#
2828

2929
## Features
3030

@@ -749,3 +749,17 @@ api.request({
749749
```
750750

751751
Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** JSON-parsed response
752+
753+
[Promise]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises
754+
755+
[More Examples]: https://github.com/wopian/kitsu/tree/master/packages/kitsu/example
756+
757+
[Kitsu.io]: https://kitsu.io
758+
759+
[kitsu.io api docs]: https://kitsu.docs.apiary.io
760+
761+
[CHANGELOG]: https://github.com/wopian/kitsu/blob/master/packages/kitsu/CHANGELOG.md
762+
763+
[CONTRIBUTING]: https://github.com/wopian/kitsu/blob/master/CONTRIBUTING.md
764+
765+
[MIT]: https://github.com/wopian/kitsu/blob/master/LICENSE.md

0 commit comments

Comments
 (0)