csswg/css-2010 Overview.html,1.21,1.22

Update of /sources/public/csswg/css-2010
In directory hutz:/tmp/cvs-serv30063/css-2010

Modified Files:
	Overview.html 
Log Message:
Fix trailing slashes

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css-2010/Overview.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Overview.html	9 May 2011 16:44:32 -0000	1.21
+++ Overview.html	9 May 2011 16:46:24 -0000	1.22
@@ -22,7 +22,7 @@
     <dt>This version:
 
     <dd><a
-     href="http://www.w3.org/TR/2010/NOTE-css-2010-20100510/">http://www.w3.org/TR/2010/NOTE-css-2010-20100510</a></dd>
+     href="http://www.w3.org/TR/2010/NOTE-css-2010-20100510/">http://www.w3.org/TR/2010/NOTE-css-2010-20100510/</a></dd>
     <!-- <dd><a href="http://dev.w3.org/csswg/css-2010/">http://dev.w3.org/csswg/css-2010/</a> -->
 
     <dt>Latest version:
@@ -119,7 +119,7 @@
   <p>This document represents the state of CSS as of 2010. The CSS Working
    Group does not expect any further changes to this document: new snapshots
    will be published at <a
-   href="http://www.w3.org/TR/CSS">http://www.w3.org/TR/CSS</a> as CSS
+   href="http://www.w3.org/TR/CSS/">http://www.w3.org/TR/CSS/</a> as CSS
    advances.
 
   <h2 class="no-num no-toc" id=contents>Table of contents</h2>

Received on Monday, 9 May 2011 16:46:28 UTC