docs: update outdated pre-merger references in contributor documentation#4197
Closed
abhigyan1102 wants to merge 1 commit into
Closed
docs: update outdated pre-merger references in contributor documentation#4197abhigyan1102 wants to merge 1 commit into
abhigyan1102 wants to merge 1 commit into
Conversation
- Updated repository URLs from hyperledger/cactus to hyperledger-cacti/cacti - Fixed fork/clone instructions pointing to the old repository - Updated Code of Conduct links from wiki.hyperledger.org to current LF Decentralized Trust governance docs - Replaced 'Hyperledger Cactus' naming with 'Hyperledger Cacti' in contributor-facing docs - Fixed typo: 'directory strecture' -> 'directory structure' Part of the Cacti Cleanup Initiative (goal hyperledger-cacti#4: Improve documentation). Signed-off-by: abhigyan1102 <abhigyan1102@users.noreply.github.com> Signed-off-by: Abhigyan Singh <abhigyansingh664@gmail.com>
abhigyan1102
added a commit
to abhigyan1102/cacti
that referenced
this pull request
Apr 7, 2026
- Updated 'Hyperledger Cactus' to 'Hyperledger Cacti' in introduction, examples, governance, packages, support, and whitepaper docs - Fixed outdated repo URLs in governance.md (hyperledger/cactus → hyperledger-cacti/cacti) - Updated RocketChat reference to Discord in governance.md - Fixed version references in all support pages (besu, corda, fabric, xdai, substrate) Part of the Cacti Cleanup Initiative (goal hyperledger-cacti#4: Improve documentation). Follow-up to PR hyperledger-cacti#4197. Signed-off-by: abhigyan1102 <abhigyan1102@users.noreply.github.com> Signed-off-by: Abhigyan Singh <abhigyansingh664@gmail.com>
abhigyan1102
added a commit
to abhigyan1102/cacti
that referenced
this pull request
Apr 13, 2026
Follow-up to hyperledger-cacti#4197. Continues the documentation audit by updating remaining 'Hyperledger Cactus' references to 'Hyperledger Cacti' across documentation pages. Part of the Cacti Cleanup Initiative (goal hyperledger-cacti#4: Improve documentation). Changes (17 files): - introduction.md — Updated project name, 'What is Cacti?', 'Why use Cacti?' sections - governance.md — Updated naming, fixed repo URLs, updated RocketChat to Discord - examples.md — Updated naming in nav links - packages.md — Updated component section title - support.md + support/*.md — Updated version references - whitepaper.md — Updated title - regulatory-and-industry-initiatives-reading-list.md — Updated nav links Signed-off-by: abhigyan1102 <abhigyansingh664@gmail.com> Signed-off-by: Abhigyan Singh <abhigyansingh664@gmail.com>
sandeepnRES
reviewed
Apr 20, 2026
| @@ -1,16 +1,16 @@ | |||
| Hyperledger Cactus Build Instructions | |||
| Hyperledger Cacti Build Instructions | |||
Contributor
There was a problem hiding this comment.
Anything in this directory is archived documentation. I'll suggest keep it as it is.
Contributor
There was a problem hiding this comment.
Agreed. I would even suggest to remove the archived documentation (it will stay in git history and it is no longer up-to-date)
Contributor
|
@abhigyan1102 thanks for the PR. Please take into account Sandeep's comment. Rest LGTM |
RafaelAPB
approved these changes
Apr 21, 2026
ParthSinghPS
added a commit
to ParthSinghPS/cacti
that referenced
this pull request
Jun 25, 2026
This PR supersedes and replaces hyperledger-cacti#4197. As discussed in the original PR's review by @sandeepnRES and @RafaelAPB, updating the documentation inside docs/docs/cactus/ is unnecessary as it is archived and outdated. To resolve this cleanly, I have: 1. Retained @abhigyan1102's URL and naming fixes for the root level CONTRIBUTING.md and CODE_OF_CONDUCT.md. 2. Completely removed the deprecated docs/docs/cactus/ directory to prevent future contributor confusion. The original author has been credited via the Co-authored-by tag for their fixes. Fixes hyperledger-cacti#4197 Co-authored-by: abhigyan1102 <abhigyansingh664@gmail.com> Signed-off-by: ParthSinghPS <posiedon.1721@gmail.com>
Contributor
|
@abhigyan1102 closing this PR as it is superseded by PR #4467 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Audits and updates outdated pre-merger references in contributor-facing documentation.
This is part of the Cacti Cleanup Initiative (goal #4: Improve documentation).
Changes (5 files, 30 lines)
CONTRIBUTING.md— Fixed fork URL (hyperledger/cacti→hyperledger-cacti/cacti), upstream remote URL, and Code of Conduct linkdocs/docs/cactus/contributing.md— Updated 17 outdated references: repo URLs, issue template links, fork/clone instructions, and project naming (Cactus → Cacti)docs/docs/cactus/build.md— Fixed clone URL, directory name, and 11 Cactus → Cacti naming referencesCODE_OF_CONDUCT.md&docs/docs/cactus/code-of-conduct.md— Updated Code of Conduct links from defunctwiki.hyperledger.orgto current LF Decentralized Trust governance docsAudit Summary
Found 689 references to the old
hyperledger/cactusrepository URL across markdown files. This PR addresses the contributor-facing subset — the files new contributors read first. Additional cleanup PRs can follow for package-level and Weaver docs.Not Changed (intentionally)
@hyperledger/cactus-*npm package names (still valid published package names)CHANGELOG.md(historical record)Related