Skip to content

Commit

Permalink
Fix docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
gillchristian committed Mar 11, 2022
1 parent eac85e7 commit ef23c36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/modules/index.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ type RemoteData<E, A> = NotAsked | Loading | Success<A> | Failure<E>;
```

For examples check
[github.com/gillchristian/remote-data-ts/examples/index.ts](https://github.com/gillchristian/remote-data-ts/examples/index.ts).
[examples/index.ts](https://github.com/gillchristian/remote-data-ts/blob/master/examples/index.ts)
in the repository.

Added in v3.0.0

Expand Down
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
* ```
*
* For examples check
* [github.com/gillchristian/remote-data-ts/examples/index.ts](https://github.com/gillchristian/remote-data-ts/examples/index.ts).
* [examples/index.ts](https://github.com/gillchristian/remote-data-ts/blob/master/examples/index.ts)
* in the repository.
*
* @since 3.0.0
*/
Expand Down

0 comments on commit ef23c36

Please sign in to comment.