Change download links(github) to newly create download links
Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/commit/823264c6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/tree/823264c6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/diff/823264c6 Branch: refs/heads/master Commit: 823264c6e17c1c8da6c874adde1cc7cdc7ff6b73 Parents: 1aac4b2 Author: Cazen Lee <[email protected]> Authored: Sun Dec 18 00:28:51 2016 +0900 Committer: Cazen Lee <[email protected]> Committed: Sun Dec 18 00:28:51 2016 +0900 ---------------------------------------------------------------------- site/_config.yml | 2 +- site/_data/project.yml | 2 +- site/docs/edgent-getting-started.md | 2 +- site/docs/faq.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/823264c6/site/_config.yml ---------------------------------------------------------------------- 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 @@ port: 4000 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 http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/823264c6/site/_data/project.yml ---------------------------------------------------------------------- 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_name: incubator-edgent 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: [email protected] dev_list_subscribe: [email protected] http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/823264c6/site/docs/edgent-getting-started.md ---------------------------------------------------------------------- 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 @@ Edgent's primary API is functional where streams are sourced, transformed, analy ### 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. http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/823264c6/site/docs/faq.md ---------------------------------------------------------------------- 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 @@ Edgent is a tool for edge analytics that allows you to be more productive. Edgen ## 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?
