Fix image imported in the sample. Use a full url.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@233091 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2005-08-17 00:42:16 +00:00
parent a542a645db
commit dce8aedfc4

View File

@@ -82,19 +82,19 @@
padding: 10px;
}
</style>
<img class="screenshot" src="images/maven.gif"/>
<img class="screenshot" src="http://maven.apache.org/images/maven-small.gif" alt="maven-small.gif"/>
</p>
</section>
<section name="Test for MPPDF-32 (SVG with batik)">
<subsection name="SVG Images">
<p>
<img width="400" height="400" border="0" src="images/images.svg" alt="images.svg"></img>
</p>
<p>
<img width="400" height="400" border="0" src="images/images.svg" alt="images.svg"/>
</p>
</subsection>
<subsection name="SVG Text">
<p>
<img width="400" height="400" border="0" src="images/text.svg" alt="text.svg"></img>
</p>
<p>
<img width="400" height="400" border="0" src="images/text.svg" alt="text.svg"/>
</p>
</subsection>
</section>
</body>