Repository: kafka-site Updated Branches: refs/heads/asf-site 8622aca91 -> d4123533d
Fix includes in `project-security.html` Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka-site/commit/d4123533 Tree: http://git-wip-us.apache.org/repos/asf/kafka-site/tree/d4123533 Diff: http://git-wip-us.apache.org/repos/asf/kafka-site/diff/d4123533 Branch: refs/heads/asf-site Commit: d4123533df9e986788bf55a5c99ea42c3476261c Parents: 8622aca Author: Ismael Juma <[email protected]> Authored: Tue May 24 10:46:42 2016 +0100 Committer: Ismael Juma <[email protected]> Committed: Tue May 24 10:46:42 2016 +0100 ---------------------------------------------------------------------- project-security.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka-site/blob/d4123533/project-security.html ---------------------------------------------------------------------- diff --git a/project-security.html b/project-security.html index 2c66e78..7097d39 100644 --- a/project-security.html +++ b/project-security.html @@ -15,7 +15,7 @@ limitations under the License. --> -<!--#include virtual="../includes/header.html" --> +<!--#include virtual="includes/header.html" --> <h1>Kafka Security</h1> @@ -31,4 +31,4 @@ The <span class="caps">ASF</span> Security team maintains a page with a description of how vulnerabilities are handled, check their <a href="http://www.apache.org/security/">Web page</a> for more information. </p> -<!--#include virtual="../includes/footer.html" --> \ No newline at end of file +<!--#include virtual="includes/footer.html" -->
