From 8bba58e4157cc4af80916b3a001a03a1f08c34e0 Mon Sep 17 00:00:00 2001 From: Xin Hao Date: Tue, 7 May 2024 12:58:20 +0800 Subject: [PATCH] docs: fix the docs url of installation instructions (#393) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5cbd32c65..fb17535aa 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,8 @@ Linux, Apple OSX (Intel and M1) ## Getting started -See the [DataFusion Comet User Guide](https://datafusion.apache.org/comet/user-guide/) for installation instructions. +See the [DataFusion Comet User Guide](https://datafusion.apache.org/comet/user-guide/installation.html) for installation instructions. ## Contributing See the [DataFusion Comet Contribution Guide](https://datafusion.apache.org/comet/contributor-guide/contributing.html) -for information on how to get started contributing to the project. \ No newline at end of file +for information on how to get started contributing to the project.