diff options
author | Joshua Slive <slive@apache.org> | 2002-05-29 18:29:10 +0200 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2002-05-29 18:29:10 +0200 |
commit | 947658e71930393e82f491035c733e1d6636cabf (patch) | |
tree | f79ec4932cba5f23716562b10848cc79d94f124f /docs | |
parent | A couple small corrections to the content negotiation docs: (diff) | |
download | apache2-947658e71930393e82f491035c733e1d6636cabf.tar.xz apache2-947658e71930393e82f491035c733e1d6636cabf.zip |
Fix links.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95355 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/content-negotiation.html | 4 | ||||
-rw-r--r-- | docs/manual/content-negotiation.html.en | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/content-negotiation.html b/docs/manual/content-negotiation.html index 6b4c6a6f1a..8e6f68c691 100644 --- a/docs/manual/content-negotiation.html +++ b/docs/manual/content-negotiation.html @@ -437,10 +437,10 @@ these error messages, it is possible to configure Apache to ignore the Accept-language in these cases and provide a document that does not explictly match the client's request. The <a - href="mod_negotiation.html#forcelanguagepriority">ForceLanguagePriority</a> + href="mod/mod_negotiation.html#forcelanguagepriority">ForceLanguagePriority</a> directive can be used to override one or both of these error messages and subsitute the servers judgement in the form of the <a - href="mod_negotiation.html#languagepriority">LanguagePriority</a> + href="mod/mod_negotiation.html#languagepriority">LanguagePriority</a> directive.</p> <p>The server will also attempt to match language-subsets when no diff --git a/docs/manual/content-negotiation.html.en b/docs/manual/content-negotiation.html.en index 6b4c6a6f1a..8e6f68c691 100644 --- a/docs/manual/content-negotiation.html.en +++ b/docs/manual/content-negotiation.html.en @@ -437,10 +437,10 @@ these error messages, it is possible to configure Apache to ignore the Accept-language in these cases and provide a document that does not explictly match the client's request. The <a - href="mod_negotiation.html#forcelanguagepriority">ForceLanguagePriority</a> + href="mod/mod_negotiation.html#forcelanguagepriority">ForceLanguagePriority</a> directive can be used to override one or both of these error messages and subsitute the servers judgement in the form of the <a - href="mod_negotiation.html#languagepriority">LanguagePriority</a> + href="mod/mod_negotiation.html#languagepriority">LanguagePriority</a> directive.</p> <p>The server will also attempt to match language-subsets when no |