diff --git a/rust/datafusion/README.md b/rust/datafusion/README.md index 44463eb410544..7058a3b1b433c 100644 --- a/rust/datafusion/README.md +++ b/rust/datafusion/README.md @@ -41,7 +41,7 @@ cargo run --bin datafusion-cli ``` ##### Use Dockerfile ```sh -git clone https://github/apache/arrow +git clone https://github.com/apache/arrow cd arrow docker build -f rust/datafusion/Dockerfile . --tag datafusion-cli docker run -it -v $(your_data_location):/data datafusion-cli