Author: mamsellem
Date: Wed Nov 27 16:35:00 2013
New Revision: 1546099

URL: http://svn.apache.org/r1546099
Log:
FIX FLEX-33938 (installer Badge wrong link)
changed installer badge links to relative, so that it can be tested in staging 
web site

Modified:
    flex/site/trunk/content/download-utilities.cmsPage

Modified: flex/site/trunk/content/download-utilities.cmsPage
URL: 
http://svn.apache.org/viewvc/flex/site/trunk/content/download-utilities.cmsPage?rev=1546099&r1=1546098&r2=1546099&view=diff
==============================================================================
--- flex/site/trunk/content/download-utilities.cmsPage (original)
+++ flex/site/trunk/content/download-utilities.cmsPage Wed Nov 27 16:35:00 2013
@@ -12,7 +12,7 @@ You can embed the badge on your website 
 
 Regular size (302 x 302)
 
-<iframe name="afSDKInstallBadgeRegular" 
src="http://flex.apache.org/installerbadge/index.html"; frameborder="0" 
height="302" marginheight="0" marginwidth="0" scrolling="no" 
width="302"></iframe>
+<iframe name="afSDKInstallBadgeRegular" src="./installerbadge/index.html" 
frameborder="0" height="302" marginheight="0" marginwidth="0" scrolling="no" 
width="302"></iframe>
 
 Use this code to embed the regular size badge on your website/blog:
 
@@ -21,7 +21,7 @@ Use this code to embed the regular size 
 
 Small size (402 x 84)
 
-<iframe name="afSDKInstallBadgeSmall" 
src="http://flex.apache.org/installerbadge/index.html"; frameborder="0" 
height="84" marginheight="0" marginwidth="0" scrolling="no" 
width="402"></iframe>
+<iframe name="afSDKInstallBadgeSmall" src="./installerbadge/index.html" 
frameborder="0" height="84" marginheight="0" marginwidth="0" scrolling="no" 
width="402"></iframe>
 
 Use this code to embed the small size badge on your website/blog:
 


Reply via email to