Repository: incubator-tamaya-site Updated Branches: refs/heads/master d3f727a88 -> 425bda132
TAMAYA-170: Update quickstart. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/commit/425bda13 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/425bda13 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/425bda13 Branch: refs/heads/master Commit: 425bda1327be1b8bc5f35645bc916d2ffcb07f1e Parents: d3f727a Author: Phil Ottlinger <[email protected]> Authored: Mon Jan 30 20:40:03 2017 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Mon Jan 30 20:40:03 2017 +0100 ---------------------------------------------------------------------- content/start.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/425bda13/content/start.adoc ---------------------------------------------------------------------- diff --git a/content/start.adoc b/content/start.adoc index d673579..58eb6f1 100644 --- a/content/start.adoc +++ b/content/start.adoc @@ -34,7 +34,7 @@ Using Apache Tamaya is simple: 1. Add `{tamaya_mvn_group_id}:tamaya-core:{tamaya_version}` to your dependencies. 2. Add your config to `META-INF/javaconfiguration.properties` 3. Access your configuration by `ConfigurationProvider.getConfiguration()` and use it. -4. Look at the [extension modules](extensions.html) to customize your setup! +4. Look at the link:documentation/extensions.html[extensions modules] to customize your setup! 5. Enjoy!
