fix: corrected broken codewiki link in the README #1565
fix: corrected broken codewiki link in the README #1565adecaro merged 3 commits intohyperledger-labs:mainfrom
Conversation
Signed-off-by: auleian <aule.ian@students.mak.ac.ug>
There was a problem hiding this comment.
Pull request overview
Fixes a broken CodeWiki link in the repository README so readers can access the project’s AI-powered documentation/architecture page.
Changes:
- Update the README “Code Wiki” URL to a working path under
codewiki.google/github.com/....
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
sublimemonk
left a comment
There was a problem hiding this comment.
Good catch, thanks for fixing the broken CodeWiki link. The URL change looks correct — the /github.com/ path is the proper format and this should resolve the 404. LGTM!
|
Hi @auleian , thanks for submitting this 🙏 Please, create first a Github Issue and get it assigned. Processes help us streamline the work and avoid confusion. @sarthaksharma1177-rgb, thanks for reviewing this, but we need reviews from maintainers 🙏 |
|
Hi @auleian , can you update this PR please? Thanks 😄 |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@auleian , please, fix the DCO by following the instructions here: https://github.com/hyperledger-labs/fabric-token-sdk/pull/1565/checks?check_run_id=72740858807 |
Signed-off-by: auleian <aule.ian@students.mak.ac.ug>
8c7f862 to
01196b3
Compare
The CodeWiki link in the README returns a 404.
Changed URL from:
https://codewiki.google/repo/hyperledger-labs/fabric-token-sdk
To:
https://codewiki.google/github.com/hyperledger-labs/fabric-token-sdk
Fixes #1569