aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorskygo <skygo@unknown>2012-09-27 22:07:16 +0000
committerskygo <skygo@unknown>2012-09-27 22:07:16 +0000
commitf4b23cce349874cc7c6809b5dbe2a3ddfccc2aa3 (patch)
tree5bcfba10761e558d0517baa419b09e6b0dd2c51c
parentdc7408fcd1c362e177e8f205381393329ddbd747 (diff)
downloadarchiva-f4b23cce349874cc7c6809b5dbe2a3ddfccc2aa3.tar.gz
archiva-f4b23cce349874cc7c6809b5dbe2a3ddfccc2aa3.zip
adapt quick start to new root context
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1391235 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--archiva-docs/src/site/apt/quick-start.apt6
1 files changed, 3 insertions, 3 deletions
diff --git a/archiva-docs/src/site/apt/quick-start.apt b/archiva-docs/src/site/apt/quick-start.apt
index 1fba9b416..0f36e1a59 100644
--- a/archiva-docs/src/site/apt/quick-start.apt
+++ b/archiva-docs/src/site/apt/quick-start.apt
@@ -44,7 +44,7 @@ Installing Archiva
<<Note:>> A Derby exception "Schema 'SA' does not exist" occurs, but is not of concern.
- Archiva is now running on <<<http://localhost:8080/archiva/>>>
+ Archiva is now running on <<<{{http://localhost:8080/}}>>>
{Setting up your Archiva instance}
@@ -64,11 +64,11 @@ Installing Archiva
* <<<snapshots>>> - a repository for storing deployed snapshots. This is not proxied to any remote repositories by default.
In addition, the guest user has read access to these repositories, so you can make anonymous requests to either. To try this out, point a web browser at the following URL:
- {{http://localhost:8080/archiva/repository/internal/junit/junit/3.8.1/junit-3.8.1.jar}}. Though the artifact is not present locally, you will see in the Archiva logs that it is
+ {{http://localhost:8080/repository/internal/junit/junit/3.8.1/junit-3.8.1.jar}}. Though the artifact is not present locally, you will see in the Archiva logs that it is
downloaded from the central repository, and then handed back to the browser and downloaded from Archiva. Future requests for the artifact will be much faster as they need not be
downloaded from the central repository.
- Once this artifact is downloaded, Archiva automatically indexes it, so you can access its information at the following URL: {{http://localhost:8080/archiva/index.html#artifact/junit/junit}}.
+ Once this artifact is downloaded, Archiva automatically indexes it, so you can access its information at the following URL: {{http://localhost:8080/index.html#artifact/junit/junit}}.
It will also be available from the search interface.