Skip to content

Commit e8c3701

Browse files
authored
[BULK UPDATE] DocuTune - Rebranding links (dotnet#31293)
1 parent a5877f1 commit e8c3701

File tree

45 files changed

+80
-80
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+80
-80
lines changed

docs/csharp/whats-new/tutorials/mixins-with-default-interface-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this tutorial, you'll learn how to:
1818
1919
## Prerequisites
2020

21-
You’ll need to set up your machine to run .NET Core, including the C# 8.0 compiler. The C# 8.0 compiler is available starting with [Visual Studio 2019 version 16.3](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2019), or the [.NET Core 3.0 SDK](https://dotnet.microsoft.com/download/dotnet) or later.
21+
You’ll need to set up your machine to run .NET Core, including the C# 8.0 compiler. The C# 8.0 compiler is available starting with [Visual Studio 2019 version 16.3](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=learn.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2019), or the [.NET Core 3.0 SDK](https://dotnet.microsoft.com/download/dotnet) or later.
2222

2323
## Limitations of extension methods
2424

docs/csharp/whats-new/tutorials/nullable-reference-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In this tutorial, you'll learn how to:
2121
2222
## Prerequisites
2323

24-
You'll need to set up your machine to run .NET Core, including the C# 8.0 compiler. The C# 8.0 compiler is available with [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2019), or [.NET Core 3.0](https://dotnet.microsoft.com/download/dotnet/3.0).
24+
You'll need to set up your machine to run .NET Core, including the C# 8.0 compiler. The C# 8.0 compiler is available with [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=learn.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2019), or [.NET Core 3.0](https://dotnet.microsoft.com/download/dotnet/3.0).
2525

2626
This tutorial assumes you're familiar with C# and .NET, including either Visual Studio or the .NET CLI.
2727

docs/framework/data/adonet/sql/linq/downloading-sample-databases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ If you want to view or modify a database that you've downloaded, you can use SQL
4949

5050
[Download SQL Server Management Studio (SSMS)](/sql/ssms/download-sql-server-management-studio-ssms)
5151

52-
You can also view and manage databases in the Visual Studio integrated development environment (IDE). In [Visual Studio](https://www.visualstudio.com/downloads/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=button+cta&utm_content=download+vs2019), connect to the database from **SQL Server Object Explorer**, or create a Data Connection to the database in **Server Explorer**. Open these explorer panes from the **View** menu.
52+
You can also view and manage databases in the Visual Studio integrated development environment (IDE). In [Visual Studio](https://www.visualstudio.com/downloads/?utm_medium=microsoft&utm_source=learn.microsoft.com&utm_campaign=button+cta&utm_content=download+vs2019), connect to the database from **SQL Server Object Explorer**, or create a Data Connection to the database in **Server Explorer**. Open these explorer panes from the **View** menu.
5353

5454
## <a name="get_sql"></a> Get SQL Server Express
5555

5656
SQL Server Express is a free, entry-level edition of SQL Server that you can redistribute with applications. Download SQL Server Express from the following page:
5757

5858
[SQL Server Express Edition](https://www.microsoft.com/sql-server/sql-server-editions-express)
5959

60-
If you're using [Visual Studio](https://www.visualstudio.com/downloads/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=button+cta&utm_content=download+vs2019), SQL Server Express LocalDB is included in the free Community edition of Visual Studio, as well as the Professional and higher editions.
60+
If you're using [Visual Studio](https://www.visualstudio.com/downloads/?utm_medium=microsoft&utm_source=learn.microsoft.com&utm_campaign=button+cta&utm_content=download+vs2019), SQL Server Express LocalDB is included in the free Community edition of Visual Studio, as well as the Professional and higher editions.
6161

6262
## See also
6363

docs/framework/data/adonet/sqlclient-streaming-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ namespace StreamingFromServer {
241241
Async = true,
242242
// Since we will immediately wrap the TextReader we are creating in an XmlReader, we will permit the XmlReader to take care of closing\disposing it
243243
CloseInput = true,
244-
// If the Xml you are reading is not a valid document (as per <https://docs.microsoft.com/previous-versions/dotnet/netframework-4.0/6bts1x50(v=vs.100)>) you will need to set the conformance level to Fragment
244+
// If the Xml you are reading is not a valid document (as per <https://learn.microsoft.com/previous-versions/dotnet/netframework-4.0/6bts1x50(v=vs.100)>) you will need to set the conformance level to Fragment
245245
ConformanceLevel = ConformanceLevel.Fragment
246246
};
247247

docs/framework/get-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To develop .NET Framework apps or components, do the following:
6161

6262
2. Select the language or languages supported by the .NET Framework version that you intend to use to develop your apps. A number of languages are available, including [Visual Basic](../../visual-basic/index.yml), [C#](../../csharp/index.yml), [F#](../../fsharp/index.yml), and [C++/CLI](/cpp/dotnet/dotnet-programming-with-cpp-cli-visual-cpp) from Microsoft. (A programming language that allows you to develop apps for .NET Framework adheres to the [Common Language Infrastructure (CLI) specification](https://visualstudio.microsoft.com/license-terms/ecma-c-common-language-infrastructure-standards/).)
6363

64-
3. Select and install the development environment to use to create your apps and that supports your selected programming language or languages. The Microsoft integrated development environment (IDE) for .NET Framework apps is [Visual Studio](https://visualstudio.microsoft.com/vs/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=inline+link). It's available in a number of editions.
64+
3. Select and install the development environment to use to create your apps and that supports your selected programming language or languages. The Microsoft integrated development environment (IDE) for .NET Framework apps is [Visual Studio](https://visualstudio.microsoft.com/vs/?utm_medium=microsoft&utm_source=learn.microsoft.com&utm_campaign=inline+link). It's available in a number of editions.
6565

6666
For more information on developing apps that target .NET Framework, see the [Development Guide](../development-guide.md).
6767

docs/framework/tools/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.assetid: a2ca532d-91f7-426a-9303-417c2ee1247c
1313

1414
The .NET Framework tools make it easier for you to create, deploy, and manage applications and components that target the .NET Framework.
1515

16-
Most of the .NET Framework tools described in this section are automatically installed with Visual Studio. To download Visual Studio, visit the [Visual Studio Downloads](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2019) page.
16+
Most of the .NET Framework tools described in this section are automatically installed with Visual Studio. To download Visual Studio, visit the [Visual Studio Downloads](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=learn.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2019) page.
1717

1818
You can run all the tools from the command line, with the exception of the Assembly Cache Viewer (*Shfusion.dll*). You must access *Shfusion.dll* from File Explorer.
1919

docs/fsharp/get-started/install-fsharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can install F# in multiple ways, depending on your environment.
99

1010
## Install F# with Visual Studio
1111

12-
1. If you're downloading [Visual Studio](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2019) for the first time, it will first install Visual Studio Installer. Install the appropriate edition of Visual Studio from the installer.
12+
1. If you're downloading [Visual Studio](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=learn.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2019) for the first time, it will first install Visual Studio Installer. Install the appropriate edition of Visual Studio from the installer.
1313

1414
If you already have Visual Studio installed, choose **Modify** next to the edition you want to add F# to.
1515

@@ -31,7 +31,7 @@ You can install F# in multiple ways, depending on your environment.
3131

3232
## Install F# with Visual Studio for Mac
3333

34-
F# is installed by default in [Visual Studio for Mac](https://visualstudio.microsoft.com/vs/mac/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=inline+link), no matter which configuration you choose.
34+
F# is installed by default in [Visual Studio for Mac](https://visualstudio.microsoft.com/vs/mac/?utm_medium=microsoft&utm_source=learn.microsoft.com&utm_campaign=inline+link), no matter which configuration you choose.
3535

3636
After the install completes, choose **Start Visual Studio**. You can also open Visual Studio through Finder on macOS.
3737

docs/fsharp/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ landingContent:
1919
- text: "What is F#?"
2020
url: what-is-fsharp.md
2121
- text: "First steps in F#"
22-
url: /learn/modules/fsharp-first-steps/
22+
url: /training/modules/fsharp-first-steps/
2323
- text: "Install F#"
2424
url: get-started/install-fsharp.md
2525
- text: "Get started with F# in Visual Studio"

docs/fundamentals/code-analysis/quality-rules/ca5364.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public class TestClass
143143
public void TestMethod()
144144
{
145145
// Let the operating system decide what TLS protocol version to use.
146-
// See https://docs.microsoft.com/dotnet/framework/network-programming/tls
146+
// See https://learn.microsoft.com/dotnet/framework/network-programming/tls
147147
}
148148
}
149149
```
@@ -155,7 +155,7 @@ Imports System.Net
155155
Public Class TestClass
156156
Public Sub ExampleMethod()
157157
' Let the operating system decide what TLS protocol version to use.
158-
' See https://docs.microsoft.com/dotnet/framework/network-programming/tls
158+
' See https://learn.microsoft.com/dotnet/framework/network-programming/tls
159159
End Sub
160160
End Class
161161
```

docs/fundamentals/code-analysis/quality-rules/ca5386.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public class TestClass
138138
public void TestMethod()
139139
{
140140
// Let the operating system decide what TLS protocol version to use.
141-
// See https://docs.microsoft.com/dotnet/framework/network-programming/tls
141+
// See https://learn.microsoft.com/dotnet/framework/network-programming/tls
142142
}
143143
}
144144
```
@@ -150,7 +150,7 @@ Imports System.Net
150150
Public Class TestClass
151151
Public Sub ExampleMethod()
152152
' Let the operating system decide what TLS protocol version to use.
153-
' See https://docs.microsoft.com/dotnet/framework/network-programming/tls
153+
' See https://learn.microsoft.com/dotnet/framework/network-programming/tls
154154
End Sub
155155
End Class
156156
```

0 commit comments

Comments
 (0)