From a8fce6b6b7b7794e67c15335c51541f22ff24072 Mon Sep 17 00:00:00 2001 From: neumattock <152253273+newmattock@users.noreply.github.com> Date: Tue, 26 May 2026 04:08:53 -0700 Subject: [PATCH] docs: point SDK source links to official repos --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index afcef0e..60b8596 100644 --- a/README.md +++ b/README.md @@ -85,11 +85,11 @@ npm test NB: Remember to add tests to keep the coverage as reasonable as possible. ## Documentation -For complete documenation on how to use this library see the complete [docs](https://naftalimurgor.github.io/bitgesell-blockchain-sdk/) +For complete documenation on how to use this library see the complete [docs](https://github.com/BitgesellOfficial/bitgesell-blockchain-sdk-docs/) Try out in this [codepen](https://codepen.io/slax425/pen/PoVdYGm) ## Support Any form of support is highly welcome through contributions, pull requests and feature requests. -```License```: MIT \ No newline at end of file +```License```: MIT diff --git a/package.json b/package.json index ee89a6f..6f5927b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "build/main/index.js", "typings": "build/main/index.d.ts", "module": "build/module/index.js", - "repository": "https://github.com/naftalimurgor/bitgesell-blockchain-sdk", + "repository": "https://github.com/BitgesellOfficial/bitgesell-blockchain-sdk", "license": "MIT", "keywords": [], "scripts": {