diff options
Diffstat (limited to 'htdocs/docs/devel.html')
-rwxr-xr-x | htdocs/docs/devel.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/htdocs/docs/devel.html b/htdocs/docs/devel.html index 25a4eae..1afd6a7 100755 --- a/htdocs/docs/devel.html +++ b/htdocs/docs/devel.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: devel.html,v 1.16 2004-05-09 15:56:50 link Exp $" ---><!--#set var="date" value="\$Date: 2004-05-09 15:56:50 $" +<!--#set var="revision" value="\$Id: devel.html,v 1.17 2004-07-21 23:43:21 link Exp $" +--><!--#set var="date" value="\$Date: 2004-07-21 23:43:21 $" --><!--#set var="title" value="Developer Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -12,7 +12,7 @@ <div id="toc"> <ul> <li><a href="#participate">Participate</a></li> - <li><a href="devel-frame">Development Framework</a> + <li><a href="#devel-frame">Development Framework</a> <ul> <li><a href="#bug">Bugs and Issue Tracking</a></li> <li><a href="#test">Test suite</a></li> @@ -30,7 +30,7 @@ </p> <h3><a id="participate" name="participate"></a>Participating in the development of the Markup Validator</h3> - <p>The Markup Validator is managed as an open source project by a <a href="http://www.w3.org/QA/Tools/qa-dev">team + <p>The Markup Validator is managed as an open source project by a <a href="http://www.w3.org/QA/Tools/qa-dev/">team of volunteer developers and people from the W3C Team</a>.</p> <p> Help on this project is always welcome, usually as <a href="../feedback.html">feedback</a>, but developers may also be interested in working directly on the code, which is certainly encouraged.</p> @@ -44,7 +44,7 @@ <h3><a name="devel-frame" id="devel-frame"></a>Development Framework</h3> - <h4>Bug and Issue Tracking System</h4> + <h4><a id="bug" name="bug"></a>Bug and Issue Tracking System</h4> <p> Bug and Issue Tracking for the Validator happens in the <a href="http://www.w3.org/Bugs/Public/">W3C Public Bugzilla</a> |