DL-208: Update release notes about the download location

- fix DL 208: update download location
- update dev repository in release_guide

Author: Jia Zhai <zhaijia03@gmail.com>

Reviewers: Sijie Guo <sijie@apache.org>

Closes #138 from zhaijack/DL-208
diff --git a/docs/start/download.rst b/docs/start/download.rst
index 4b39321..f919f28 100644
--- a/docs/start/download.rst
+++ b/docs/start/download.rst
@@ -23,7 +23,7 @@
 - `Release Notes`_
 - `Announce Blog Post`_
 
-.. _here: https://dist.apache.org/repos/dist/release/incubator/distributedlog/0.4.0-incubating
+.. _here: https://dist.apache.org/repos/dist/release/bookkeeper/distributedlog/0.4.0-incubating
 .. _Release Notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320620&version=12337980
 .. _Announce Blog Post: /releases/2017/04/23/the-first-release.html
 
diff --git a/website/community/release_guide.md b/website/community/release_guide.md
index 75d5691..a0cd2f3 100644
--- a/website/community/release_guide.md
+++ b/website/community/release_guide.md
@@ -77,7 +77,7 @@
 
 Here, the key ID is the 8-digit hex string in the `pub` line: `845E6689`.
 
-Now, add your Apache GPG key to the DistributedLog’s `KEYS` file both in [`dev`](https://dist.apache.org/repos/dist/dev/incubator/distributedlog/KEYS) and [`release`](https://dist.apache.org/repos/dist/release/incubator/distributedlog/KEYS) repositories at `dist.apache.org`. Follow the instructions listed at the top of these files.
+Now, add your Apache GPG key to the DistributedLog’s `KEYS` file both in [`dev`](https://dist.apache.org/repos/dist/dev/bookkeeper/distributedlog/KEYS) and [`release`](https://dist.apache.org/repos/dist/release/incubator/distributedlog/KEYS) repositories at `dist.apache.org`. Follow the instructions listed at the top of these files.
 
 Configure `git` to use this key when signing code by giving it your key ID, as follows:
 
@@ -237,7 +237,7 @@
 
 1. If you have not already, check out the DistributedLog section of the `dev` repository on `dist.apache.org` via Subversion. In a fresh directory:
 
-        svn co https://dist.apache.org/repos/dist/dev/incubator/distributedlog
+        svn co https://dist.apache.org/repos/dist/dev/bookkeeper/distributedlog
 
 2. Make a directory for the new release:
 
@@ -263,7 +263,7 @@
         svn add distributedlog/${VERSION}
         svn commit
 
-5. Verify that files are [present](https://dist.apache.org/repos/dist/dev/incubator/distributedlog).
+5. Verify that files are [present](https://dist.apache.org/repos/dist/dev/bookkeeper/distributedlog).
 
 ### Build the API reference
 
@@ -305,7 +305,7 @@
 ### Checklist to proceed to the next step
 
 1. Maven artifacts deployed to the staging repository of [repository.apache.org](https://repository.apache.org/content/repositories/)
-1. Source distribution deployed to the dev repository of [dist.apache.org](https://dist.apache.org/repos/dist/dev/incubator/distributedlog/)
+1. Source distribution deployed to the dev repository of [dist.apache.org](https://dist.apache.org/repos/dist/dev/bookkeeper/distributedlog/)
 1. Website pull request proposed to list the [release]({{ site.baseurl }}/use/releases/) and publish the [API reference manual]({{ site.baseurl }}/user/api/core/javadoc/)
 
 **********
diff --git a/website/docs/0.4.0-incubating/start/download.rst b/website/docs/0.4.0-incubating/start/download.rst
index 308f36a..67fb8fe 100644
--- a/website/docs/0.4.0-incubating/start/download.rst
+++ b/website/docs/0.4.0-incubating/start/download.rst
@@ -23,7 +23,7 @@
 - `Release Notes`_
 - `Announce Blog Post`_
 
-.. _here: https://dist.apache.org/repos/dist/release/incubator/distributedlog/0.4.0-incubating
+.. _here: https://dist.apache.org/repos/dist/release/bookkeeper/distributedlog/0.4.0-incubating
 .. _Release Notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320620&version=12337980
 .. _Announce Blog Post: /releases/2017/04/23/the-first-release.html