From a6efb7e57ada9acc947f4a398abff9cd91a30d76 Mon Sep 17 00:00:00 2001 From: Jiawei Wang Date: Mon, 15 Nov 2021 23:34:15 +0800 Subject: [PATCH] Merge pull request #1516 from bjjwwang/compile_doc fix abtest en --- doc/C++_Serving/ABTest_EN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/C++_Serving/ABTest_EN.md b/doc/C++_Serving/ABTest_EN.md index ac97d139..5dc0e2e8 100755 --- a/doc/C++_Serving/ABTest_EN.md +++ b/doc/C++_Serving/ABTest_EN.md @@ -31,7 +31,7 @@ The Python code in the file will process the data `test_data/part-0` and write t ### Start Server -Here, we [use docker](../Run_In_Docker_EN.md) to start the server-side service. +Here, we [use docker](../Docker_Images_EN.md) to start the server-side service. First, start the BOW server, which enables the `8000` port: -- GitLab