Update repository URLs to Gitea server

This commit is contained in:
David H. Friedel Jr. 2025-12-28 17:44:56 +00:00
parent 2b003b7970
commit 5342770a64

View File

@ -331,7 +331,7 @@ We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) f
```bash
# Clone the repository
git clone https://github.com/MarketAlly/TouchEffect.git
git clone https://git.marketally.com/marketally/TouchEffect.Maui.git
# Build the project
dotnet build src/Maui.TouchEffect/TouchEffect.Maui.csproj
@ -379,11 +379,11 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
- Based on the original [TouchEffect](https://github.com/AbuMandworking/TouchEffect) by Andrei (MIT License)
- Original [Xamarin Community Toolkit](https://github.com/xamarin/XamarinCommunityToolkit) team
- [.NET MAUI](https://github.com/dotnet/maui) team
- All [contributors](https://github.com/MarketAlly/TouchEffect/graphs/contributors)
- All [contributors](https://git.marketally.com/marketally/TouchEffect.Maui/activity)
## Support
- [Report Issues](https://github.com/MarketAlly/TouchEffect.Maui/issues)
- [Report Issues](https://git.marketally.com/marketally/TouchEffect.Maui/issues)
- Star this repository if you find it helpful!
---