文档(README 及各 markdown 文件)中仍存在大量指向 gitcode.com 的链接(仓库地址、clone 地址、图片、徽章等)。GitCode 平台已迁移/更名为 AtomGit,这些链接目前已无法正常访问,会影响用户阅读、克隆与下载。
gitcode.com
将文档中所有 gitcode.com 链接统一替换为对应的 atomgit.com 链接,例如:
atomgit.com
https://gitcode.com/CPF-Flutter/xxx
https://atomgit.com/CPF-Flutter/xxx
git@gitcode.com:CPF-Flutter/xxx.git
git@atomgit.com:CPF-Flutter/xxx.git
*.md
已准备对应 PR,可直接合并。
问题描述
文档(README 及各 markdown 文件)中仍存在大量指向
gitcode.com的链接(仓库地址、clone 地址、图片、徽章等)。GitCode 平台已迁移/更名为 AtomGit,这些链接目前已无法正常访问,会影响用户阅读、克隆与下载。建议
将文档中所有
gitcode.com链接统一替换为对应的atomgit.com链接,例如:https://gitcode.com/CPF-Flutter/xxx→https://atomgit.com/CPF-Flutter/xxxgit@gitcode.com:CPF-Flutter/xxx.git→git@atomgit.com:CPF-Flutter/xxx.git范围
*.md文档中的仓库链接、clone 命令、徽章(badge)、图片地址等已准备对应 PR,可直接合并。