Skip to content

Commit ded1200

Browse files
authored
Update Mozilla tool doc links (#33211)
1 parent 1ff9fa5 commit ded1200

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

aspnetcore/blazor/fundamentals/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,6 +860,6 @@ Use ***either*** of the following approaches:
860860
* [Implement a custom logging provider in .NET](/dotnet/core/extensions/custom-logging-provider)
861861
* Browser developer tools documentation:
862862
* [Chrome DevTools](https://developer.chrome.com/docs/devtools/)
863-
* [Firefox Developer Tools](https://developer.mozilla.org/docs/Tools)
863+
* [Firefox Developer Tools](https://firefox-source-docs.mozilla.org/devtools-user/index.html)
864864
* [Microsoft Edge Developer Tools overview](/microsoft-edge/devtools-guide-chromium/)
865865
* [Blazor samples GitHub repository (`dotnet/blazor-samples`)](https://github.com/dotnet/blazor-samples) ([how to download](xref:blazor/fundamentals/index#sample-apps))

aspnetcore/blazor/javascript-interoperability/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ To disable client-side caching in browsers, developers usually adopt one of the
249249

250250
* Disable caching when the browser's developer tools console is open. Guidance can be found in the developer tools documentation of each browser maintainer:
251251
* [Chrome DevTools](https://developer.chrome.com/docs/devtools/)
252-
* [Firefox Developer Tools](https://developer.mozilla.org/docs/Tools)
252+
* [Firefox Developer Tools](https://firefox-source-docs.mozilla.org/devtools-user/index.html)
253253
* [Microsoft Edge Developer Tools overview](/microsoft-edge/devtools-guide-chromium/)
254254
* Perform a manual browser refresh of any webpage of the Blazor app to reload JS files from the server. ASP.NET Core's HTTP Caching Middleware always honors a valid no-cache [`Cache-Control` header](https://developer.mozilla.org/docs/Web/HTTP/Headers/Cache-Control) sent by a client.
255255

aspnetcore/blazor/security/includes/troubleshoot-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To enable debug or trace logging for Blazor WebAssembly authentication, see the
2424

2525
* [Google Chrome](https://developers.google.com/web/tools/chrome-devtools/network) (Google documentation)
2626
* [Microsoft Edge](/microsoft-edge/devtools-guide-chromium/network/)
27-
* [Mozilla Firefox](https://developer.mozilla.org/docs/Tools/Network_Monitor) (Mozilla documentation)
27+
* [Mozilla Firefox](https://firefox-source-docs.mozilla.org/devtools-user/network_monitor/index.html) (Mozilla documentation)
2828

2929
The documentation team responds to document feedback and bugs in articles (open an issue from the **This page** feedback section) but is unable to provide product support. Several public support forums are available to assist with troubleshooting an app. We recommend the following:
3030

aspnetcore/blazor/security/includes/troubleshoot-wasm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To enable debug or trace logging for Blazor WebAssembly authentication, see the
2222

2323
* [Google Chrome](https://developers.google.com/web/tools/chrome-devtools/network) (Google documentation)
2424
* [Microsoft Edge](/microsoft-edge/devtools-guide-chromium/network/)
25-
* [Mozilla Firefox](https://developer.mozilla.org/docs/Tools/Network_Monitor) (Mozilla documentation)
25+
* [Mozilla Firefox](https://firefox-source-docs.mozilla.org/devtools-user/network_monitor/index.html) (Mozilla documentation)
2626

2727
* For releases of Blazor where a JSON Web Token (JWT) is used, decode the contents of the token used for authenticating a client or accessing a server web API, depending on where the problem is occurring. For more information, see [Inspect the content of a JSON Web Token (JWT)](#inspect-the-content-of-a-json-web-token-jwt).
2828

aspnetcore/blazor/security/webassembly/standalone-with-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ If the configuration appears correct:
301301
302302
* [Google Chrome](https://developers.google.com/web/tools/chrome-devtools/network) (Google documentation)
303303
* [Microsoft Edge](/microsoft-edge/devtools-guide-chromium/network/)
304-
* [Mozilla Firefox](https://developer.mozilla.org/docs/Tools/Network_Monitor) (Mozilla documentation)
304+
* [Mozilla Firefox](https://firefox-source-docs.mozilla.org/devtools-user/network_monitor/index.html) (Mozilla documentation)
305305
306306
The documentation team responds to document feedback and bugs in articles. Open an issue using the **Open a documentation issue** link at the bottom of the article. The team isn't able to provide product support. Several public support forums are available to assist with troubleshooting an app. We recommend the following:
307307

0 commit comments

Comments
 (0)