Migrate from GitHub to Gitea
- Update all repository URLs to git.marketally.com - Remove GitHub Actions workflows (not compatible with Gitea) - Update documentation links in README, CONTRIBUTING, and CHANGELOG
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
Memory-efficient algorithms and data structures for PHP using Williams' √n space-time tradeoffs.
|
||||
|
||||
**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)
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -474,7 +474,7 @@ public function exportOrders()
|
||||
|
||||
### Symfony
|
||||
|
||||
For a complete Symfony integration example, see our [Symfony bundle documentation](https://github.com/MarketAlly/Ubiquity/wiki/Symfony-Integration).
|
||||
For a complete Symfony integration example, see our [Symfony bundle documentation](https://git.marketally.com/sqrtspace/sqrtspace-php/wiki/Symfony-Integration).
|
||||
|
||||
```yaml
|
||||
# config/bundles.php
|
||||
|
||||
Reference in New Issue
Block a user