Skip to content

Commit

Permalink
[BULK UPDATE] DocuTune - Rebranding links (dotnet#27044)
Browse files Browse the repository at this point in the history
* [BULK UPDATE] DocuTune - Rebranding links

* Update cascading-values-and-parameters.md
  • Loading branch information
alexbuckgit authored Sep 21, 2022
1 parent 4410f91 commit 167954e
Show file tree
Hide file tree
Showing 76 changed files with 182 additions and 182 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contribute to the ASP.NET Core documentation

This document covers the process for contributing to the articles and code samples that are hosted on the [ASP.NET documentation site](https://docs.microsoft.com/aspnet/). Typo corrections and new articles are welcome contributions.
This document covers the process for contributing to the articles and code samples that are hosted on the [ASP.NET documentation site](https://learn.microsoft.com/aspnet/). Typo corrections and new articles are welcome contributions.

## How to make a simple correction or suggestion

Expand All @@ -16,7 +16,7 @@ You need a basic understanding of [Git and GitHub.com](https://guides.github.com
* If your PR has the label 'cla-required' assigned, [complete the Contribution License Agreement (CLA)](https://cla.dotnetfoundation.org/).
* Respond to PR feedback.

For an example where this process led to publication of a new article, see [Issue 1477](https://github.com/dotnet/docs/issues/1477) and [Pull Request 18955](https://github.com/dotnet/docs/pull/18955) in the .NET Docs repository. The new article is [Use code coverage for unit testing](https://docs.microsoft.com/dotnet/core/testing/unit-testing-code-coverage).
For an example where this process led to publication of a new article, see [Issue 1477](https://github.com/dotnet/docs/issues/1477) and [Pull Request 18955](https://github.com/dotnet/docs/pull/18955) in the .NET Docs repository. The new article is [Use code coverage for unit testing](https://learn.microsoft.com/dotnet/core/testing/unit-testing-code-coverage).

## Docs Authoring Pack extension in Visual Studio Code

Expand Down Expand Up @@ -84,7 +84,7 @@ To render a portion of a file as a snippet by using line numbers:
[!code-html[](configuration/index/sample/Views/Home/Index.cshtml?range=1-10,20,30,40-50)]
```

For C# snippets, reference a [C# region](https://docs.microsoft.com/dotnet/csharp/language-reference/preprocessor-directives/preprocessor-region). Whenever possible, use regions rather than line numbers because line numbers in a code file tend to change and become out of sync with line number references in Markdown. C# regions can be nested. If referencing the outer region, the inner `#region` and `#endregion` directives aren't rendered in a snippet.
For C# snippets, reference a [C# region](https://learn.microsoft.com/dotnet/csharp/language-reference/preprocessor-directives/preprocessor-region). Whenever possible, use regions rather than line numbers because line numbers in a code file tend to change and become out of sync with line number references in Markdown. C# regions can be nested. If referencing the outer region, the inner `#region` and `#endregion` directives aren't rendered in a snippet.

To render a C# region named "snippet_Example":

Expand Down Expand Up @@ -192,7 +192,7 @@ Our goal is to write documentation that is easily understandable by the widest p

## Microsoft Writing Style Guide

The [Microsoft Writing Style Guide](https://docs.microsoft.com/style-guide/welcome/) provides writing style and terminology guidance for all forms of technology communication, including the ASP.NET Core documentation.
The [Microsoft Writing Style Guide](https://learn.microsoft.com/style-guide/welcome/) provides writing style and terminology guidance for all forms of technology communication, including the ASP.NET Core documentation.

## Redirects

Expand Down
4 changes: 2 additions & 2 deletions aspnetcore/blazor/file-downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ For more information on CORS with ASP.NET Core apps and other Microsoft products
* <xref:security/cors>
* [Using Azure CDN with CORS (Azure documentation)](/azure/cdn/cdn-cors)
* [Cross-Origin Resource Sharing (CORS) support for Azure Storage (REST documentation)](/rest/api/storageservices/cross-origin-resource-sharing--cors--support-for-the-azure-storage-services)
* [Core Cloud Services - Set up CORS for your website and storage assets (Learn Module)](/learn/modules/set-up-cors-website-storage/)
* [Core Cloud Services - Set up CORS for your website and storage assets (Learn module)](/training/modules/set-up-cors-website-storage/)
* [IIS CORS module Configuration Reference (IIS documentation)](/iis/extensions/cors-module/cors-module-configuration-reference)
## Additional resources
Expand Down Expand Up @@ -289,7 +289,7 @@ For more information on CORS with ASP.NET Core apps and other Microsoft products
* <xref:security/cors>
* [Using Azure CDN with CORS (Azure documentation)](/azure/cdn/cdn-cors)
* [Cross-Origin Resource Sharing (CORS) support for Azure Storage (REST documentation)](/rest/api/storageservices/cross-origin-resource-sharing--cors--support-for-the-azure-storage-services)
* [Core Cloud Services - Set up CORS for your website and storage assets (Learn Module)](/learn/modules/set-up-cors-website-storage/)
* [Core Cloud Services - Set up CORS for your website and storage assets (Learn module)](/training/modules/set-up-cors-website-storage/)
* [IIS CORS module Configuration Reference (IIS documentation)](/iis/extensions/cors-module/cors-module-configuration-reference)
## Additional resources
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ The following tutorials are available for ASP.NET Core Blazor:

* <xref:blazor/hybrid/tutorials/index>

* [Learn modules](/learn/paths/build-web-apps-with-blazor/)
* [Learn modules](/training/paths/build-web-apps-with-blazor/)

For more information on Blazor hosting models, Blazor Server and Blazor WebAssembly, see <xref:blazor/hosting-models>.
8 changes: 4 additions & 4 deletions aspnetcore/blazor/tutorials/signalr-blazor.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ At the end of this tutorial, you'll have a working chat app.

# [Visual Studio](#tab/visual-studio)

* [Visual Studio 2022 or later](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2022) with the **ASP.NET and web development** workload
* [Visual Studio 2022 or later](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=learn.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2022) with the **ASP.NET and web development** workload
* [!INCLUDE [.NET Core 6.0 SDK](~/includes/6.0-SDK.md)]

# [Visual Studio Code](#tab/visual-studio-code)
Expand Down Expand Up @@ -571,7 +571,7 @@ At the end of this tutorial, you'll have a working chat app.

# [Visual Studio](#tab/visual-studio)

* [Visual Studio 2019 16.10 or later](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2019) with the **ASP.NET and web development** workload
* [Visual Studio 2019 16.10 or later](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=learn.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2019) with the **ASP.NET and web development** workload
* [!INCLUDE [.NET Core 5.0 SDK](~/includes/5.0-SDK.md)]

# [Visual Studio Code](#tab/visual-studio-code)
Expand Down Expand Up @@ -1097,7 +1097,7 @@ At the end of this tutorial, you'll have a working chat app.

# [Visual Studio](#tab/visual-studio)

* [Visual Studio 2019 16.6 or later](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2019) with the **ASP.NET and web development** workload
* [Visual Studio 2019 16.6 or later](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=learn.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2019) with the **ASP.NET and web development** workload
* [!INCLUDE [.NET Core 3.1 SDK](~/includes/3.1-SDK.md)]

# [Visual Studio Code](#tab/visual-studio-code)
Expand Down Expand Up @@ -1679,7 +1679,7 @@ At the end of this tutorial, you'll have a working chat app.

# [Visual Studio](#tab/visual-studio)

* [Visual Studio 2022 or later](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2022) with the **ASP.NET and web development** workload
* [Visual Studio 2022 or later](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=learn.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2022) with the **ASP.NET and web development** workload
* [!INCLUDE [.NET Core 6.0 SDK](~/includes/6.0-SDK.md)]

# [Visual Studio Code](#tab/visual-studio-code)
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/client-side/libman/libman-vs.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Visual Studio has built-in support for [LibMan](xref:client-side/libman/index) i

## Prerequisites

* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2019) with the **ASP.NET and web development** workload
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=learn.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2019) with the **ASP.NET and web development** workload

## Add library files

Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/data/ef-mvc/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ The sample application is a web site for a fictional Contoso University. It incl
## Prerequisites

* [.NET Core SDK 2.2](https://dotnet.microsoft.com/download)
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2019) with the following workloads:
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=learn.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2019) with the following workloads:
* **ASP.NET and web development** workload
* **.NET Core cross-platform development** workload

Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/data/ef-mvc/intro/samples/cu/readme.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This project is used for providing snippets to [the EF MVC Core tutorial series](https://docs.microsoft.com/aspnet/core/data/ef-mvc/intro). The sample project that's built by following the tutorials is at https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/data/ef-mvc/intro/samples/cu-final.
This project is used for providing snippets to [the EF MVC Core tutorial series](https://learn.microsoft.com/aspnet/core/data/ef-mvc/intro). The sample project that's built by following the tutorials is at https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/data/ef-mvc/intro/samples/cu-final.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# ASP.NET Core Session Sample

This sample illustrates the use of session state. This sample demonstrates the scenarios described in the [Session and app state in ASP.NET Core](https://docs.microsoft.com/aspnet/core/fundamentals/app-state) topic.
This sample illustrates the use of session state. This sample demonstrates the scenarios described in the [Session and app state in ASP.NET Core](https://learn.microsoft.com/aspnet/core/fundamentals/app-state) topic.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ASP.NET Core Change Token Sample

This sample illustrates the use of [ChangeToken](https://docs.microsoft.com/dotnet/api/microsoft.extensions.primitives.changetoken). This sample demonstrates the features described in the [Detect changes with Change Tokens](https://docs.microsoft.com/aspnet/core/fundamentals/change-tokens) topic.
This sample illustrates the use of [ChangeToken](https://learn.microsoft.com/dotnet/api/microsoft.extensions.primitives.changetoken). This sample demonstrates the features described in the [Detect changes with Change Tokens](https://learn.microsoft.com/aspnet/core/fundamentals/change-tokens) topic.

Run the sample and follow the instructions on the Index page.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ASP.NET Core Change Token Sample

This sample illustrates the use of [ChangeToken](https://docs.microsoft.com/dotnet/api/microsoft.extensions.primitives.changetoken). This sample demonstrates the features described in the [Detect changes with Change Tokens](https://docs.microsoft.com/aspnet/core/fundamentals/change-tokens) topic.
This sample illustrates the use of [ChangeToken](https://learn.microsoft.com/dotnet/api/microsoft.extensions.primitives.changetoken). This sample demonstrates the features described in the [Detect changes with Change Tokens](https://learn.microsoft.com/aspnet/core/fundamentals/change-tokens) topic.

Run the sample and follow the instructions on the Index page.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# ASP.NET Core Configuration Sample

This sample illustrates the use of the Configuration API. This sample demonstrates the scenarios described in the [Configuration in ASP.NET Core](https://docs.microsoft.com/aspnet/core/fundamentals/configuration) topic.
This sample illustrates the use of the Configuration API. This sample demonstrates the scenarios described in the [Configuration in ASP.NET Core](https://learn.microsoft.com/aspnet/core/fundamentals/configuration) topic.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# ASP.NET Core Configuration Sample

This sample illustrates the use of the Configuration API. This sample demonstrates the scenarios described in the [Configuration in ASP.NET Core](https://docs.microsoft.com/aspnet/core/fundamentals/configuration) topic.
This sample illustrates the use of the Configuration API. This sample demonstrates the scenarios described in the [Configuration in ASP.NET Core](https://learn.microsoft.com/aspnet/core/fundamentals/configuration) topic.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# ASP.NET Core Dependency Injection Sample

This sample illustrates the use of dependency injection with ASP.NET Core. This sample demonstrates the scenario described in the [Dependency injection in ASP.NET Core](https://docs.microsoft.com/aspnet/core/fundamentals/dependency-injection) topic.
This sample illustrates the use of dependency injection with ASP.NET Core. This sample demonstrates the scenario described in the [Dependency injection in ASP.NET Core](https://learn.microsoft.com/aspnet/core/fundamentals/dependency-injection) topic.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# ASP.NET Core File Provider Sample

This sample illustrates the use of File Provider. This sample demonstrates the scenario described in the [File Providers in ASP.NET Core](https://docs.microsoft.com/aspnet/core/fundamentals/file-providers) topic.
This sample illustrates the use of File Provider. This sample demonstrates the scenario described in the [File Providers in ASP.NET Core](https://learn.microsoft.com/aspnet/core/fundamentals/file-providers) topic.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# ASP.NET Core File Provider Sample

This sample illustrates the use of File Provider. This sample demonstrates the scenario described in the [File Providers in ASP.NET Core](https://docs.microsoft.com/aspnet/core/fundamentals/file-providers) topic.
This sample illustrates the use of File Provider. This sample demonstrates the scenario described in the [File Providers in ASP.NET Core](https://learn.microsoft.com/aspnet/core/fundamentals/file-providers) topic.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ASP.NET Core Background Tasks Sample

This sample illustrates the use of [IHostedService](https://docs.microsoft.com/dotnet/api/microsoft.extensions.hosting.ihostedservice). This sample demonstrates the features described in the [Background tasks with hosted services in ASP.NET Core](https://docs.microsoft.com/aspnet/core/fundamentals/host/hosted-services) topic.
This sample illustrates the use of [IHostedService](https://learn.microsoft.com/dotnet/api/microsoft.extensions.hosting.ihostedservice). This sample demonstrates the features described in the [Background tasks with hosted services in ASP.NET Core](https://learn.microsoft.com/aspnet/core/fundamentals/host/hosted-services) topic.

Run the sample from a command shell:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ASP.NET Core Background Tasks Sample

This sample illustrates the use of [IHostedService](https://docs.microsoft.com/dotnet/api/microsoft.extensions.hosting.ihostedservice). This sample demonstrates the features described in the [Background tasks with hosted services in ASP.NET Core](https://docs.microsoft.com/aspnet/core/fundamentals/host/hosted-services) topic.
This sample illustrates the use of [IHostedService](https://learn.microsoft.com/dotnet/api/microsoft.extensions.hosting.ihostedservice). This sample demonstrates the features described in the [Background tasks with hosted services in ASP.NET Core](https://learn.microsoft.com/aspnet/core/fundamentals/host/hosted-services) topic.

Run the sample from a command shell:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# ASP.NET Core Hosting Startup Sample

This sample illustrates the use of [IHostingStartup](https://docs.microsoft.com/dotnet/api/microsoft.aspnetcore.hosting.ihostingstartup). This sample demonstrates the scenarios described in [Enhance an app from an external assembly](https://docs.microsoft.com/aspnet/core/fundamentals/host/platform-specific-configuration).
This sample illustrates the use of [IHostingStartup](https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.hosting.ihostingstartup). This sample demonstrates the scenarios described in [Enhance an app from an external assembly](https://learn.microsoft.com/aspnet/core/fundamentals/host/platform-specific-configuration).
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# ASP.NET Core Hosting Startup Sample

This sample illustrates the use of [IHostingStartup](https://docs.microsoft.com/dotnet/api/microsoft.aspnetcore.hosting.ihostingstartup). This sample demonstrates the scenarios described in [Enhance an app from an external assembly](https://docs.microsoft.com/aspnet/core/fundamentals/host/platform-specific-configuration).
This sample illustrates the use of [IHostingStartup](https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.hosting.ihostingstartup). This sample demonstrates the scenarios described in [Enhance an app from an external assembly](https://learn.microsoft.com/aspnet/core/fundamentals/host/platform-specific-configuration).
4 changes: 2 additions & 2 deletions aspnetcore/fundamentals/logging/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ For more information, see the following resources:
* [Application Insights for ASP.NET Core applications](/azure/azure-monitor/app/asp-net-core): Start here if you want to implement the full range of Application Insights telemetry along with logging.
* [ApplicationInsightsLoggerProvider for .NET Core ILogger logs](/azure/azure-monitor/app/ilogger): Start here if you want to implement the logging provider without the rest of Application Insights telemetry.
* [Application Insights logging adapters](/azure/azure-monitor/app/asp-net-trace-logs)
* [Install, configure, and initialize the Application Insights SDK](/learn/modules/instrument-web-app-code-with-application-insights) interactive tutorial.
* [Install, configure, and initialize the Application Insights SDK](/training/modules/instrument-web-app-code-with-application-insights) interactive tutorial.

## Third-party logging providers

Expand Down Expand Up @@ -1621,7 +1621,7 @@ For more information, see the following resources:
* [Application Insights for ASP.NET Core applications](/azure/azure-monitor/app/asp-net-core) - Start here if you want to implement the full range of Application Insights telemetry along with logging.
* [ApplicationInsightsLoggerProvider for .NET Core ILogger logs](/azure/azure-monitor/app/ilogger) - Start here if you want to implement the logging provider without the rest of Application Insights telemetry.
* [Application Insights logging adapters](/azure/azure-monitor/app/asp-net-trace-logs).
* [Install, configure, and initialize the Application Insights SDK](/learn/modules/instrument-web-app-code-with-application-insights) interactive tutorial.
* [Install, configure, and initialize the Application Insights SDK](/training/modules/instrument-web-app-code-with-application-insights) interactive tutorial.

## Third-party logging providers

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# ASP.NET Core logging sample application

This sample application is for the [ASP.NET Core Logging](https://docs.microsoft.com/aspnet/core/fundamentals/logging/index) article and is based on the sample created for the [First Web API with ASP.NET Core MVC](https://docs.microsoft.com/aspnet/core/tutorials/first-web-api) tutorial.
This sample application is for the [ASP.NET Core Logging](https://learn.microsoft.com/aspnet/core/fundamentals/logging/index) article and is based on the sample created for the [First Web API with ASP.NET Core MVC](https://learn.microsoft.com/aspnet/core/tutorials/first-web-api) tutorial.
Loading

0 comments on commit 167954e

Please sign in to comment.