From 7660eae31083a1ba59a52345daa9112b597875fa Mon Sep 17 00:00:00 2001 From: Felicity Chapman Date: Mon, 4 Apr 2022 11:21:01 +0100 Subject: [PATCH 1/2] Fix bug (#26654) --- content/code-security/secret-scanning/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/code-security/secret-scanning/index.md b/content/code-security/secret-scanning/index.md index 8a474dbabc..55a6b880b2 100644 --- a/content/code-security/secret-scanning/index.md +++ b/content/code-security/secret-scanning/index.md @@ -2,7 +2,7 @@ title: Keeping secrets secure with secret scanning shortTitle: Secret scanning intro: 'Let {% data variables.product.company_short %} do the hard work of ensuring that tokens, private keys, and other code secrets are not exposed in your repository.' -product: '{% data reusables.gated-features.secret-scanning %}' +product: '{% data reusables.gated-features.secret-scanning-partner %}' redirect_from: - /code-security/secret-security versions: From ddba40232385142e0d472c79bd4c751d6ee38ba6 Mon Sep 17 00:00:00 2001 From: Matt Pollard Date: Mon, 4 Apr 2022 12:36:27 +0200 Subject: [PATCH 2/2] Update file location; include command (#26605) --- lib/redirects/static/redirect-exceptions.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/redirects/static/redirect-exceptions.txt b/lib/redirects/static/redirect-exceptions.txt index db8c56c43c..8997c2524c 100644 --- a/lib/redirects/static/redirect-exceptions.txt +++ b/lib/redirects/static/redirect-exceptions.txt @@ -1,5 +1,7 @@ -# Redirects are cached in 'lib/redirects/.redirects-cache_*.json'. If changes made here are not being reflected -# on your local server, delete the cache files and restart your server. +# Redirects are cached in 'lib/redirects/.redirects-cache.json'. If changes made here are not being reflected +# on your local server, delete the cache file by running the following command, then restart your server. +# +# rm lib/redirects/.redirects-cache.json # These urls went from being free-pro-team, but are now versioned for more than one enterprise version and enterprise-cloud # Shipped in pull #20947 on 10/15/21 @@ -460,4 +462,4 @@ - /code-security/security-overview/viewing-the-security-overview /enterprise-cloud@latest/code-security/security-overview/filtering-alerts-in-the-security-overview -- /code-security/security-overview/filtering-alerts-in-the-security-overview \ No newline at end of file +- /code-security/security-overview/filtering-alerts-in-the-security-overview