Fix incorrect build from source path in README.md and druid repo url. (#8531)

This commit is contained in:
Abhishek Radhakrishnan 2019-09-12 19:48:01 -07:00 committed by Fangjin Yang
parent 61761bd0b1
commit 66341cdade
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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