forked from apache/druid
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect build from source path in README.md and druid repo url. (…
- Loading branch information
1 parent
61761bd
commit 66341cd
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters