Repository: incubator-edgent-website Updated Branches: refs/heads/master 793007ab0 -> 94572384a
change some links setting 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/94572384 Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/tree/94572384 Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/diff/94572384 Branch: refs/heads/master Commit: 94572384a4dda3794d7dcad37cd5670dc334d033 Parents: 793007a Author: Cazen Lee <ca...@apache.org> Authored: Thu Dec 22 14:57:54 2016 +0900 Committer: Cazen Lee <ca...@apache.org> Committed: Thu Dec 22 14:57:54 2016 +0900 ---------------------------------------------------------------------- site/_data/mydoc/mydoc_topnav.yml | 2 +- site/_includes/header.html | 4 ++-- site/docs/downloads.md | 4 +--- 3 files changed, 4 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/94572384/site/_data/mydoc/mydoc_topnav.yml ---------------------------------------------------------------------- diff --git a/site/_data/mydoc/mydoc_topnav.yml b/site/_data/mydoc/mydoc_topnav.yml index 3c086fa..52fee0b 100644 --- a/site/_data/mydoc/mydoc_topnav.yml +++ b/site/_data/mydoc/mydoc_topnav.yml @@ -96,7 +96,7 @@ topnav_dropdowns: output: web items: - title: Download - external_url: https://github.com/apache/incubator-edgent/releases + url: downloads audience: writers, designers platform: all product: all http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/94572384/site/_includes/header.html ---------------------------------------------------------------------- diff --git a/site/_includes/header.html b/site/_includes/header.html index 4f308d4..907dbd2 100755 --- a/site/_includes/header.html +++ b/site/_includes/header.html @@ -77,7 +77,7 @@ limitations under the License. <ul class="dropdown-menu"> <li><a href="docs/community">Get Involved</a></li> <li><a href="https://issues.apache.org/jira/browse/{{ site.data.project.jira }}">Issue Tracker</a></li> - <li><a href="{{ site.sourceurl }}/">Source Code</a></li> + <li><a href="docs/downloads">Source Code</a></li> <li><a href="docs/committers">Committers</a></li> <li><a href="https://cwiki.apache.org/confluence/display/{{ site.data.project.short_name }}/Apache+{{ site.data.project.short_name }}+Wiki+Home">Wiki</a></li> </ul> @@ -85,7 +85,7 @@ limitations under the License. <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Getting Started</a> <ul class="dropdown-menu"> <li><a href="docs/edgent-getting-started">Getting Started Guide</a></li> - <li><a href="{{ site.sourceurl }}">Download Source</a></li> + <li><a href="docs/downloads">Download Source</a></li> <li><a href="docs/samples">Sample Programs</a></li> <li><a href="docs/faq">FAQ</a></li> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/94572384/site/docs/downloads.md ---------------------------------------------------------------------- diff --git a/site/docs/downloads.md b/site/docs/downloads.md index 4738e98..05f54c7 100644 --- a/site/docs/downloads.md +++ b/site/docs/downloads.md @@ -2,8 +2,6 @@ title: Downloads --- -## Download now. - Official Apache Edgent releases are available for download from the ASF distribution site. A release consists of a source code bundle and a convenience binary bundle. The Edgent ASF distribution site is [here]({{ site.data.downloads.edgent_dist_main_location }}). Information about verifying the integrity of the release bundles can also be found there. The Edgent source is also available from the Edgent ASF [git repository]({{ site.data.project.source_repository }}). @@ -12,7 +10,7 @@ If you just want to use Edgent, it is easiest to download and unpack a binary bu A source bundle contains a README describing how to build the sources. -If you want access the latest unreleased Edgent source or to contribute to Edgent runtime development, using the [GitHub]({{ site.data.project.source_repository_mirror }}) repository is recommended. You can also select a particular release version by release tag (e.g., 1.0.0-incubating). See README.md and DEVELOPMENT.md in the repository for more information. +If you want access the latest unreleased Edgent source or to contribute to Edgent runtime development, using the [GitHub repository]({{ site.data.project.source_repository_mirror }}) is recommended. You can also select a particular release version by release tag (e.g., 1.0.0-incubating). See README.md and DEVELOPMENT.md in the repository for more information. See [here](community.html) for more information about contributing to Edgent development.