Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorImmo Landwerth <immol@microsoft.com>2021-02-24 20:33:19 +0300
committerImmo Landwerth <immol@microsoft.com>2021-02-24 20:35:54 +0300
commit1daf0dc9fde4094ce9d3d7d16ceb142768707b20 (patch)
tree6db0d02fba96cda6d0946f7b51da9232e9955c05 /samples
parent1d1721c63ad41e59faa9a6fb3c0a6907fa90b210 (diff)
Update URLs to point to main
Diffstat (limited to 'samples')
-rw-r--r--samples/RaspberryPiInstructions.md2
-rw-r--r--samples/dependadotnet/Program.cs2
-rw-r--r--samples/dependadotnet/dependadotnet.csproj2
-rw-r--r--samples/dotnet-runtimeinfo/dotnet-runtimeinfo.csproj2
-rw-r--r--samples/dotnetsay/dotnetsay.csproj2
-rw-r--r--samples/linker-instructions.md2
6 files changed, 6 insertions, 6 deletions
diff --git a/samples/RaspberryPiInstructions.md b/samples/RaspberryPiInstructions.md
index 5e5d7647..d40cfce5 100644
--- a/samples/RaspberryPiInstructions.md
+++ b/samples/RaspberryPiInstructions.md
@@ -50,7 +50,7 @@ Note: All models of generation 1 and Pi Zero are not supported because the .NET
* Install [Linux](https://www.raspberrypi.org/downloads/) on your Pi.
-* Install the [platform dependencies from your distro's package manager](https://github.com/dotnet/core/blob/master/Documentation/prereqs.md) for .NET Core. .NET Core depends on some packages from the Linux package manager as prerequisites to running your application.
+* Install the [platform dependencies from your distro's package manager](https://github.com/dotnet/core/blob/main/Documentation/prereqs.md) for .NET Core. .NET Core depends on some packages from the Linux package manager as prerequisites to running your application.
For Raspbian [Debian 9 Jessie](https://docs.microsoft.com/dotnet/core/linux-prerequisites?tabs=netcore2x#install-net-core-for-debian-8-or-debian-9-64-bit) you need to do the following:
```
diff --git a/samples/dependadotnet/Program.cs b/samples/dependadotnet/Program.cs
index cafa2be5..5a11beb7 100644
--- a/samples/dependadotnet/Program.cs
+++ b/samples/dependadotnet/Program.cs
@@ -19,7 +19,7 @@ if (args is { Length: 0 } || args[0] is not string path)
string topMatter =
@"# generated by dependadotnet
-# https://github.com/dotnet/core/tree/master/samples/dependadotnet
+# https://github.com/dotnet/core/tree/main/samples/dependadotnet
version: 2
updates:";
diff --git a/samples/dependadotnet/dependadotnet.csproj b/samples/dependadotnet/dependadotnet.csproj
index 189f5f70..ad6e1ca3 100644
--- a/samples/dependadotnet/dependadotnet.csproj
+++ b/samples/dependadotnet/dependadotnet.csproj
@@ -10,7 +10,7 @@
<Authors>Richard Lander</Authors>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
- <PackageProjectUrl>https://github.com/dotnet/core/blob/master/samples/dependadotnet/README.md</PackageProjectUrl>
+ <PackageProjectUrl>https://github.com/dotnet/core/blob/main/samples/dependadotnet/README.md</PackageProjectUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<DebugType>embedded</DebugType>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
diff --git a/samples/dotnet-runtimeinfo/dotnet-runtimeinfo.csproj b/samples/dotnet-runtimeinfo/dotnet-runtimeinfo.csproj
index 905dab4f..f0b408e3 100644
--- a/samples/dotnet-runtimeinfo/dotnet-runtimeinfo.csproj
+++ b/samples/dotnet-runtimeinfo/dotnet-runtimeinfo.csproj
@@ -8,7 +8,7 @@
<Nullable>enable</Nullable>
<RollForward>LatestMajor</RollForward>
<VersionPrefix>1.0.4</VersionPrefix>
- <PackageProjectUrl>https://github.com/dotnet/core/blob/master/samples/dotnet-runtimeinfo/README.md</PackageProjectUrl>
+ <PackageProjectUrl>https://github.com/dotnet/core/blob/main/samples/dotnet-runtimeinfo/README.md</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>.NET Foundation</Copyright>
<Authors>.NET Team</Authors>
diff --git a/samples/dotnetsay/dotnetsay.csproj b/samples/dotnetsay/dotnetsay.csproj
index 2c26f1a6..095423b5 100644
--- a/samples/dotnetsay/dotnetsay.csproj
+++ b/samples/dotnetsay/dotnetsay.csproj
@@ -8,7 +8,7 @@
<Nullable>Enable</Nullable>
<RollForward>LatestMajor</RollForward>
<VersionPrefix>2.1.7</VersionPrefix>
- <PackageProjectUrl>https://github.com/dotnet/core/blob/master/samples/dotnetsay/README.md</PackageProjectUrl>
+ <PackageProjectUrl>https://github.com/dotnet/core/blob/main/samples/dotnetsay/README.md</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>.NET Foundation</Copyright>
<Authors>.NET Team</Authors>
diff --git a/samples/linker-instructions.md b/samples/linker-instructions.md
index fd23f996..9f39d053 100644
--- a/samples/linker-instructions.md
+++ b/samples/linker-instructions.md
@@ -16,7 +16,7 @@ For more advanced IL Linker instructions, see [Using IL Linker Advanced Features
## Instructions
-The instructions assume you are using [.NET Core 2.0](https://github.com/dotnet/core/blob/master/release-notes/download-archive.md) or [.NET Core daily builds](https://github.com/dotnet/core/blob/master/daily-builds.md). You can validate your .NET Core SDK version by typing `dotnet --version`.
+The instructions assume you are using [.NET Core 2.0](https://github.com/dotnet/core/blob/main/release-notes/download-archive.md) or [.NET Core daily builds](https://github.com/dotnet/core/blob/main/daily-builds.md). You can validate your .NET Core SDK version by typing `dotnet --version`.
1. Select a project to test with. If you don't have one, you can do one of the following:
* Create one with `dotnet new console -o testapp`; `cd testapp`, or