dotnet / docs

This repository contains .NET Documentation.
https://learn.microsoft.com/dotnet
Creative Commons Attribution 4.0 International
4.21k stars 5.86k forks source link

console-teleprompt "sampleQuotes.txt" link "Page not found". #23291

Closed Liamdoult closed 3 years ago

Liamdoult commented 3 years ago

When attempting to access the "sampleQuotes.txt" file I get a 404 not found error.

Assumed cause: Rename in branch from master -> main and GitHub not correctly redirecting for the raw file:

Current link in the doc: https://github.com/dotnet/samples/raw/master/csharp/getting-started/console-teleprompter/sampleQuotes.txt

Updated branch path to the file: https://github.com/dotnet/samples/raw/main/csharp/getting-started/console-teleprompter/sampleQuotes.txt


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

BillWagner commented 3 years ago

Thanks for pointing this out and submitting the fix @Liamdoult

I'll review the PR shortly.