Migrate repository from GitHub to Gitea

- Update paper repository URL to git.marketally.com
- Update contributing guide with Gitea URLs and instructions
- Update repository links to point to new Gitea location
This commit is contained in:
2025-12-28 17:05:25 +00:00
parent 967000f5f3
commit 45d6680396
2 changed files with 10 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
Memory-efficient algorithms and data structures for .NET using Williams' √n space-time tradeoffs. Reduce memory usage by 90-99% with minimal performance impact.
**Paper Repository**: [github.com/sqrtspace/sqrtspace-paper](https://github.com/sqrtspace/sqrtspace-paper)
**Paper Repository**: [git.marketally.com/sqrtspace/sqrtspace-paper](https://git.marketally.com/sqrtspace/sqrtspace-paper)
## Quick Start
@@ -718,7 +718,7 @@ Apache 2.0 - See [LICENSE](LICENSE) for details.
## Links
- [NuGet Packages](https://www.nuget.org/profiles/sqrtspace)
- [GitHub Repository
- [Git Repository](https://git.marketally.com/sqrtspace/sqrtspace-dotnet)
---