Skip to content

Commit ede82ce

Browse files
authored
[BULK] DocuTune - Rebranding (#31294)
1 parent e8c3701 commit ede82ce

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
Thank you for your interest in contributing to the .NET documentation!
44

5-
We have moved our guidelines into a site-wide contribution guide. To see the guidance, visit the [Microsoft Docs contributor guide](https://docs.microsoft.com/contribute/dotnet/dotnet-contribute).
5+
We have moved our guidelines into a site-wide contribution guide. To see the guidance, visit the [Microsoft Docs contributor guide](https://learn.microsoft.com/contribute/dotnet/dotnet-contribute).

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Markdownlint](https://github.com/dotnet/docs/workflows/Markdownlint/badge.svg) [![target supported version](https://github.com/dotnet/docs/actions/workflows/version-sweep.yml/badge.svg)](https://github.com/dotnet/docs/actions/workflows/version-sweep.yml)
44

5-
This repository contains the conceptual documentation for .NET. The [.NET documentation site](https://docs.microsoft.com/dotnet) is built from multiple repositories in addition to this one:
5+
This repository contains the conceptual documentation for .NET. The [.NET documentation site](https://learn.microsoft.com/dotnet) is built from multiple repositories in addition to this one:
66

77
- [API reference](https://github.com/dotnet/dotnet-api-docs)
88
- [.NET Compiler Platform SDK reference](https://github.com/dotnet/roslyn-api-docs)
@@ -15,9 +15,9 @@ To contribute, see:
1515

1616
- The [Contributing Guide](CONTRIBUTING.md) for instructions on procedures we use.
1717
- Issues labeled [`up-for-grabs`](https://github.com/dotnet/docs/issues?q=is%3Aopen+is%3Aissue+label%3Aup-for-grabs) for ideas.
18-
- [#Hacktoberfest and Microsoft Docs](https://docs.microsoft.com/contribute/hacktoberfest) for details on our participation in the annual event.
18+
- [#Hacktoberfest and Microsoft Docs](https://learn.microsoft.com/contribute/hacktoberfest) for details on our participation in the annual event.
1919

20-
If you're interested in helping migrate existing code that targets the .NET Framework from the [retired Code Gallery](https://docs.microsoft.com/teamblog/msdn-code-gallery-retired) site to .NET Core applications stored in our [samples repository](https://github.com/dotnet/samples) and downloadable from the [Samples Browser](https://docs.microsoft.com/samples/browse), see the [Code Gallery migration](https://github.com/dotnet/docs/projects/88) project. The code gallery samples were moved to the [Microsoft Archive](https://github.com/microsoftarchive?q=msdn-code-gallery) organization.
20+
If you're interested in helping migrate existing code that targets the .NET Framework from the [retired Code Gallery](https://learn.microsoft.com/teamblog/msdn-code-gallery-retired) site to .NET Core applications stored in our [samples repository](https://github.com/dotnet/samples) and downloadable from the [Samples Browser](https://learn.microsoft.com/samples/browse), see the [Code Gallery migration](https://github.com/dotnet/docs/projects/88) project. The code gallery samples were moved to the [Microsoft Archive](https://github.com/microsoftarchive?q=msdn-code-gallery) organization.
2121

2222
This project has adopted the code of conduct defined by the Contributor Covenant
2323
to clarify expected behavior in our community.

docs/core/extensions/logging-providers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ For more information, see the following resources:
199199
- [Application Insights overview](/azure/application-insights/app-insights-overview)
200200
- [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.
201201
- [Application Insights logging adapters](/azure/azure-monitor/app/asp-net-trace-logs).
202-
- [Install, configure, and initialize the Application Insights SDK](/learn/modules/instrument-web-app-code-with-application-insights) - Interactive tutorial on the Microsoft Learn site.
202+
- [Install, configure, and initialize the Application Insights SDK](/training/modules/instrument-web-app-code-with-application-insights) - Interactive tutorial on the Microsoft Learn site.
203203

204204
## Logging provider design considerations
205205

docs/csharp/tour-of-csharp/tutorials/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ that you can run in your browser. You can learn the basics of C# from the
1111
[C# 101 video series](https://aka.ms/dotnet3-csharp) before starting these interactive lessons.
1212

1313
<!--markdownlint-disable-next-line MD034 -->
14-
> [!VIDEO https://docs.microsoft.com/shows/CSharp-101/What-is-C/player]
14+
> [!VIDEO https://learn.microsoft.com/shows/CSharp-101/What-is-C/player]
1515
1616
The first lessons explain C# concepts using small snippets of code. You'll
1717
learn the basics of C# syntax and how to work with data types like strings,
@@ -22,7 +22,7 @@ programming or the C# language.
2222
You can try these tutorials in different environments. The concepts you'll learn are the same. The difference is which experience you prefer:
2323

2424
- [In your browser, on the docs platform](hello-world.yml): This experience embeds a runnable C# code window in docs pages. You write and execute C# code in the browser.
25-
- [In the Microsoft Learn experience](/learn/paths/csharp-first-steps/). This learning path contains several modules that teach the basics of C#.
25+
- [In the Microsoft Learn training experience](/training/paths/csharp-first-steps/). This learning path contains several modules that teach the basics of C#.
2626
- [In Jupyter on Binder](https://mybinder.org/v2/gh/dotnet/try-samples/main?filepath=hello-csharp%2Fhello-world.ipynb). You can experiment with C# code in a Jupyter notebook on binder.
2727
- [On your local machine](numbers-in-csharp-local.md). After you've explored online, you can [download](https://dotnet.microsoft.com/download) the .NET SDK and build programs on your machine.
2828

@@ -36,7 +36,7 @@ on your machine.
3636
## [Hello world](hello-world.yml)
3737

3838
In the [Hello world](hello-world.yml) tutorial, you'll create the most basic
39-
C# program. You'll explore the `string` type and how to work with text. You can also use the path on [Microsoft Learn](/learn/paths/csharp-first-steps/) or [Jupyter on Binder](https://mybinder.org/v2/gh/dotnet/try-samples/main?filepath=hello-csharp%2Fhello-world.ipynb).
39+
C# program. You'll explore the `string` type and how to work with text. You can also use the path on [Microsoft Learn training](/training/paths/csharp-first-steps/) or [Jupyter on Binder](https://mybinder.org/v2/gh/dotnet/try-samples/main?filepath=hello-csharp%2Fhello-world.ipynb).
4040

4141
## [Numbers in C#](numbers-in-csharp.yml)
4242

docs/iot/toc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
expanded: true
99
items:
1010
- name: Construct Internet of Things devices using the .NET IoT Libraries
11-
href: /learn/modules/create-iot-device-dotnet/
11+
href: /training/modules/create-iot-device-dotnet/
1212
- name: Tutorials
1313
expanded: true
1414
items:

0 commit comments

Comments
 (0)