Author: markh Date: Mon May 28 10:24:10 2012 New Revision: 1343193 URL: http://svn.apache.org/viewvc?rev=1343193&view=rev Log: Corrected broken site links
Modified: maven/shared/trunk/maven-runtime/src/site/apt/examples/introspecting-a-class-loader.apt maven/shared/trunk/maven-runtime/src/site/apt/examples/introspecting-a-class.apt maven/shared/trunk/maven-runtime/src/site/apt/examples/introspecting-a-url.apt maven/shared/trunk/maven-runtime/src/site/apt/index.apt maven/shared/trunk/maven-runtime/src/site/apt/usage.apt Modified: maven/shared/trunk/maven-runtime/src/site/apt/examples/introspecting-a-class-loader.apt URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-runtime/src/site/apt/examples/introspecting-a-class-loader.apt?rev=1343193&r1=1343192&r2=1343193&view=diff ============================================================================== --- maven/shared/trunk/maven-runtime/src/site/apt/examples/introspecting-a-class-loader.apt (original) +++ maven/shared/trunk/maven-runtime/src/site/apt/examples/introspecting-a-class-loader.apt Mon May 28 10:24:10 2012 @@ -37,7 +37,7 @@ public void processProjects() throws Mav * Using project XML To obtain a list of - <<<{{{http://maven.apache.org/ref/current/maven-project/apidocs/org/apache/maven/project/MavenProject.html}MavenProject}}>>> + <<<{{{http://maven.apache.org/ref/3.0.4/maven-core/apidocs/org/apache/maven/project/MavenProject.html}MavenProject}}>>> instances for each Maven project accessible within a specified class loader: --- Modified: maven/shared/trunk/maven-runtime/src/site/apt/examples/introspecting-a-class.apt URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-runtime/src/site/apt/examples/introspecting-a-class.apt?rev=1343193&r1=1343192&r2=1343193&view=diff ============================================================================== --- maven/shared/trunk/maven-runtime/src/site/apt/examples/introspecting-a-class.apt (original) +++ maven/shared/trunk/maven-runtime/src/site/apt/examples/introspecting-a-class.apt Mon May 28 10:24:10 2012 @@ -42,7 +42,7 @@ public void processProject() throws Mave * Using project XML To obtain a - <<<{{{http://maven.apache.org/ref/current/maven-project/apidocs/org/apache/maven/project/MavenProject.html}MavenProject}}>>> + <<<{{{http://maven.apache.org/ref/3.0.4/maven-core/apidocs/org/apache/maven/project/MavenProject.html}MavenProject}}>>> instance for a class's Maven project: --- Modified: maven/shared/trunk/maven-runtime/src/site/apt/examples/introspecting-a-url.apt URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-runtime/src/site/apt/examples/introspecting-a-url.apt?rev=1343193&r1=1343192&r2=1343193&view=diff ============================================================================== --- maven/shared/trunk/maven-runtime/src/site/apt/examples/introspecting-a-url.apt (original) +++ maven/shared/trunk/maven-runtime/src/site/apt/examples/introspecting-a-url.apt Mon May 28 10:24:10 2012 @@ -35,7 +35,7 @@ public void processProjects() throws Mav * Using project XML To obtain a list of - <<<{{{http://maven.apache.org/ref/current/maven-project/apidocs/org/apache/maven/project/MavenProject.html}MavenProject}}>>> + <<<{{{http://maven.apache.org/ref/3.0.4/maven-core/apidocs/org/apache/maven/project/MavenProject.html}MavenProject}}>>> instances for each Maven project accessible within a specified URL: --- Modified: maven/shared/trunk/maven-runtime/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-runtime/src/site/apt/index.apt?rev=1343193&r1=1343192&r2=1343193&view=diff ============================================================================== --- maven/shared/trunk/maven-runtime/src/site/apt/index.apt (original) +++ maven/shared/trunk/maven-runtime/src/site/apt/index.apt Mon May 28 10:24:10 2012 @@ -29,15 +29,15 @@ Maven Runtime * Usage - Instructions on how to use Maven Runtime can be found on the {{{usage.html}usage page}}. + Instructions on how to use Maven Runtime can be found on the {{{./usage.html}usage page}}. * Examples To provide you with better understanding of some usages of Maven Runtime, you can take a look into the following examples: - * {{{examples/introspecting-a-url.html}Introspecting a URL}} + * {{{./examples/introspecting-a-url.html}Introspecting a URL}} - * {{{examples/introspecting-a-class.html}Introspecting a class}} + * {{{./examples/introspecting-a-class.html}Introspecting a class}} - * {{{examples/introspecting-a-class-loader.html}Introspecting a class loader}} + * {{{./examples/introspecting-a-class-loader.html}Introspecting a class loader}} Modified: maven/shared/trunk/maven-runtime/src/site/apt/usage.apt URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-runtime/src/site/apt/usage.apt?rev=1343193&r1=1343192&r2=1343193&view=diff ============================================================================== --- maven/shared/trunk/maven-runtime/src/site/apt/usage.apt (original) +++ maven/shared/trunk/maven-runtime/src/site/apt/usage.apt Mon May 28 10:24:10 2012 @@ -11,7 +11,7 @@ Usage Maven Runtime allows introspection of Maven project metadata at runtime. The main entry point is the - {{{apidocs/org/apache/maven/shared/runtime/MavenRuntime.html}MavenRuntime}} Plexus component. The following example + {{{./apidocs/org/apache/maven/shared/runtime/MavenRuntime.html}MavenRuntime}} Plexus component. The following example describes the basic usage of the component: ---