From 05f827a00b29231bf1234881081c7f6c80e3b88a Mon Sep 17 00:00:00 2001 From: Jiawei Wang Date: Mon, 30 Mar 2020 12:49:33 +0800 Subject: [PATCH] Update README.md --- doc/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/README.md b/doc/README.md index 6d4f0ca7..9e35c442 100644 --- a/doc/README.md +++ b/doc/README.md @@ -105,13 +105,13 @@ for data in test_reader(): ### Document -[Design Doc](doc/DESIGN.md) +[Design Doc](DESIGN.md) -[FAQ](doc/FAQ.md) +[FAQ](FAQ.md) ### Senior Developer Guildlines -[Compile Tutorial](doc/INSTALL.md) +[Compile Tutorial](INSTALL.md) ## Contribution -If you want to make contributions to Paddle Serving Please refer to [CONRTIBUTE](doc/CONTRIBUTE.md) +If you want to make contributions to Paddle Serving Please refer to [CONRTIBUTE](CONTRIBUTE.md) -- GitLab