Skip to content

Commit b44617e

Browse files
authored
docs: fix en docs quickstart (#2140)
1 parent 7b0436c commit b44617e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/en/quickstart/openmldb_quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ After the container is successfully started, all the subsequent commands in this
3030
Download sample data:
3131

3232
```bash
33-
curl https://openmldb.ai/demo/data.csv --output ./data/data.csv
34-
curl https://openmldb.ai/demo/data.parquet --output ./data/data.parquet
33+
curl https://openmldb.ai/demo/data.csv --output ./taxi-trip/data/data.csv
34+
curl https://openmldb.ai/demo/data.parquet --output ./taxi-trip/data/data.parquet
3535
```
3636

3737
## 2. The Standalone Version
@@ -310,7 +310,7 @@ http://127.0.0.1:9080/dbs/demo_db/deployments/demo_data_service
310310
The input data of the real-time request accepts the `json` format, and we put a line of data into the `input` field of the request. Here is the request example:
311311

312312
```bash
313-
curl http://127.0.0.1:9080/dbs/demo_db/deployments/demo_data_service -X POST -d'{"input": [["aaa", 11, 22, 1.2, 1.3, 1635247427000, "2021-05- 20"]]}'
313+
curl http://127.0.0.1:9080/dbs/demo_db/deployments/demo_data_service -X POST -d'{"input": [["aaa", 11, 22, 1.2, 1.3, 1635247427000, "2021-05-20"]]}'
314314
```
315315

316316
The following is the expected return result for this query (the computed features are stored in the `data` field):

0 commit comments

Comments
 (0)