Pull Request已成功合入, 合并人@ascend-robot
(感谢 xubin 的贡献)变更摘要
本次 PR 是一次文档更新,主要将 OVERVIEW.md 与 OVERVIEW.zh.md 中对 supported_tags.md 的引用由相对路径改为绝对路径(URL)。原因是这两份 OVERVIEW 文档需要发布到 ascendhub 与 quay.io 上展示,若继续使用相对路径,在这些平台会因目标文件不存在而导致 404;因此先以相对路径合入,再通过本 PR 改为 URL 形式。
主要改动
OVERVIEW.md链接调整: 将该文档中对supported_tags.md的引用由相对路径更新为绝对 URL,确保在 ascendhub 与 quay.io 上能正确跳转。OVERVIEW.zh.md链接调整: 同样将该中文文档中对supported_tags.md的引用由相对路径更新为绝对 URL,避免外部平台展示时出现 404。- 文档发布兼容性: 通过改用绝对 URL,使两份 OVERVIEW 文档在 ascendhub 与 quay.io 上呈现时不再依赖仓库内的相对文件路径。


🤖 本次改动均为数据 / 生成 / 二进制文件(如测试用例、锁文件、媒体资源),没有可审查的代码逻辑,已跳过 AI 代码审查。


Thanks for your pull-request.
The full list of commands accepted by me can be found at here。
You can get sig-info at here
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| repo-Ascend/MindSpeed-MM | ✅ AZe_404, gaojie_, yaoyaoxu (3/2) | ✅ yaoyaoxu (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
MoCuishle-M, thanks for your pull request. All authors of the commits have signed the CLA. 👍


ascend docs pipeline is running...


| 阶段 | 任务名 | 状态 | 详情 |
|---|---|---|---|
| 编译构建 | Build | 🛑 | >>> |
| 恶意代码检查 | Antipoison | 🛑 | >>> |
| 编码安全与规范检查 | Only_doc_commit | ✅ | >>> |
| codeCheck_pre-commit | 🛑 | >>> | |
| pre-commit | 🛑 | >>> | |
| Compatibility_Interface | 🛑 | >>> | |
| 开源片段检查 | SCA | 🛑 | >>> |
| 开发者测试 | UT | 🛑 | >>> |
| ST | 🛑 | >>> | |
| UT-pool | 🛑 | >>> | |
| ST_pool | 🛑 | >>> | |
| 流水线 | PR-pipeline_MindSpeed-MM | ✅ | >>> |
- compile : 运行流水线
- retry : 重试流水线所有失败子任务
- retry <任务名> : 仅重试指定失败子任务
- stop : 停止流水线


ascend docs pipeline is running...


/lgtm


文档修改,已检视


/lgtm


需要关联issue


同意合入


/approve


Pull Request 已合并或已关闭。
If you want to solve this problem, you can click here to do it in the FAQs.


Pull Request 已合并或已关闭。
If you want to solve this problem, you can click here to do it in the FAQs.


What this PR does / why we need it?
supported_tags.md 链接换成绝对路径(URL)
因为 OVERVIEW.md、 OVERVIEW.zh.md 需要在ascendhub 与 quay.io 呈现。
如果写成相对路径,ascendhub、quay.io上进行链接跳转时,因为文件不存在,所导致404
如果第一次提交PR时,写成URL,但PR还没合入,该URL不存在 会导致文档检测过不了。
所以先使用相对路径合入,再使用第二个PR改成 URL形式。
Does this PR introduce any user-facing change?
/
How was this patch tested?
/