Skip to content

Commit

Permalink
fix: link in readme
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Mar 14, 2024
1 parent 1d6b50d commit c56c7f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/push-notifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@

Push Notifications extension module for [Credo](https://github.com/openwallet-foundation/credo-ts.git). It currently implements [Aries RFC 0734](https://github.com/hyperledger/aries-rfcs/tree/main/features/0734-push-notifications-fcm) (Firebase Cloud Messaging) and [Aries RFC 0699](https://github.com/hyperledger/aries-rfcs/tree/main/features/0699-push-notifications-apns) (Apple Push Notifications).

For documentation on installation and usage of the Push Notifications package, refer to the [Docs](https://aries.js.org/guides/0.4/extensions/push-notifications).
For documentation on installation and usage of the Push Notifications package, refer to the [Docs](https://credo.js.org/guides/extensions/push-notifications).
2 changes: 1 addition & 1 deletion packages/react-hooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
/></a>
</p>

For documentation on installation and usage of the React Hooks package, refer to the [Docs](https://aries.js.org/guides/0.4/extensions/react-hooks).
For documentation on installation and usage of the React Hooks package, refer to the [Docs](https://credo.js.org/guides/extensions/react-hooks).
2 changes: 1 addition & 1 deletion packages/redux-store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@

Credo Redux Store is a wrapper around [Credo](https://github.com/openwallet-foundation/credo-ts.git), built with [Redux Toolkit](https://redux-toolkit.js.org/). It can be used to build mobile applications in React Native.

For documentation on installation and usage of the Redux Store package, refer to the [Docs](https://aries.js.org/guides/0.4/extensions/redux-store).
For documentation on installation and usage of the Redux Store package, refer to the [Docs](https://credo.js.org/guides/extensions/redux-store).

0 comments on commit c56c7f5

Please sign in to comment.