Once PR #208 is merged into main, the following cleanup is needed on docs/security-port (PR #204) before it can land.
Tasks
1. Rebase on main
After #208 merges, rebase docs/security-port on main to pick up the new concept pages (governance, SNS framework, etc.) so cross-links from the security guides resolve correctly.
2. Replace Learn Hub links with internal references
Several security guides still link to learn.internetcomputer.org. Now that #208 migrates that content into the docs, these should point to the new internal pages instead.
Known occurrences (at minimum):
decentralization.md: SNS link and tokenomics/voting-power link
Audit all 12 security guide files for learn.internetcomputer.org links and replace with relative internal paths after verifying the target pages exist post-merge.
3. Replace or remove wiki.internetcomputer.org links
wiki.internetcomputer.org is considered deprecated. Links to it should be replaced with internal doc references where content exists, or removed if no equivalent exists.
Known occurrences:
decentralization.md: "verification and trust in a (launched) SNS" and "SNS decentralization swap trust"
inter-canister-calls.md: "current limitations of the Internet Computer" (referenced multiple times)
canister-upgrades.md: "current limitations of the Internet Computer"
data-storage.md: "current limitations of the Internet Computer"
4. Evaluate the LaunchTrail mention
decentralization.md recommends https://github.com/spinner-cash/launchtrail as a transparency tool. Evaluate whether this project is still actively maintained and whether it is appropriate to recommend. If not, find a suitable replacement or remove the mention.
Dependency
All tasks depend on #208 being merged first so internal link targets exist.
Once PR #208 is merged into
main, the following cleanup is needed ondocs/security-port(PR #204) before it can land.Tasks
1. Rebase on main
After #208 merges, rebase
docs/security-portonmainto pick up the new concept pages (governance, SNS framework, etc.) so cross-links from the security guides resolve correctly.2. Replace Learn Hub links with internal references
Several security guides still link to
learn.internetcomputer.org. Now that #208 migrates that content into the docs, these should point to the new internal pages instead.Known occurrences (at minimum):
decentralization.md: SNS link and tokenomics/voting-power linkAudit all 12 security guide files for
learn.internetcomputer.orglinks and replace with relative internal paths after verifying the target pages exist post-merge.3. Replace or remove wiki.internetcomputer.org links
wiki.internetcomputer.orgis considered deprecated. Links to it should be replaced with internal doc references where content exists, or removed if no equivalent exists.Known occurrences:
decentralization.md: "verification and trust in a (launched) SNS" and "SNS decentralization swap trust"inter-canister-calls.md: "current limitations of the Internet Computer" (referenced multiple times)canister-upgrades.md: "current limitations of the Internet Computer"data-storage.md: "current limitations of the Internet Computer"4. Evaluate the LaunchTrail mention
decentralization.mdrecommends https://github.com/spinner-cash/launchtrail as a transparency tool. Evaluate whether this project is still actively maintained and whether it is appropriate to recommend. If not, find a suitable replacement or remove the mention.Dependency
All tasks depend on #208 being merged first so internal link targets exist.