Author: tomaz
Date: Tue May 31 19:00:41 2011
New Revision: 1129853
URL: http://svn.apache.org/viewvc?rev=1129853&view=rev
Log:
Fix formatting a link to the image.
Modified:
libcloud/site/trunk/content/devinfo.mdtext
libcloud/site/trunk/templates/blocks/other.html
Modified: libcloud/site/trunk/content/devinfo.mdtext
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/content/devinfo.mdtext?rev=1129853&r1=1129852&r2=1129853&view=diff
==============================================================================
--- libcloud/site/trunk/content/devinfo.mdtext (original)
+++ libcloud/site/trunk/content/devinfo.mdtext Tue May 31 19:00:41 2011
@@ -30,7 +30,7 @@ Test coverage report is automatically ge
* [https://github.com/apache/libcloud](https://github.com/apache/libcloud)
(mirror - please use mailing list to submit patches and JIRA to open a new
issue)
## IRC ##
-#
+
* [#libcloud](http://webchat.freenode.net?channels=libcloud&uio=d4) on Freenode
## Twitter ##
Modified: libcloud/site/trunk/templates/blocks/other.html
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/templates/blocks/other.html?rev=1129853&r1=1129852&r2=1129853&view=diff
==============================================================================
--- libcloud/site/trunk/templates/blocks/other.html (original)
+++ libcloud/site/trunk/templates/blocks/other.html Tue May 31 19:00:41 2011
@@ -3,6 +3,6 @@
</div>
<div id="apache-logo">
- <a href="http://www.apache.org/"><img src="images/apache_logo.png"
alt="Apache
+ <a href="http://www.apache.org/"><img src="images/apache_logo.gif"
alt="Apache
Software Foundation" /></a>
</div>