You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by fj...@apache.org on 2019/09/13 02:48:07 UTC

[incubator-druid] branch master updated: Fix incorrect build from source path in README.md and druid repo url. (#8531)

This is an automated email from the ASF dual-hosted git repository.

fjy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 66341cd  Fix incorrect build from source path in README.md and druid repo url. (#8531)
66341cd is described below

commit 66341cdade973ca1b95593e273be3568f74cfd18
Author: Abhishek Radhakrishnan <ab...@gmail.com>
AuthorDate: Thu Sep 12 19:48:01 2019 -0700

    Fix incorrect build from source path in README.md and druid repo url. (#8531)
---
 CONTRIBUTING.md | 4 ++--
 README.md       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2201a0c..1c8f3f3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -51,7 +51,7 @@ You can find more developers' resources in [`dev/`](dev) directory.
 1. Clone your fork of the GitHub repository
 
     ```sh
-    git clone git@github.com:<username>/druid.git
+    git clone git@github.com:<username>/incubator-druid.git
     ```
 
     replace `<username>` with your GitHub username.
@@ -100,7 +100,7 @@ You can find more developers' resources in [`dev/`](dev) directory.
     Go to your Druid fork main page
 
     ```
-    https://github.com/<username>/druid
+    https://github.com/<username>/incubator-druid
     ```
 
     If you recently pushed your changes GitHub will automatically pop up a
diff --git a/README.md b/README.md
index 4e660d6..0567872 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ Some committers and users are present in the channel `#druid` on the Apache Slac
 
 Please note that JDK 8 is required to build Druid.
 
-For instructions on building Druid from source, see [docs/content/development/build.md](docs/content/development/build.md)
+For instructions on building Druid from source, see [docs/development/build.md](docs/development/build.md)
 
 ### Contributing
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org