You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by qu...@apache.org on 2013/01/14 00:41:43 UTC

svn commit: r1432767 - /flex/site/trunk/templates/flex-v2-footer.html

Author: quetwo
Date: Sun Jan 13 23:41:43 2013
New Revision: 1432767

URL: http://svn.apache.org/viewvc?rev=1432767&view=rev
Log:
Fixes that Justin Mclean suggested for v2 site.  Fixing links on footer of page.

Modified:
    flex/site/trunk/templates/flex-v2-footer.html

Modified: flex/site/trunk/templates/flex-v2-footer.html
URL: http://svn.apache.org/viewvc/flex/site/trunk/templates/flex-v2-footer.html?rev=1432767&r1=1432766&r2=1432767&view=diff
==============================================================================
--- flex/site/trunk/templates/flex-v2-footer.html (original)
+++ flex/site/trunk/templates/flex-v2-footer.html Sun Jan 13 23:41:43 2013
@@ -21,20 +21,20 @@
             <div class="footer-headline"><h4>Subscribe</h4></div>
             <p>We have two mailing lists, one for SDK developers, and one SDK users.</p>
             <p>Developers, send an email to <br>
-                dev-subscribe@flex.apache.org
+                <a href="mailto:dev-subscribe@flex.apache.org">dev-subscribe@flex.apache.org</a>
             </p>
             <p>Users, send an email to <br>
-                users-subscribe@flex.apache.org
+                <a href="mailto:users-subscribe@flex.apache.org">users-subscribe@flex.apache.org</a>
             </p>
         </div>
 
-        <!-- Photo Stream -->
+        <!-- Latest Releases -->
         <div class="span3">
             <div class="footer-headline"><h4>Latest Releases</h4></div>
-            <p>Apache Flex SDK : 4.9.0 (Dec 2012)<br />
-                SDK Installer : 2.0.3 (Jan 2013)<br />
-                BlazeDS : 4.6.0 (Jan 2012)<br />
-                Flex Mavenizer : 4.9.0 (Jan 2013)</p>
+            <p>Apache Flex SDK : <a href="download-binaries.html">4.9.0 (Dec 2012)</a><br />
+                SDK Installer : <a href="installer.html">2.0.3 (Jan 2013)</a><br />
+                BlazeDS : <a href="http://sourceforge.net/adobe/blazeds/wiki/Home/">4.6.0 (Nov 2011)</a><br />
+                Flex Mavenizer : <a href="http://svn.apache.org/viewvc/flex/utilities/trunk/mavenizer/"> 4.8.0 (Jan 2013)</a></p>
         </div>
 
         <!-- Latest Tweets -->