public
Description: Plugin for running Ruby in the browser seamlessly from Rails, and display either HTML or vector graphics
Homepage: http://jimmy.schementi.com/silverline
Clone URL: git://github.com/jschementi/silverline.git
Fix fwlink for Silverlight 2 RTW
jschementi (author)
Wed Oct 15 13:46:49 -0700 2008
commit  e4fd376605962ba8e944f0e380cfede7c1f8cd98
tree    b6e543541c471b0028bf4b01ade0c38ca01164fe
parent  9577f842f29c408b125a5f8d93b3f7949416ef42
...
28
29
30
31
 
32
33
34
 
35
36
37
...
28
29
30
 
31
32
33
 
34
35
36
37
0
@@ -28,10 +28,10 @@
0
       Silverlight needs to be installed on the client.
0
     -->
0
     <a 
0
-      href="http://go2.microsoft.com/fwlink/?LinkID=124807" 
0
+      href="http://go.microsoft.com/fwlink/?LinkID=124807" 
0
       style="text-decoration: none;">
0
       <img 
0
-        src="http://go2.microsoft.com/fwlink/?LinkId=108181" 
0
+        src="http://go.microsoft.com/fwlink/?LinkId=108181" 
0
         alt="Get Microsoft Silverlight"
0
         style="border-style: none" />
0
     </a>

Comments