- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 25 Feb 2011 07:05:33 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv22445/tools
Modified Files:
generate-spec-source.xsl
Log Message:
checkpointing
Index: generate-spec-source.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -d -r1.300 -r1.301
--- generate-spec-source.xsl 21 Jan 2011 06:47:43 -0000 1.300
+++ generate-spec-source.xsl 25 Feb 2011 07:05:31 -0000 1.301
@@ -3154,7 +3154,7 @@
</xsl:template>
<xsl:template name="get-spec-filename">
<xsl:param name="ref"/>
- <xsl:param name="base">http://dev.w3.org/html5/spec-author-view/</xsl:param>
+ <xsl:param name="base">http://developers.whatwg.org/</xsl:param>
<xsl:param name="fragment-file">../fragment-links.html</xsl:param>
<xsl:for-each select="document($fragment-file)">
<xsl:choose>
Received on Friday, 25 February 2011 07:05:36 UTC