Skip to content

Commit ad811e3

Browse files
authored
Fix link in enforcing-ssl (#33916)
1 parent 63f4301 commit ad811e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aspnetcore/security/enforcing-ssl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to require HTTPS/TLS in an ASP.NET Core web app.
55
ms.author: tdykstra
66
monikerRange: '>= aspnetcore-3.0'
77
ms.custom: mvc, linux-related-content
8-
ms.date: 10/14/2024
8+
ms.date: 10/24/2024
99
uid: security/enforcing-ssl
1010
---
1111
# Enforce HTTPS in ASP.NET Core

aspnetcore/security/enforcing-ssl/includes/enforcing-ssl8.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Create a policy file (`policies.json`) at:
225225

226226
* Windows: `%PROGRAMFILES%\Mozilla Firefox\distribution\`
227227
* MacOS: `Firefox.app/Contents/Resources/distribution`
228-
* Linux: See [Trust the certificate with Firefox on Linux](#trust-ff-linux) in this article.
228+
* Linux: See [Trust the certificate with Firefox on Linux](/aspnet/core/security/enforcing-ssl?tabs=visual-studio%2Clinux-ubuntu%2Clinux-sles#trust-the-certificate-with-firefox-on-linux) in this article.
229229

230230
Add the following JSON to the Firefox policy file:
231231

@@ -324,7 +324,7 @@ For chromium browsers on Linux:
324324

325325
* Exit and restart the browser.
326326

327-
<a name="trust-ff-linux"></a>
327+
<a name="trust-ff-linux8"></a>
328328

329329
#### Trust the certificate with Firefox on Linux
330330

0 commit comments

Comments
 (0)