From 0b383ac81e82e45e63eecc26769af97efe191205 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Fri, 24 Apr 2026 14:11:23 -0500 Subject: [PATCH] Fix broken and stale links in Documentation/README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix internal link: Build Process → docs-mobile/building-apps/build-process.md - Fix internal link: CodeBehind → docs-mobile/features/layout-code-behind/index.md - Update external link: developer.xamarin.com → learn.microsoft.com - Update external link: xamarin/xamarin-android wiki → dotnet/android wiki - Update external link: mono-project.com http → https Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- Documentation/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/README.md b/Documentation/README.md index 7e5375a0f31..826dff3e082 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -2,7 +2,7 @@ # Getting Started - * [Installing the .NET for Android SDK](https://developer.xamarin.com/guides/android/getting_started/installation/) + * [Installing the .NET for Android SDK](https://learn.microsoft.com/dotnet/android/getting-started/installation/) * [.NET for Android Documentation](https://learn.microsoft.com/dotnet/android/) * [.NET for Android API Documentation](https://learn.microsoft.com/en-us/dotnet/api/?preserve-view=true&view=net-android-34.0) @@ -13,14 +13,14 @@ * [Directory Structure](project-docs/ExploringSources.md) * [Assembly store format](project-docs/AssemblyStores.md) -[bugs]: https://github.com/xamarin/xamarin-android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests +[bugs]: https://github.com/dotnet/android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests # Guides * [One .NET](guides/OneDotNet.md) - * [Build Process](guides/building-apps/build-process.md) - * [`.axml` CodeBehind Support](guides/LayoutCodeBehind.md) + * [Build Process](docs-mobile/building-apps/build-process.md) + * [`.axml` CodeBehind Support](docs-mobile/features/layout-code-behind/index.md) * [MSBuild Best Practices](guides/MSBuildBestPractices.md) * [D8 and R8 Integration](guides/D8andR8.md) * [Profiling Startup](guides/profiling.md) @@ -45,7 +45,7 @@ # Coding Guidelines - * [Mono Coding Guidelines](http://www.mono-project.com/community/contributing/coding-guidelines/) + * [Mono Coding Guidelines](https://www.mono-project.com/community/contributing/coding-guidelines/) # Other Information