Change download links(github) to newly create download links
diff --git a/site/_config.yml b/site/_config.yml
index ba19c2d..242403c 100755
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -123,6 +123,6 @@
 host:    127.0.0.1
 
 #Base URLs
-sourceurl: https://github.com/apache/incubator-edgent
+sourceurl: http://edgent.incubator.apache.org/docs/downloads.html
 projurl: http://edgent.incubator.apache.org
 docsurl: http://edgent.incubator.apache.org/javadoc/latest
diff --git a/site/_data/project.yml b/site/_data/project.yml
index d546311..1cf52d2 100644
--- a/site/_data/project.yml
+++ b/site/_data/project.yml
@@ -23,7 +23,7 @@
 incubator_slash_name: incubator/edgent
 description: Edgent is a community for accelerating analytics in edge devices. 
 
-download: https://github.com/apache/incubator-edgent
+download: http://edgent.incubator.apache.org/docs/downloads
 
 dev_list: dev@edgent.incubator.apache.org
 dev_list_subscribe: dev-subscribe@edgent.incubator.apache.org
diff --git a/site/docs/edgent-getting-started.md b/site/docs/edgent-getting-started.md
index a3cc9c7..ac31339 100644
--- a/site/docs/edgent-getting-started.md
+++ b/site/docs/edgent-getting-started.md
@@ -25,7 +25,7 @@
 
 ### Downloading Apache Edgent
 
-To use Edgent, access the source code and build it. You can read more about building Edgent [here]({{ site.data.project.source_repository_mirror }}/blob/master/DEVELOPMENT.md).
+To download Edgent, please refer to [here]({{ site.data.project.download }}). And you can read more about building Edgent [here]({{ site.data.project.source_repository_mirror }}/blob/master/DEVELOPMENT.md).
 
 After you build the Edgent package, you can set up your environment.
 
diff --git a/site/docs/faq.md b/site/docs/faq.md
index 6e6f6f1..ff3ce90 100644
--- a/site/docs/faq.md
+++ b/site/docs/faq.md
@@ -44,7 +44,7 @@
 
 ## Where can I download Apache Edgent to try it out?
 
-You can download the source from Apache and build it yourself [here]({{ site.data.project.source_repository_mirror }}). You can also find already pre-built Apache releases of Edgent for download [here]({{ site.data.project.apache_release_location }}) (But this location is temporarily unavailable until we get the first release out).
+You can download the source from Apache and build it yourself [here]({{ site.data.project.download }}). You can also find already pre-built Apache releases of Edgent for download [here]({{ site.data.project.apache_release_location }}) (But this location is temporarily unavailable until we get the first release out).
 
 ## How do I get started?