已开启
将文档中所有 gitcode.com 链接统一替换为 atomgit.com #36
坚果创建于  8 天前
坚果
坚果
8 天前 创建

问题描述

文档(README 及各 markdown 文件)中仍存在大量指向 gitcode.com 的链接(仓库地址、clone 地址、图片、徽章等)。GitCode 平台已迁移/更名为 AtomGit,这些链接目前已无法正常访问,会影响用户阅读、克隆与下载。

建议

将文档中所有 gitcode.com 链接统一替换为对应的 atomgit.com 链接,例如:

  • https://gitcode.com/CPF-Flutter/xxxhttps://atomgit.com/CPF-Flutter/xxx
  • git@gitcode.com:CPF-Flutter/xxx.gitgit@atomgit.com:CPF-Flutter/xxx.git

范围

  • 根目录 README
  • 所有 *.md 文档中的仓库链接、clone 命令、徽章(badge)、图片地址等

已准备对应 PR,可直接合并。

likedislike
坚果坚果
8 天前 关联了pull request:docs: replace gitcode.com links with atomgit.com