From cb1a3e7d060f9090c2c6fb41277f397e4f554bd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20M=C3=BCller?= Date: Thu, 4 Jun 2020 13:03:02 +0200 Subject: [PATCH] Fix link to localization sample (#18659) * Fix link to localization sample * Update the 2.x link * Back out to 2.x folder Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com> --- aspnetcore/fundamentals/localization.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/fundamentals/localization.md b/aspnetcore/fundamentals/localization.md index 6eb174de9d..5f79d21c07 100644 --- a/aspnetcore/fundamentals/localization.md +++ b/aspnetcore/fundamentals/localization.md @@ -25,7 +25,7 @@ App localization involves the following: 1. Provide localized resources for the languages and cultures you support 1. Implement a strategy to select the language/culture for each request -[View or download sample code](https://github.com/dotnet/AspNetCore.Docs/tree/master/aspnetcore/fundamentals/localization/sample/Localization) ([how to download](xref:index#how-to-download-a-sample)) +[View or download sample code](https://github.com/dotnet/AspNetCore.Docs/tree/master/aspnetcore/fundamentals/localization/sample/3.x/Localization) ([how to download](xref:index#how-to-download-a-sample)) ## Make the app's content localizable @@ -720,7 +720,7 @@ App localization involves the following: 1. Provide localized resources for the languages and cultures you support 1. Implement a strategy to select the language/culture for each request -[View or download sample code](https://github.com/dotnet/AspNetCore.Docs/tree/master/aspnetcore/fundamentals/localization/sample/Localization) ([how to download](xref:index#how-to-download-a-sample)) +[View or download sample code](https://github.com/dotnet/AspNetCore.Docs/tree/master/aspnetcore/fundamentals/localization/sample/2.x/) ([how to download](xref:index#how-to-download-a-sample)) ## Make the app's content localizable