From 02b9787814bf1f3abdd40f6d3031f6c2694aa296 Mon Sep 17 00:00:00 2001 From: Dave Friedel Date: Sat, 27 Dec 2025 09:45:34 -0500 Subject: [PATCH] Update repository URLs to git.marketally.com MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Migrated from GitHub to self-hosted Gitea server. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c94ba0..c3bcf55 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OpenMaui Linux Samples -Sample applications demonstrating [OpenMaui Linux](https://github.com/open-maui/maui-linux) - .NET MAUI on Linux. +Sample applications demonstrating [OpenMaui Linux](https://git.marketally.com/open-maui/maui-linux) - .NET MAUI on Linux. ## Samples @@ -19,7 +19,7 @@ Sample applications demonstrating [OpenMaui Linux](https://github.com/open-maui/ ```bash # Clone the samples -git clone https://github.com/open-maui/maui-linux-samples.git +git clone https://git.marketally.com/open-maui/maui-linux-samples.git cd maui-linux-samples # Run TodoApp @@ -68,7 +68,7 @@ A comprehensive control gallery demonstrating: ## Related -- [OpenMaui Linux Framework](https://github.com/open-maui/maui-linux) - The core framework +- [OpenMaui Linux Framework](https://git.marketally.com/open-maui/maui-linux) - The core framework - [NuGet Package](https://www.nuget.org/packages/OpenMaui.Controls.Linux) - Install via NuGet ## License