fix(security): replace Learn Hub and wiki links with internal references#239
Merged
Merged
Conversation
- canister-control.md: SNS and tokenomics links → docs/concepts/governance.md; remove wiki bullet (no internal equivalent) - canister-upgrades.md: remove wiki 'current limitations' bullet (no internal equivalent) - data-storage.md: remove wiki 'current limitations' bullet (no internal equivalent) - inter-canister-calls.md: remove two wiki 'current limitations' bullets (no internal equivalent) - data-integrity-and-authenticity.md: asset certification → docs/guides/frontends/certification.md Closes #235
marc0olo
added a commit
that referenced
this pull request
May 12, 2026
…ces (#239) ## Summary Closes #235. Post-merge cleanup for PR #204 after PR #208 landed. - **`canister-control.md`**: SNS link → `docs/concepts/governance.md#the-service-nervous-system`; tokenomics/voting-power link → `docs/concepts/governance.md#neurons`; removed "See also" wiki bullet (no internal equivalent for SNS verification trust or swap trust content) - **`canister-upgrades.md`**: Removed wiki "current limitations" bullet for `pre_upgrade` bugs (no internal equivalent) - **`data-storage.md`**: Removed wiki "current limitations" bullet for long running upgrades and deserializer memory (no internal equivalent) - **`inter-canister-calls.md`**: Removed two wiki "current limitations" bullets for untrustworthy canisters and call graph loops (no internal equivalent) - **`data-integrity-and-authenticity.md`**: Asset certification Learn Hub link → `docs/guides/frontends/certification.md` Note: the rebase of `docs/security-port` on `main` is deferred — will be done as a final step before that PR merges. ## Sync recommendation hand-written (link fixes only; no content changes)
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.
Summary
Closes #235. Post-merge cleanup for PR #204 after PR #208 landed.
canister-control.md: SNS link →docs/concepts/governance.md#the-service-nervous-system; tokenomics/voting-power link →docs/concepts/governance.md#neurons; removed "See also" wiki bullet (no internal equivalent for SNS verification trust or swap trust content)canister-upgrades.md: Removed wiki "current limitations" bullet forpre_upgradebugs (no internal equivalent)data-storage.md: Removed wiki "current limitations" bullet for long running upgrades and deserializer memory (no internal equivalent)inter-canister-calls.md: Removed two wiki "current limitations" bullets for untrustworthy canisters and call graph loops (no internal equivalent)data-integrity-and-authenticity.md: Asset certification Learn Hub link →docs/guides/frontends/certification.mdNote: the rebase of
docs/security-portonmainis deferred — will be done as a final step before that PR merges.Sync recommendation
hand-written (link fixes only; no content changes)