Author: sebb
Date: Sat Feb 12 02:33:16 2011
New Revision: 1070014
URL: http://svn.apache.org/viewvc?rev=1070014&view=rev
Log:
Absolute references are converted incorrectly for the HC sub-sub sites
Modified:
httpcomponents/httpasyncclient/trunk/httpasyncclient/src/site/site.xml
Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient/src/site/site.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/httpasyncclient/src/site/site.xml?rev=1070014&r1=1070013&r2=1070014&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/httpasyncclient/src/site/site.xml (original)
+++ httpcomponents/httpasyncclient/trunk/httpasyncclient/src/site/site.xml Sat Feb 12 02:33:16
2011
@@ -34,10 +34,10 @@
<bannerRight>
<name>HttpComponents</name>
- <src>http://hc.apache.org/images/logos/httpcomponents.png</src>
- <href>http://hc.apache.org/</href>
+ <src>../../images/logos/httpcomponents.png</src>
+ <href>../..</href>
</bannerRight>
-
+
<body>
<menu name="HttpComponents">
<item name="Home" href="../.."/>
|