From 59177fa379a4bbb7a83f69f0490fc93b98ae9282 Mon Sep 17 00:00:00 2001 From: Cory Calahan Date: Thu, 7 Aug 2025 15:49:02 -0700 Subject: [PATCH] Redirect supported OS doc section to current public Docs location (#3979) --- docs/start/envlinux.md | 2 +- docs/start/envosx.md | 2 +- docs/start/envwin.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/start/envlinux.md b/docs/start/envlinux.md index f313debe3..b4b8c8c76 100644 --- a/docs/start/envlinux.md +++ b/docs/start/envlinux.md @@ -4,7 +4,7 @@ ## Supported Distributions and Versions -Please see "[Supported architectures and operating systems for self-hosted runners](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#linux)." +Please see "[Supported architectures and operating systems for self-hosted runners](https://docs.github.com/en/actions/reference/runners/self-hosted-runners#linux)." ## Install .Net Core 3.x Linux Dependencies diff --git a/docs/start/envosx.md b/docs/start/envosx.md index 5bc0c87c9..ec9f7081d 100644 --- a/docs/start/envosx.md +++ b/docs/start/envosx.md @@ -4,6 +4,6 @@ ## Supported Versions -Please see "[Supported architectures and operating systems for self-hosted runners](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#macos)." +Please see "[Supported architectures and operating systems for self-hosted runners](https://docs.github.com/en/actions/reference/runners/self-hosted-runners#macos)." ## [More .Net Core Prerequisites Information](https://docs.microsoft.com/en-us/dotnet/core/macos-prerequisites?tabs=netcore30) diff --git a/docs/start/envwin.md b/docs/start/envwin.md index 531c00cf8..13e95fb0e 100644 --- a/docs/start/envwin.md +++ b/docs/start/envwin.md @@ -2,6 +2,6 @@ ## Supported Versions -Please see "[Supported architectures and operating systems for self-hosted runners](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#windows)." +Please see "[Supported architectures and operating systems for self-hosted runners](https://docs.github.com/en/actions/reference/runners/self-hosted-runners#windows)." ## [More .NET Core Prerequisites Information](https://docs.microsoft.com/en-us/dotnet/core/windows-prerequisites?tabs=netcore30)