diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2201a0cdbf12..1c8f3f3a5898 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:/druid.git + git clone git@github.com:/incubator-druid.git ``` replace `` 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//druid + https://github.com//incubator-druid ``` If you recently pushed your changes GitHub will automatically pop up a diff --git a/README.md b/README.md index 4e660d6199e4..0567872ac73e 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