From fb591dce606e3d1a5412321ed4574c30d9184a85 Mon Sep 17 00:00:00 2001 From: Jeff Wang Date: Tue, 22 May 2018 14:36:10 -0700 Subject: [PATCH] Fix a broken link (#455) * Fix a borken link * Fix the cn link --- docs/getting_started/installation_cn.md | 2 +- docs/getting_started/installation_en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started/installation_cn.md b/docs/getting_started/installation_cn.md index ab4c5d1b..df0c4b58 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 21852027..8170f78e 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) -- GitLab