add bin/ to repository
[hcoop/domtool2.git] / lib / mod_mime.dtl
index d46a7af..e321d3e 100644 (file)
@@ -1,12 +1,12 @@
 {{Support for Apache's mod_mime}}
 
 extern val addType : no_spaces -> no_spaces -> [^Vhost];
-{{See <a href="http://httpd.apache.org/docs/2.0/mod/mod_mime.html#addtype">the
+{{See <a href="http://httpd.apache.org/docs/2.2/mod/mod_mime.html#addtype">the
   Apache documentation</a>.}}
 
 extern type filter;
 extern val includes : filter;
 extern val deflate : filter;
 extern val addOutputFilter : [filter] -> [no_spaces] -> [^Vhost];
-{{See <a href="http://httpd.apache.org/docs/2.0/mod/mod_mime.html#addoutputfilter">the
+{{See <a href="http://httpd.apache.org/docs/2.2/mod/mod_mime.html#addoutputfilter">the
   Apache documentation</a>.}}