1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 17:44:48 +09:00

Update docs.microsoft.com usages to learn.microsoft.com (#102881)

* Update https://docs.microsoft.com to https://learn.microsoft.com

* Update http://docs.microsoft.com/ to https://learn.microsoft.com (removes trailing slash)

* Update docs.microsoft.com to https://learn.microsoft.com

* Update docs.microsoft.com to learn.microsoft.com

* Replace learn.microsoft.com/en-us/ with learn.microsoft.com/ to remove locale from urls
This commit is contained in:
Ken Dale 2024-05-31 14:27:45 -04:00 committed by GitHub
parent cb915b2a48
commit 59f2833b98
Signed by: github
GPG key ID: B5690EEEBB952194
307 changed files with 558 additions and 558 deletions

View file

@ -3,7 +3,7 @@
This folder includes several documents that explain both high-level and low-level concepts about the IL trimmer and related tools.
## Official Docs
View the official trimming docs at [docs.microsoft.com](https://docs.microsoft.com/en-us/dotnet/core/deploying/trimming/trim-self-contained)
View the official trimming docs at [learn.microsoft.com](https://learn.microsoft.com/dotnet/core/deploying/trimming/trim-self-contained)
## Usage Docs
- [MSBuild Integration](illink-tasks.md)