From 504b05b42f9a4e5298b745acad8e96b47679002f Mon Sep 17 00:00:00 2001 From: monem <119044801+pucedoteth@users.noreply.github.com> Date: Sat, 9 Nov 2024 00:05:32 +0200 Subject: [PATCH 1/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 38965b7fee32b8c8be724ec033453718b46bbd77 Mon Sep 17 00:00:00 2001 From: monem <119044801+pucedoteth@users.noreply.github.com> Date: Sat, 9 Nov 2024 00:17:18 +0200 Subject: [PATCH 2/2] Update README.md --- packages/core-sdk/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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