|
5 | 5 | * .NET Core Runtime 1.0.14
|
6 | 6 | * .NET Core SDK 1.1.12
|
7 | 7 |
|
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. |
9 | 9 |
|
10 | 10 | | | SDK Installer<sup>1</sup> | SDK Binaries<sup>1</sup> | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime |
|
11 | 11 | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |
|
@@ -53,15 +53,15 @@ sudo apt-get install dotnet-sharedframework-microsoft.netcore.app-1.0.14
|
53 | 53 |
|
54 | 54 | ## Installation from a binary archive
|
55 | 55 |
|
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. |
57 | 57 |
|
58 | 58 | ```bash
|
59 | 59 | mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
|
60 | 60 | export PATH=$PATH:$HOME/dotnet
|
61 | 61 | ```
|
62 | 62 | [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
|
63 | 63 | [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 |
65 | 65 |
|
66 | 66 | [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
|
67 | 67 | [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
|
98 | 98 | [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.12-sdk-sha.txt
|
99 | 99 |
|
100 | 100 | [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 |
0 commit comments