Repository: karaf Updated Branches: refs/heads/karaf-2.3.x c56857d90 -> 8d3c5597e
[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/8d3c5597 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/8d3c5597 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/8d3c5597 Branch: refs/heads/karaf-2.3.x Commit: 8d3c5597ed4991c65a6c73d0863831c975edd3a0 Parents: c56857d Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Apr 24 09:04:00 2014 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Apr 24 09:04:00 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/8d3c5597/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 c73ab4e..c5dc2b6 100644 --- a/manual/src/main/webapp/users-guide/installation.conf +++ b/manual/src/main/webapp/users-guide/installation.conf @@ -53,7 +53,7 @@ Both steps take around 10 to 15 minutes. h3. Building on Unix This procedure explains how to download and install the source distribution on a Unix system. This procedure assumes the Unix machine has a browser. Please see the previous [#Unix Binary Installation] section for ideas on how to install Karaf without a browser. *NOTE:* Karaf requires Java 5 to compile, build and run. -# From a browser, navigate to [http://karaf.apache.org/download.html]. +# From a browser, navigate to [http://karaf.apache.org/index/community/download.html]. # Scroll down to the "Apache Karaf" section and select the desired distribution. For a source distribution, the filename will be similar to: {{apache-karaf-x.y-src.tar.gz}}. # Extract the files from the ZIP file into a directory of your choice. For example: @@ -100,7 +100,7 @@ so your Karaf root directory is S: --- which works for sure and is short to type h2. Installation Procedure For Unix This procedure explains how to download and install the binary distribution on a Unix system. -# From a browser, navigate to [http://karaf.apache.org/download.html]. +# From a browser, navigate to [http://karaf.apache.org/index/community/download.html]. # Scroll down to the "Apache Karaf" section and select the desired distribution. For a binary Unix distribution, the filename will be similar to: apache-karaf-x.y.tar.gz. # Extract the files from the gzip file into a directory of your choice. For example:
