]> granicus.if.org Git - apache/commitdiff
Correct the location of this resource.
authorRich Bowen <rbowen@apache.org>
Thu, 23 Jun 2005 01:19:31 +0000 (01:19 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 23 Jun 2005 01:19:31 +0000 (01:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@193037 13f79535-47bb-0310-9956-ffa450edef68

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

index 00a963d06763b3af5dee3f0d709317b3db7e7d98..2fc226e8ec53013e0952d96b3db571b82d1d9378 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 926e58ea3bf9cb68a02d6afa9d5a286f5a484cea..b811495375e82a04a9daa28dd2ce50634a62dcf4 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