test/com/sun/javadoc/testDocRootLink/pkg2/package.html

changeset 2212
4cb9de4dd420
parent 997
dbc4ced9d171
child 2525
2eb010b6cb22
     1.1 --- a/test/com/sun/javadoc/testDocRootLink/pkg2/package.html	Tue Dec 03 18:13:18 2013 +0000
     1.2 +++ b/test/com/sun/javadoc/testDocRootLink/pkg2/package.html	Tue Dec 03 14:21:45 2013 -0800
     1.3 @@ -3,16 +3,16 @@
     1.4  <title>javax.management package</title>
     1.5  </head>
     1.6  <body bgcolor="white">
     1.7 -This is a test.
     1.8 -      <p id="spec">
     1.9 -    @see <a href="{@docRoot}/../technotes/guides/index.html">
    1.10 -      Test document 1</a>
    1.11 -      in particular the
    1.12 -      <a href="{@docRoot}/../technotes/guides/index.html">
    1.13 +    This is a test.
    1.14 +    <p id="spec">
    1.15 +        @see <a href="{@docRoot}/../technotes/guides/index.html">
    1.16 +            Test document 1</a> should be replaced with an absolute link.
    1.17 +        @see <a href="{@docRoot}/pkg1/C1.html">
    1.18 +            Another Test document 1</a> which should not be replaced with an absolute link.
    1.19 +        <a href="{@docRoot}/technotes/guides/index.html">
    1.20 +            Another Test document 2.</a> which should not be replaced with an absolute link.
    1.21  
    1.22 -      Test document 2.</a>
    1.23 -
    1.24 -	@since 1.5
    1.25 +        @since 1.5
    1.26  
    1.27  </body>
    1.28  </html>

mercurial