From 421a6a210cc189bfeb0b939cd3ea68fe95908201 Mon Sep 17 00:00:00 2001 From: TeslaZhao Date: Mon, 19 Apr 2021 11:37:42 +0800 Subject: [PATCH] Update COMPILE.md --- doc/COMPILE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/COMPILE.md b/doc/COMPILE.md index 11a07da2..c059931c 100755 --- a/doc/COMPILE.md +++ b/doc/COMPILE.md @@ -170,7 +170,7 @@ cmake -DPYTHON_INCLUDE_DIR=$PYTHON_INCLUDE_DIR/ \ make -j10 ``` -**Note:** After the compilation is successful, you need to set the `SERVING_BIN` path, see the following [Notes](COMPILE.md#Notes). +**Note:** After the compilation is successful, you need to set the `SERVING_BIN` path, see the following [Notes](https://github.com/PaddlePaddle/Serving/blob/develop/doc/COMPILE_CN.md#Notes). ## Compile Client -- GitLab