Repository: karaf Updated Branches: refs/heads/karaf-3.0.x a2d6f60ec -> abeccc86f
[KARAF-2895] Fix download link in the installation page Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/abeccc86 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/abeccc86 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/abeccc86 Branch: refs/heads/karaf-3.0.x Commit: abeccc86f970e748d8edd795ebb91da4249c8166 Parents: a2d6f60 Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed Apr 23 19:24:40 2014 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed Apr 23 19:26:02 2014 +0200 ---------------------------------------------------------------------- manual/src/main/webapp/users-guide/installation.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/abeccc86/manual/src/main/webapp/users-guide/installation.conf ---------------------------------------------------------------------- diff --git a/manual/src/main/webapp/users-guide/installation.conf b/manual/src/main/webapp/users-guide/installation.conf index 87eedb4..cceea79 100644 --- a/manual/src/main/webapp/users-guide/installation.conf +++ b/manual/src/main/webapp/users-guide/installation.conf @@ -58,7 +58,7 @@ If it's not correct, fix it using: export JAVA_HOME=.... {code} -# From a browser, navigate to [http://karaf.apache.org/download.html]. +# From a browser, navigate to [http://karaf.apache.org/index/community/download.html]. # Download Apache Karaf binary distribution in the tar.gz format: {{apache-karaf-3.0.0.tar.gz}}. # Extract the files from the tar.gz file into a directory of your choice (it's the {{KARAF_HOME}}). For example: {code} @@ -126,4 +126,4 @@ NB: you can speed up the build by bypassing the unit tests: {code} mvn clean install -DskipTests {code} -# You can find the built binary distribution in {{assemblies/apache-karaf/target/apache-karaf-3.0.0.tar.gz}}. You can install and use it as explained in the "Using Apache Karaf binary distributions" section. \ No newline at end of file +# You can find the built binary distribution in {{assemblies/apache-karaf/target/apache-karaf-3.0.0.tar.gz}}. You can install and use it as explained in the "Using Apache Karaf binary distributions" section.
