Author: brett
Date: Fri Nov 23 01:08:44 2007
New Revision: 597607

URL: http://svn.apache.org/viewvc?rev=597607&view=rev
Log:
fix links

Modified:
    maven/archiva/trunk/archiva-docs/src/site/apt/quick-start.apt
    maven/archiva/trunk/archiva-docs/src/site/apt/release-notes.apt

Modified: maven/archiva/trunk/archiva-docs/src/site/apt/quick-start.apt
URL: 
http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-docs/src/site/apt/quick-start.apt?rev=597607&r1=597606&r2=597607&view=diff
==============================================================================
--- maven/archiva/trunk/archiva-docs/src/site/apt/quick-start.apt (original)
+++ maven/archiva/trunk/archiva-docs/src/site/apt/quick-start.apt Fri Nov 23 
01:08:44 2007
@@ -63,11 +63,11 @@
     * <<<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/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 
   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 it's information at the following URL: 
{{{http://localhost:8080/archiva/browse/junit/junit/3.8.1/}}}.
+  Once this artifact is downloaded, Archiva automatically indexes it, so you 
can access it's information at the following URL: 
{{http://localhost:8080/archiva/browse/junit/junit/3.8.1/}}.
   It will also be available from the search interface.
 
 

Modified: maven/archiva/trunk/archiva-docs/src/site/apt/release-notes.apt
URL: 
http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-docs/src/site/apt/release-notes.apt?rev=597607&r1=597606&r2=597607&view=diff
==============================================================================
--- maven/archiva/trunk/archiva-docs/src/site/apt/release-notes.apt (original)
+++ maven/archiva/trunk/archiva-docs/src/site/apt/release-notes.apt Fri Nov 23 
01:08:44 2007
@@ -6,7 +6,7 @@
 
   The Apache Archiva team would like to announce the release of Archiva 1.0.
 
-  Archiva 1.0 is {{{/download.html} available for download from the web site}}.
+  Archiva 1.0 is {{{http://maven.apache.org/archiva/download.html} available 
for download from the web site}}.
 
   Archiva is an application for managing one or more remote repositories, 
including administration, artifact handling, browsing and searching.
 


Reply via email to