Skip to content

fix(docs): Correct README clone URL and directory to circlefin/arc-nanopayments#13

Open
Sertug17 wants to merge 1 commit into
circlefin:masterfrom
Sertug17:fix/readme-clone-url
Open

fix(docs): Correct README clone URL and directory to circlefin/arc-nanopayments#13
Sertug17 wants to merge 1 commit into
circlefin:masterfrom
Sertug17:fix/readme-clone-url

Conversation

@Sertug17
Copy link
Copy Markdown

@Sertug17 Sertug17 commented May 2, 2026

Summary

The README's "Getting Started" section references both an internal repository name and a stale directory name in the clone command, which returns 404 for new contributors:

git clone https://github.com/akelani-circle/arc-nanopayments-demo.git
cd arc-nanopayments-demo

The correct public repository is circlefin/arc-nanopayments and the cd path should match. This blocks the entire setup flow on the very first step.

Change

-git clone https://github.com/akelani-circle/arc-nanopayments-demo.git
-cd arc-nanopayments-demo
+git clone https://github.com/circlefin/arc-nanopayments.git
+cd arc-nanopayments

Verification

$ git ls-remote https://github.com/akelani-circle/arc-nanopayments-demo.git
ERROR: Repository not found.

$ git ls-remote https://github.com/circlefin/arc-nanopayments.git
✅ resolves

Related

The same akelani-circle/... pattern was identified across other Arc sample apps and addressed in:

This PR completes the same minimal fix across the public Arc sample app repositories.

Notes

  • This is a documentation-only change (1 file, +2/-2).
  • Note that this repo's case is slightly worse than the others both the org (akelani-circlecirclefin) and the repo name (arc-nanopayments-demoarc-nanopayments) need correcting, hence the cd line also changes.

…nopayments

The clone command in the README references both an internal repository
name (akelani-circle/arc-nanopayments-demo) and a stale directory name
that returns 404 for new contributors. The correct public repository
is circlefin/arc-nanopayments and the cd path should match.

Same akelani-circle/... pattern previously identified across other
Arc sample apps:
- arc-fintech#9 (by skyc1e)
- arc-escrow#16 (by me)
- arc-p2p-payments#9 (by me)
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.

1 participant