diff --git a/docs/getting_started/installation_cn.md b/docs/getting_started/installation_cn.md index ab4c5d1b408730084098848e20e9981052c394cc..df0c4b58a69b3f84a582374c2db4db241fbc21cd 100644 --- a/docs/getting_started/installation_cn.md +++ b/docs/getting_started/installation_cn.md @@ -100,4 +100,4 @@ python setup.py bdist_wheel pip install --upgrade dist/visualdl-*.whl ``` -如果打包和安装遇到其他问题,不安装只想运行Visual DL可以看[这里](https://github.com/PaddlePaddle/VisualDL/blob/develop/docs/how_to_dev_frontend_en.md) +如果打包和安装遇到其他问题,不安装只想运行Visual DL可以看[这里](https://github.com/PaddlePaddle/VisualDL/blob/develop/docs/develop/how_to_dev_frontend_en.md) diff --git a/docs/getting_started/installation_en.md b/docs/getting_started/installation_en.md index 2185202735992e2bcc8010bd046a48ff8fa00377..8170f78efdc562d3aa9d018f2184f7b0dfdec731 100644 --- a/docs/getting_started/installation_en.md +++ b/docs/getting_started/installation_en.md @@ -104,4 +104,4 @@ pip install --upgrade dist/visualdl-*.whl ``` If there are still issues regarding the ```pip install```, you can still start Visual DL by starting the dev server -[here](https://github.com/PaddlePaddle/VisualDL/blob/develop/docs/how_to_dev_frontend_en.md) +[here](https://github.com/PaddlePaddle/VisualDL/blob/develop/docs/develop/how_to_dev_frontend_en.md)