From faa9f8c223d5badd253f2c4e978278b50a63a8ef Mon Sep 17 00:00:00 2001 From: ManuelSalcedo2770 <126840967+ManuelSalcedo2770@users.noreply.github.com> Date: Sun, 7 Jun 2026 23:08:06 -0600 Subject: [PATCH] docs: point wallet links to official repos --- README.md | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b4f391..11890d0 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ It also has a desktop version (desktop-app) for Linux, macOS, Windows and a mobi ------------ ## Technical advantages -- Use Bitgesell JavaScript library [“jsbgl”](https://github.com/bitaps-com/jsbgl). +- Use Bitgesell JavaScript library [“jsbgl”](https://github.com/BitgesellOfficial/jsbgl). - It is written without using JS frontend frameworks (React, Vue.JS, etc.), which is why it has a very simple and clear codebase and code architecture. - Not used by third-party API. Used only [Node RPC](https://rpc.bglwallet.io) and [Explorer API](https://bgl.bitaps.com). @@ -90,7 +90,7 @@ It also has a desktop version (desktop-app) for Linux, macOS, Windows and a mobi ## This project uses JavaScript libraries | Name | GitHub | jsDelivr | Version | |------|--------|----------|---------| -| jsbgl | [GitHub](https://github.com/bitaps-com/jsbgl) | [jsDelivr](https://www.jsdelivr.com/package/npm/jsbgl?path=dist) | 1.0.17 +| jsbgl | [GitHub](https://github.com/BitgesellOfficial/jsbgl) | [jsDelivr](https://www.jsdelivr.com/package/npm/jsbgl?path=dist) | 1.0.17 | aes4js | [GitHub](https://github.com/rndme/aes4js) | [jsDelivr](https://www.jsdelivr.com/package/npm/aes4js) | 1.0.0 | satoshi-bitcoin | [GitHub](https://github.com/dawsbot/satoshi-bitcoin) | [jsDelivr](https://www.jsdelivr.com/package/npm/satoshi-bitcoin) | 1.0.4 | Bootswatch | [GitHub](https://github.com/thomaspark/bootswatch) | [jsDelivr](https://www.jsdelivr.com/package/npm/bootswatch?path=dist%2Fflatly) | 4.5.3 | diff --git a/package.json b/package.json index 5bc89e4..b56ec9c 100644 --- a/package.json +++ b/package.json @@ -3,11 +3,11 @@ "version": "0.9.5", "description": "Bitgesell Wallet JS", "homepage": "https://app.bglwallet.io", - "bugs": "https://github.com/epexa/bitgesell-wallet/issues", + "bugs": "https://github.com/BitgesellOfficial/bitgesell-wallet/issues", "license": "Proprietary", "author": "epexa", "main": "local-server.js", - "repository": "epexa/bitgesell-wallet", + "repository": "BitgesellOfficial/bitgesell-wallet", "config": { "IP": "127.0.0.1", "PORT": "80",