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 /Documentation
parent1d1721c63ad41e59faa9a6fb3c0a6907fa90b210 (diff)
Update URLs to point to main
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/linux-setup.md8
-rw-r--r--Documentation/microsoft-team.md4
-rw-r--r--Documentation/prereqs.md2
3 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/linux-setup.md b/Documentation/linux-setup.md
index afc0b44d..652aedb6 100644
--- a/Documentation/linux-setup.md
+++ b/Documentation/linux-setup.md
@@ -8,8 +8,8 @@ There are a few options available for installing .NET Core on Linux systems and
Other useful references
-* [OS lifecycle support policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md)
-* [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md)
+* [OS lifecycle support policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md)
+* [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md)
### Installation using a package manager
@@ -83,11 +83,11 @@ sudo zypper install libunwind libicu
## Ready to install
-Your system is now ready to install .NET Core. See the [Release Notes index](https://github.com/dotnet/core/tree/master/release-notes#net-core-release-notes) for the latest available updates.
+Your system is now ready to install .NET Core. See the [Release Notes index](https://github.com/dotnet/core/tree/main/release-notes#net-core-release-notes) for the latest available updates.
## Installation from a binary archive
-Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements for each distro can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document.
+Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements for each distro can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document.
```bash
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
diff --git a/Documentation/microsoft-team.md b/Documentation/microsoft-team.md
index f8adb900..e92ad606 100644
--- a/Documentation/microsoft-team.md
+++ b/Documentation/microsoft-team.md
@@ -17,7 +17,7 @@ You need to join teams in two organizations. Click the two links:
After you join the teams:
-* Users will be able to @mention you on [.NET Core Repos](https://github.com/dotnet/core/blob/master/Documentation/core-repos.md)
+* Users will be able to @mention you on [.NET Core Repos](https://github.com/dotnet/core/blob/main/Documentation/core-repos.md)
* You will be able to access to private repos we maintain
* You will get write access to a subset of repos
@@ -92,4 +92,4 @@ Service accounts should also be linked. For more details, see [Service accounts
## Guidelines
* [Contributing to .NET Core](https://github.com/dotnet/runtime/blob/master/CONTRIBUTING.md)
-* [What you can expect from Maintainers](https://github.com/dotnet/core/blob/master/Documentation/contributing/maintainers.md)
+* [What you can expect from Maintainers](https://github.com/dotnet/core/blob/main/Documentation/contributing/maintainers.md)
diff --git a/Documentation/prereqs.md b/Documentation/prereqs.md
index 37a7c682..c1424904 100644
--- a/Documentation/prereqs.md
+++ b/Documentation/prereqs.md
@@ -4,4 +4,4 @@
* [Windows Prerequisites](https://docs.microsoft.com/dotnet/core/install/dependencies?pivots=os-windows)
* [macOS Prerequisites](https://docs.microsoft.com/dotnet/core/install/dependencies?pivots=os-macos)
* [Linux Prerequisites](https://docs.microsoft.com/dotnet/core/install/dependencies?pivots=os-linux)
-* [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md)
+* [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md)