From ddf15c0e28cd2166c1c872ede7dcb675adb19654 Mon Sep 17 00:00:00 2001 From: oppofind <836575280@qq.com> Date: Mon, 11 Jan 2021 23:03:28 +0800 Subject: [PATCH] modify demo repository url --- README_CN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_CN.md b/README_CN.md index ce7e76d..e817ba9 100644 --- a/README_CN.md +++ b/README_CN.md @@ -33,9 +33,9 @@ $\color{red}{你给我的star,胜过所有读过的诗—smart-doc}$ - 支持Apache Dubbo RPC接口文档生成。 - debug接口调试html5页面完全支持文件上传,下载(@download tag标记下载方法)测试。 ## Getting Started -smart-doc使用和测试可参考[smart-doc demo](https://gitee.com/sunyurepository/api-doc-test.git)。 +smart-doc使用和测试可参考[smart-doc demo](https://gitee.com/devin-alan/api-doc-test.git)。 ``` -# git clone https://gitee.com/sunyurepository/api-doc-test.git +# git clone https://gitee.com/devin-alan/api-doc-test.git ``` 你可以启动这个Spring Boot的项目,然后访问`http://localhost:8080/doc/api.html`来浏览smart-doc生成的接口文档。 ### Add Maven Plugin