From d32e26e76740bb9d3135c50c3efde35b41690f50 Mon Sep 17 00:00:00 2001
From: Martin Kraemer
Date: Tue, 11 Nov 1997 23:11:11 +0000
Subject: [PATCH] Minor Documentation Update: broken and mis-typed links, and a
reference to a resource which is available only at http://www.apache.org/,
not in the user's tree. Reviewed by:Dean Gaudet, Jim Jagielski, Ken Coar
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79566 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/core.html | 2 +-
docs/manual/sections.html | 2 +-
docs/manual/sections.html.en | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html
index 0f1ff5f208..f00afe78e5 100644
--- a/docs/manual/mod/core.html
+++ b/docs/manual/mod/core.html
@@ -873,7 +873,7 @@ interfaces, but only on the port given by the Port
directive.
Listen can be used instead of BindAddress and Port. It tells
+href="#bindaddress">BindAddress and Port. It tells
the server to accept incoming requests on the specified port or
address-and-port combination. If the first format is used, with a port
number only, the server listens to the given port on all interfaces,
diff --git a/docs/manual/sections.html b/docs/manual/sections.html
index a145a56531..9a29051e59 100644
--- a/docs/manual/sections.html
+++ b/docs/manual/sections.html
@@ -17,7 +17,7 @@
The sections <Directory>
, <Location>
and <Files>
can contain
+href="mod/core.html#files"><Files>
can contain
directives which only apply to specified directories, URLs or files
respectively. Also htaccess files can be used inside a directory to
apply directives to that directory. This document explains how these
diff --git a/docs/manual/sections.html.en b/docs/manual/sections.html.en
index a145a56531..9a29051e59 100644
--- a/docs/manual/sections.html.en
+++ b/docs/manual/sections.html.en
@@ -17,7 +17,7 @@
The sections <Directory>
, <Location>
and <Files>
can contain
+href="mod/core.html#files"><Files>
can contain
directives which only apply to specified directories, URLs or files
respectively. Also htaccess files can be used inside a directory to
apply directives to that directory. This document explains how these
--
2.50.1