diff --git a/docs-2.0/4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-graph-to-latest.md b/docs-2.0/4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-graph-to-latest.md index e3e17244ba..f8dac61f7f 100644 --- a/docs-2.0/4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-graph-to-latest.md +++ b/docs-2.0/4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-graph-to-latest.md @@ -171,7 +171,7 @@ nebula> MATCH (v) RETURN v LIMIT 5; ``` - 也可根据 {{nebula.release}} 版本的新功能测试,新功能列表参见[发布说明](../../20.appendix/releasenote.md)。 + 也可根据 {{nebula.release}} 版本的新功能测试,新功能列表参见[发布说明](../../20.appendix/release-notes.md)。 ## 升级失败回滚 @@ -227,4 +227,4 @@ A: Nebula Graph 2.5.0 版本调整了 Job 的定义,详情参见 [Pull reque Q: 有哪些语法不兼容 ? -A: 参见[Release Note](../../20.appendix/releasenote.md) Incompatibility 部分。 +A: 参见[Release Note](../../20.appendix/release-notes.md) Incompatibility 部分。 diff --git a/docs-2.0/README.md b/docs-2.0/README.md index cd8cc44dec..22fffe06c4 100644 --- a/docs-2.0/README.md +++ b/docs-2.0/README.md @@ -1,6 +1,6 @@ # 欢迎阅读 Nebula Graph {{ nebula.release }} 文档 -!!! Note "[查看版本发布说明](20.appendix/releasenote.md)" +!!! Note "[查看版本发布说明](20.appendix/release-notes.md)" 本文档更新时间{{ now().year }}-{{ now().month }}-{{ now().day }},GitHub commit [{{ git.short_commit }}](https://github.com/vesoft-inc/nebula-docs/commits/v{{nebula.release}})。 @@ -19,7 +19,7 @@ Nebula Graph 是一款开源的、分布式的、易扩展的原生图数据库 - [《开源分布式图数据库 Nebula Graph 完全指南》](https://docs.nebula-graph.com.cn/site/pdf/NebulaGraph-book.pdf) -- [发布说明](20.appendix/releasenote.md) +- [发布说明](20.appendix/release-notes.md) - [论坛](https://discuss.nebula-graph.com.cn/) - [项目主页](https://nebula-graph.com.cn/) - [系列视频](https://space.bilibili.com/472621355) diff --git a/mkdocs.yml b/mkdocs.yml index 0ff7a13146..27ea1e2742 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -544,7 +544,7 @@ nav: - Nebula Bench: nebula-bench.md - 附录: - - Release Note: 20.appendix/releasenote.md + - Release Note: 20.appendix/release-notes.md - 学习路径: 20.appendix/learning-path.md - 常见问题 FAQ: 20.appendix/0.FAQ.md - 生态工具概览: 20.appendix/6.eco-tool-version.md