fix edits Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/49384a5f Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/49384a5f Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/49384a5f
Branch: refs/heads/release1.0.0 Commit: 49384a5fe32e4fc3048a04a659a45ebb18de6864 Parents: 7826eb2 Author: Dale LaBossiere <[email protected]> Authored: Tue Nov 8 15:18:29 2016 -0500 Committer: Dale LaBossiere <[email protected]> Committed: Tue Nov 8 15:18:29 2016 -0500 ---------------------------------------------------------------------- DEVELOPMENT.md | 4 ++-- JAVA_SUPPORT.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/49384a5f/DEVELOPMENT.md ---------------------------------------------------------------------- diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index f7583aa..8e8e4f8 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -2,7 +2,7 @@ *Apache Edgent is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.* -See (README.md) for high level information about Apache Edgent. +See [README.md](README.md) for high level information about Apache Edgent. This document describes development of Apache Edgent itself, not how to develop Edgent applications. * See http://edgent.incubator.apache.org/docs/edgent-getting-started for getting started using Edgent @@ -133,7 +133,7 @@ Building a release (`./gradlew release`) produces three sets of jars under * build/distributions/java7 - Java 7 SE * build/distributions/android - Android -See (JAVA_SUPPORT.md) for which Edgent capabilities / jars are supported +See [JAVA_SUPPORT.md](JAVA_SUPPORT.md) for which Edgent capabilities / jars are supported for each environment. #### Adding Edgent Runtime Jars to Java 7 & Android http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/49384a5f/JAVA_SUPPORT.md ---------------------------------------------------------------------- diff --git a/JAVA_SUPPORT.md b/JAVA_SUPPORT.md index c7f9e29..e157fa3 100644 --- a/JAVA_SUPPORT.md +++ b/JAVA_SUPPORT.md @@ -10,7 +10,7 @@ Each target platform directory contains a set of jars for that platform * android - Android When building an Edgent release (`./gradlew release`) the above platform -directories are in `build/distributions`. See (DEVELOPMENT.md) for more +directories are in `build/distributions`. See [DEVELOPMENT.md](DEVELOPMENT.md) for more information. This page documents which jars are expected to work in each environment.
