diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 90a70391..721464df 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 \ No newline at end of file +[3]: https://google.github.io/styleguide/tsguide.html diff --git a/packages/core-sdk/README.md b/packages/core-sdk/README.md index c3b6481b..8e08662a 100644 --- a/packages/core-sdk/README.md +++ b/packages/core-sdk/README.md @@ -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