diff --git a/doc/IMDB_GO_CLIENT.md b/doc/IMDB_GO_CLIENT.md index 3632a78783c0a00533392536fbe159052b5c3a0e..5befc0226235dd599b980d98594dba78e54bf530 100644 --- a/doc/IMDB_GO_CLIENT.md +++ b/doc/IMDB_GO_CLIENT.md @@ -17,7 +17,7 @@ pip install paddle-serving-server ### Download Text Classification Model ``` shell -wget https://paddle-serving.bj.bcebos.com/data%2Ftext_classification%2Fimdb_serving_example.tar.gz +wget https://paddle-serving.bj.bcebos.com/data/text_classification/imdb_serving_example.tar.gz tar -xzf imdb_serving_example.tar.gz ```