Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: link in readme #251

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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).
Loading