Skip to content

docs: point bridge SDK links to official repo - #6

Open
logical34 wants to merge 1 commit into
BitgesellOfficial:mainfrom
logical34:docs-refresh-official-sdk-links
Open

docs: point bridge SDK links to official repo#6
logical34 wants to merge 1 commit into
BitgesellOfficial:mainfrom
logical34:docs-refresh-official-sdk-links

Conversation

@logical34

Copy link
Copy Markdown

Summary

This small bounty/improvement PR refreshes stale WBGL bridge SDK project links so users land on the official Bitgesell repository instead of dead/old personal links.

Changes:

  • Update package.json repository from naftalimurgor/wbgl-bridge-sdk to BitgesellOfficial/wbgl-bridge-sdk.
  • Update the README documentation link from the stale naftalimurgor.github.io/wbgl-brigde-sdk/ URL to the official repository.

Verification

  • Confirmed the old repository URL returns 404.
  • Confirmed the old documentation URL returns 404.
  • Confirmed https://github.com/BitgesellOfficial/wbgl-bridge-sdk returns 200.
  • Parsed package.json with Node successfully.
  • Confirmed the stale old URLs are no longer present in README.md / package.json.
  • git diff --check

Bounty / payout

Submitted under the Bitgesell PR bounty/improvement program referenced from BitgesellOfficial/bitgesell#32 and BitgesellOfficial/bitgesell#39.

If approved, USDT/USDC EVM-compatible payout address:

0xd6634800410978b62D4a2317dCAF2871CDa9e1D3

Copilot AI review requested due to automatic review settings June 5, 2026 11:25

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates repository and documentation links to point to the BitgesellOfficial GitHub organization.

Changes:

  • Updated the repository field in package.json to the new GitHub org.
  • Updated the README documentation link to the new GitHub org.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Points package metadata repository to the new canonical GitHub URL.
README.md Updates the “official documentation” link to the new location.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
## Documentation

For more in-depth information on the SDK's methods, classes, and usage, refer to the [official documentation](https://naftalimurgor.github.io/wbgl-brigde-sdk/).
For more in-depth information on the SDK's methods, classes, and usage, refer to the [official documentation](https://github.com/BitgesellOfficial/wbgl-bridge-sdk).
@MyTH-zyxeon

Copy link
Copy Markdown

Maintainer review assist for the Bitgesell #81 improvement lane:

This PR is a small docs/package-metadata cleanup for wbgl-bridge-sdk: package.json now points at BitgesellOfficial/wbgl-bridge-sdk, and the README no longer sends users to the stale naftalimurgor.github.io/wbgl-brigde-sdk/ page.

Review focus:

  • Verified the old GitHub repository URL currently returns HTTP 200, so I would frame that part as canonical-owner metadata cleanup rather than a dead-repo fix.
  • Verified the old GitHub Pages docs URL returns HTTP 404, while the official Bitgesell repo URL returns HTTP 200.
  • The one open Copilot thread is the right merge decision: README still says official documentation, but the replacement URL is the repository root. Either rename the link text to something like GitHub repository or point it at a real generated docs/API page if one exists.
  • Scope is docs/package metadata only; no SDK runtime, bridge API behavior, wallet/key handling, signing, RPC/node calls, or live-chain behavior changes.

Suggested checks before merge: parse package.json, search for the removed stale URLs, and decide the README link-text vs real-docs target so users are not promised API documentation when they are being sent to the repo root.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants