From 0bbc41fa02771fc210b4e7c8b410b373971794a3 Mon Sep 17 00:00:00 2001 From: Jiawei Wang Date: Mon, 15 Nov 2021 21:23:52 +0800 Subject: [PATCH] Update Quick_Start_EN.md --- doc/Quick_Start_EN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Quick_Start_EN.md b/doc/Quick_Start_EN.md index 059e9d3f..cb149f59 100644 --- a/doc/Quick_Start_EN.md +++ b/doc/Quick_Start_EN.md @@ -8,7 +8,7 @@ This quick start example is mainly for those users who already have a model to d get into the Serving git directory, and change dir to `fit_a_line` ``` shell -cd Serving/examples/C++//fit_a_line +cd Serving/examples/C++/fit_a_line sh get_data.sh ``` -- GitLab