]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Correct the location for this resource.
authorRich Bowen <rbowen@apache.org>
Thu, 23 Jun 2005 01:01:12 +0000 (01:01 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 23 Jun 2005 01:01:12 +0000 (01:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@193033 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_mime.html.en
docs/manual/mod/mod_mime.xml

index b4d3ff80040c1442a0e227c68ecedaf34ff1b814..75e4d67cba40ccc9e9c74c1adf3b4cb491da5b86 100644 (file)
@@ -894,7 +894,7 @@ extensions</td></tr>
     the default list of mappings from filename extensions to content
     types. Most administrators use the provided <code>mime.types</code>
     file, which associates common filename extensions with IANA registered
-    content types. The current list is maintained at <a href="http://www.isi.edu/in-notes/iana/assignments/media-types/media-types">http://www.isi.edu/in-notes/iana/assignments/media-types/media-types</a>.
+    content types. The current list is maintained at <a href="http://www.iana.org/assignments/media-types/index.html">http://www.iana.org/assignments/media-types/index.html</a>.
     This simplifies the <code>httpd.conf</code> file by providing the
     majority of media-type definitions, and may be overridden by
     <code class="directive"><a href="#addtype">AddType</a></code> directives as
index fb517d63ef9025aa6924dd9bef289e13d2b05265..195d3f0af44e22ba4e1834845017811d77fe6d24 100644 (file)
@@ -865,8 +865,8 @@ extensions</description>
     types. Most administrators use the provided <code>mime.types</code>
     file, which associates common filename extensions with IANA registered
     content types. The current list is maintained at <a href=
-    "http://www.isi.edu/in-notes/iana/assignments/media-types/media-types"
-    >http://www.isi.edu/in-notes/iana/assignments/media-types/media-types</a>.
+    "http://www.iana.org/assignments/media-types/index.html"
+    >http://www.iana.org/assignments/media-types/index.html</a>.
     This simplifies the <code>httpd.conf</code> file by providing the
     majority of media-type definitions, and may be overridden by
     <directive module="mod_mime">AddType</directive> directives as