From 9bb9b107704ab5d8e23e6b92e803041e57701140 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Wed, 13 Mar 2024 12:19:36 -0700 Subject: Fix duplicated https:// in github link This link has been broken for a while. Fix it. Change-Id: I01bb10e5831f0128db0cd6d0be82ac610c2c1564 Signed-off-by: Ed Tanous --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 71791dd8b9..00cbca623d 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,7 +3,7 @@ contact_links: url: https://github.com/openbmc/openbmc/issues about: "Please file any feature requests to the main openbmc project." - name: "Crash bug" - url: https://https://github.com/openbmc/docs/blob/master/security/obmc-security-response-team.md + url: https://github.com/openbmc/docs/blob/master/security/obmc-security-response-team.md about: "Please file any bug causing a crash to openbmc-security@lists.ozlabs.org." -- cgit v1.2.3