Skip to content

Commit 1daf0dc

Browse files
committed
Update URLs to point to main
1 parent 1d1721c commit 1daf0dc

File tree

319 files changed

+1024
-1024
lines changed

Some content is hidden

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

319 files changed

+1024
-1024
lines changed

Documentation/linux-setup.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ There are a few options available for installing .NET Core on Linux systems and
88

99
Other useful references
1010

11-
* [OS lifecycle support policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md)
12-
* [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md)
11+
* [OS lifecycle support policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md)
12+
* [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md)
1313

1414
### Installation using a package manager
1515

@@ -83,11 +83,11 @@ sudo zypper install libunwind libicu
8383

8484
## Ready to install
8585

86-
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.
86+
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.
8787

8888
## Installation from a binary archive
8989

90-
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.
90+
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.
9191

9292
```bash
9393
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet

Documentation/microsoft-team.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You need to join teams in two organizations. Click the two links:
1717

1818
After you join the teams:
1919

20-
* Users will be able to @mention you on [.NET Core Repos](https://github.com/dotnet/core/blob/master/Documentation/core-repos.md)
20+
* Users will be able to @mention you on [.NET Core Repos](https://github.com/dotnet/core/blob/main/Documentation/core-repos.md)
2121
* You will be able to access to private repos we maintain
2222
* You will get write access to a subset of repos
2323

@@ -92,4 +92,4 @@ Service accounts should also be linked. For more details, see [Service accounts
9292
## Guidelines
9393

9494
* [Contributing to .NET Core](https://github.com/dotnet/runtime/blob/master/CONTRIBUTING.md)
95-
* [What you can expect from Maintainers](https://github.com/dotnet/core/blob/master/Documentation/contributing/maintainers.md)
95+
* [What you can expect from Maintainers](https://github.com/dotnet/core/blob/main/Documentation/contributing/maintainers.md)

Documentation/prereqs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* [Windows Prerequisites](https://docs.microsoft.com/dotnet/core/install/dependencies?pivots=os-windows)
55
* [macOS Prerequisites](https://docs.microsoft.com/dotnet/core/install/dependencies?pivots=os-macos)
66
* [Linux Prerequisites](https://docs.microsoft.com/dotnet/core/install/dependencies?pivots=os-linux)
7-
* [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md)
7+
* [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ The latest major release is [.NET 5.0](release-notes/5.0/README.md). The latest
1313
## Learn about .NET Core
1414

1515
* [Learn about .NET Core](https://docs.microsoft.com/dotnet/core)
16-
* [.NET Core Roadmap](https://github.com/dotnet/core/blob/master/roadmap.md)
16+
* [.NET Core Roadmap](https://github.com/dotnet/core/blob/main/roadmap.md)
1717
* [Learn about the .NET platform](https://docs.microsoft.com/dotnet/standard/)
18-
* [.NET Core release notes](https://github.com/dotnet/core/blob/master/release-notes/README.md)
18+
* [.NET Core release notes](https://github.com/dotnet/core/blob/main/release-notes/README.md)
1919
* [.NET Core Announcements](https://github.com/dotnet/announcements)
2020
* [.NET Core blog](https://blogs.msdn.microsoft.com/dotnet/tag/net-core/)
2121

license-information-windows.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ The following binaries are licensed with the
2626
* Microsoft.DiaSymReader.Native.{x86|amd64|arm|arm64}.dll (used by .NET SDK)
2727

2828
All other binaries and files are licensed with the
29-
[MIT license](https://github.com/dotnet/core/blob/master/LICENSE.TXT)
29+
[MIT license](https://github.com/dotnet/core/blob/main/LICENSE.TXT)
3030

3131
This document is provided for informative purposes only, and is not itself a license.

release-notes/1.0/1.0-supported-os.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ openSUSE | 42.3+ (1.1) | x64 |
4141

4242
## Out of support OS versions
4343

44-
Support for the following versions was ended by the distribution owners and are [not supported by .NET Core 1.x](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md).
44+
Support for the following versions was ended by the distribution owners and are [not supported by .NET Core 1.x](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md).
4545

4646
OS | Version | End of Life
4747
-----------|----------|-------------

release-notes/1.0/1.0.0-known-issues.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This document lists known issues for *.NET Core 1.0.0* and *.NET Core SDK 1.0.0
44

55
## .NET Core native prerequisites
66

7-
See the [.NET Core prequisites document](https://github.com/dotnet/core/blob/master/Documentation/prereqs.md) to understand any installation or setup requirements for your OS which are not handled by the .NET Core 1.0.0 installers.
7+
See the [.NET Core prequisites document](https://github.com/dotnet/core/blob/main/Documentation/prereqs.md) to understand any installation or setup requirements for your OS which are not handled by the .NET Core 1.0.0 installers.
88

99
## NegotiateStream's functionality relies on gssapi implementation
1010

release-notes/1.0/1.0.1-sdk-release-notes.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
## .NET Core March 2017 Update - Released 3/7/2017
44

55
* .NET Core SDK 1.0.0 and 1.0.1
6-
* [.NET Core 1.0.4](https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.4.md)
7-
* [.NET Core 1.1.1](https://github.com/dotnet/core/blob/master/release-notes/1.1/1.1.1.md)
6+
* [.NET Core 1.0.4](https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.4.md)
7+
* [.NET Core 1.1.1](https://github.com/dotnet/core/blob/main/release-notes/1.1/1.1.1.md)
88

9-
[.NET Core 1.0.4](https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.4.md) was released today. Both releases include reliability updates to improve the quality of .NET Core. You can download the .NET Core Runtime releases via our [.NET Core Runtimes download page](https://dotnet.microsoft.com/download/dotnet/current/runtime). If you are looking for the .NET Core SDK, to get the latest tools, try the [.NET Core SDK download page](https://dotnet.microsoft.com/download).
9+
[.NET Core 1.0.4](https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.4.md) was released today. Both releases include reliability updates to improve the quality of .NET Core. You can download the .NET Core Runtime releases via our [.NET Core Runtimes download page](https://dotnet.microsoft.com/download/dotnet/current/runtime). If you are looking for the .NET Core SDK, to get the latest tools, try the [.NET Core SDK download page](https://dotnet.microsoft.com/download).
1010

1111
Have a look at the [.NET announcement blog post](https://blogs.msdn.microsoft.com/dotnet/2017/03/07/announcing-net-core-tools-1-0/) for details and great context around the release. Visual Studio 2017 is also releasing today and you can read about it in their [announcement](https://blogs.msdn.microsoft.com/visualstudio/).
1212

release-notes/1.0/1.0.10.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Microsoft is releasing security advisories for .NET Core and ASP.NET Core. Issue
55
.NET Core 1.0.10 and SDK 1.1.8 are available for download and usage in your environment.
66

77
* [Getting Started](https://dotnet.microsoft.com/download)
8-
* [Downloads](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.10-download.md)
8+
* [Downloads](https://github.com/dotnet/core/blob/main/release-notes/download-archives/1.0.10-download.md)
99

1010
The .NET Core SDK 1.1.8 includes .NET Core 1.0.10 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 1.1.8, the following command will show that you're running version `1.1.8` of the tools.
1111

release-notes/1.0/1.0.11.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Microsoft is releasing updates for .NET Core and ASP.NET Core. Issues addressed
55
.NET Core 1.0.11 and SDK 1.1.8 are available for download and usage in your environment.
66

77
* [Getting Started](https://dotnet.microsoft.com/download)
8-
* [Downloads](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.11-download.md)
8+
* [Downloads](https://github.com/dotnet/core/blob/main/release-notes/download-archives/1.0.11-download.md)
99

1010
The .NET Core SDK 1.1.9 includes .NET Core 1.0.11 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 1.1.8, the following command will show that you're running version `1.1.9` of the tools.
1111

release-notes/1.0/1.0.12.md

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

33
.NET Core 1.0.12 is available for download and usage in your environment.
44

5-
* [Download .NET Core](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.12-download.md)
5+
* [Download .NET Core](https://github.com/dotnet/core/blob/main/release-notes/download-archives/1.0.12-download.md)
66

77
## Blog Round up
88

@@ -22,7 +22,7 @@ The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have b
2222

2323
## .NET Core Lifecycle News
2424

25-
See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release.
25+
See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release.
2626

2727
.NET Core 2.1 is expected to be declared LTS in the next few months. It is recommended that 2.1 be the default target for projects. .NET Core 2.0 will go out of support October 2018.
2828

release-notes/1.0/1.0.13.md

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

33
.NET Core 1.0.13 is available for download and usage in your environment.
44

5-
* [Download .NET Core](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.13-download.md)
5+
* [Download .NET Core](https://github.com/dotnet/core/blob/main/release-notes/download-archives/1.0.13-download.md)
66

77
## Blog Round up
88

@@ -22,7 +22,7 @@ The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have b
2222

2323
## .NET Core Lifecycle News
2424

25-
See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release.
25+
See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release.
2626

2727
As .NET Core 2.1 has become LTS (anounced in [August 2018 blog post](https://blogs.msdn.microsoft.com/dotnet/2018/08/21/net-core-august-2018-update)), 1.0 and 1.1 have entered their maintenance phase and will only get critical security fixes going forward till their end of support on June 27, 2019.
2828

release-notes/1.0/1.0.14/1.0.14-download.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* .NET Core Runtime 1.0.14
66
* .NET Core SDK 1.1.12
77

8-
See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.14/1.0.14.md) for details about what is included in this update.
8+
See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.14/1.0.14.md) for details about what is included in this update.
99

1010
| | SDK Installer<sup>1</sup> | SDK Binaries<sup>1</sup> | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime |
1111
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |
@@ -53,15 +53,15 @@ sudo apt-get install dotnet-sharedframework-microsoft.netcore.app-1.0.14
5353

5454
## Installation from a binary archive
5555

56-
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 can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document.
56+
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 can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document.
5757

5858
```bash
5959
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
6060
export PATH=$PATH:$HOME/dotnet
6161
```
6262
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
6363
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
64-
[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.14.md
64+
[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.14.md
6565

6666
[dotnet-centos-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/49f8157c-f170-4e0e-88ab-20170f9f5354/3fe0e777d5953e2919e7ca0a78c08737/dotnet-centos-x64.1.0.14.tar.gz
6767
[dotnet-debian-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/cf9005e0-2e04-45c5-95fb-617cd1cf23d2/7638479ba289bc6e78e7c4736216f106/dotnet-debian-x64.1.0.14.tar.gz
@@ -98,4 +98,4 @@ export PATH=$PATH:$HOME/dotnet
9898
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.12-sdk-sha.txt
9999

100100
[linux-install]: https://dotnet.microsoft.com/download/dotnet/1.0
101-
[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md
101+
[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md

release-notes/1.0/1.0.14/1.0.14.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ There are no changes this month in OS version support status.
2222

2323
.NET Core 1.0 and 1.1, which entered "Maintenance" support status when 2.1 was declared LTS, will be end-of-life June 27, 2019. Updates for the 1.0 and 1.1 channels will no longer be offered after that date. See [.NET Core Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) to learn more about the .NET Core support lifecycle.
2424

25-
See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release.
25+
See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release.
2626

2727
## Notable Changes in 1.0.14
2828

release-notes/1.0/1.0.15/1.0.15-download.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ sudo apt-get install dotnet-sharedframework-microsoft.netcore.app-1.0.15
5252

5353
## Installation from a binary archive
5454

55-
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 can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document.
55+
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 can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document.
5656

5757
```bash
5858
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
5959
export PATH=$PATH:$HOME/dotnet
6060
```
6161
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
6262
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
63-
[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.15.md
63+
[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.15.md
6464

6565
[dotnet-centos-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/160b5882-cc9f-4887-b641-b2049d0a1844/74e559657e6ca8f92319164506f8ad64/dotnet-centos-x64.1.0.15.tar.gz
6666
[dotnet-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/171b6b96-9368-40f2-87a6-77a7a0f422e3/f706ac99ee323d1061611d4e84df742d/dotnet-osx-x64.1.0.15.pkg
@@ -95,5 +95,5 @@ export PATH=$PATH:$HOME/dotnet
9595
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.13-sdk-sha.txt
9696

9797
[linux-install]: https://dotnet.microsoft.com/download/dotnet/1.0
98-
[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md
98+
[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md
9999
[dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2019/03/12/net-core-march-2019/

release-notes/1.0/1.0.15/1.0.15.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ There are no changes this month in OS version support status.
2424

2525
.NET Core 1.0 and 1.1, which entered "Maintenance" support status when 2.1 was declared LTS, will be end-of-life June 27, 2019. Updates for the 1.0 and 1.1 channels will no longer be offered after that date. See [.NET Core Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) to learn more about the .NET Core support lifecycle.
2626

27-
See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release.
27+
See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release.
2828

2929
## Changes in 1.0.15
3030

0 commit comments

Comments
 (0)