From 1c1830ec3dde062ed80ff0c8d89e2aad0423fe54 Mon Sep 17 00:00:00 2001 From: Jiawei Wang Date: Mon, 30 Mar 2020 15:08:11 +0800 Subject: [PATCH] Update README.md --- doc/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/README.md b/doc/README.md index 5c1fccc2..5d529175 100644 --- a/doc/README.md +++ b/doc/README.md @@ -12,7 +12,7 @@ Paddle Serving's current develop version supports lightweight Python API for fas #### Install -It is highly recommended that you build Paddle Serving inside Docker, please read [How to run PaddleServing in Docker](doc/RUN_IN_DOCKER.md) +It is highly recommended that you build Paddle Serving inside Docker, please read [How to run PaddleServing in Docker](RUN_IN_DOCKER.md) ``` pip install paddle-serving-client @@ -113,7 +113,7 @@ for data in test_reader(): ### Senior Developer Guildlines -[Compile Tutorial](INSTALL.md) +[Compile Tutorial](COMPILE.md) ## Contribution If you want to make contributions to Paddle Serving Please refer to [CONRTIBUTE](CONTRIBUTE.md) -- GitLab