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

updated some outdated links #315

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ To make it easier for your PR to receive reviews, consider the reviewers will ne
* write [good commit messages][2].
* break large changes into a logical series of smaller patches which individually make easily understandable changes, and in aggregate solve a broader issue.

[1]: https://github.com/storyprotocol/typescript-sdk/issues
[1]: https://github.com/storyprotocol/sdk/issues
[2]: https://chris.beams.io/posts/git-commit/#seven-rules
[3]: https://google.github.io/styleguide/tsguide.html
[3]: https://google.github.io/styleguide/tsguide.html
4 changes: 2 additions & 2 deletions packages/core-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ In your testing environment:

| Package | Description |
| :-------------------------------- | :---------------------------------------------- |
| [core-sdk](./packages/core-sdk) | The core sdk for interacting with the protocol |
| [react-sdk](./packages/react-sdk) | The react sdk for interacting with the protocol |
| [core-sdk](https://github.com/storyprotocol/sdk/tree/ce2107393d5963f49bcb693c4e7af81f528836c6/packages/core-sdk) | The core sdk for interacting with the protocol |
| [react-sdk](https://github.com/storyprotocol/sdk/tree/ce2107393d5963f49bcb693c4e7af81f528836c6/packages/react-sdk) | The react sdk for interacting with the protocol |

## Contributing

Expand Down
Loading