Skip to content

Commit

Permalink
Fix incorrect build from source path in README.md and druid repo url. (
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekrb19 authored and fjy committed Sep 13, 2019
1 parent 61761bd commit 66341cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:<username>/druid.git
git clone [email protected]:<username>/incubator-druid.git
```

replace `<username>` with your GitHub username.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 66341cd

Please sign in to comment.