From a4a8917eb821ea534e8a6e14591db4f6ab4f7866 Mon Sep 17 00:00:00 2001 From: Joshua Sattler <34030048+jsattler@users.noreply.github.com> Date: Tue, 1 Oct 2024 16:43:02 +0200 Subject: [PATCH] docs: Fix broken links in CONTRIBUTING.md (#248) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a3ae351..8b4d720 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ The following is a set of guidelines for contributing to the Docker Unprivileged [Ask a Question](#ask-a-question) -[Getting Started](#getting-started) +[Project Overview](#project-overview) [Contributing](#contributing) @@ -34,7 +34,7 @@ To report a bug, open an issue on GitHub with the label `bug` using the availabl ### Report a Security vulnerability -To report a security vulnerability, open an issue on GitHub with the label `security` using the available security report issue template. Please ensure the security vulnerability directly impacts one of the NGINX dependencies listed in the [`SECURITY`](https://github.com/nginxinc/docker-nginx-unprivileged/blob/main/.github/SECURITY.md) doc. Other security vulnerabilities should be addressed by the weekly Monday night build and as such will be promptly closed. +To report a security vulnerability, open an issue on GitHub with the label `security` using the available security report issue template. Please ensure the security vulnerability directly impacts one of the NGINX dependencies listed in the [`SECURITY`](https://github.com/nginxinc/docker-nginx-unprivileged/blob/main/SECURITY.md) doc. Other security vulnerabilities should be addressed by the weekly Monday night build and as such will be promptly closed. ### Suggest a Feature or Enhancement