From 954bc5b33e81929c999e53499bdf1d875d43afbc Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 28 Dec 2025 17:31:26 +0000 Subject: [PATCH] Update repository URLs for Gitea migration --- README.md | 8 ++++---- examples/fastapi-app/README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8e74df5..19f32eb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![PyPI version](https://badge.fury.io/py/sqrtspace-spacetime.svg)](https://badge.fury.io/py/sqrtspace-spacetime) [![Python Versions](https://img.shields.io/pypi/pyversions/sqrtspace-spacetime.svg)](https://pypi.org/project/sqrtspace-spacetime/) -[![License](https://img.shields.io/pypi/l/sqrtspace-spacetime.svg)](https://github.com/sqrtspace/sqrtspace-python/blob/main/LICENSE) +[![License](https://img.shields.io/pypi/l/sqrtspace-spacetime.svg)](https://git.marketally.com/sqrtspace/sqrtspace-python/src/branch/main/LICENSE) [![Documentation Status](https://readthedocs.org/projects/sqrtspace-spacetime/badge/?version=latest)](https://sqrtspace-spacetime.readthedocs.io/en/latest/?badge=latest) Memory-efficient algorithms and data structures for Python using Williams' √n space-time tradeoffs. @@ -418,7 +418,7 @@ If you use SpaceTime in your research, please cite: title = {SqrtSpace SpaceTime: Memory-Efficient Python Library}, author={Friedel Jr., David H.}, year = {2025}, - url = {https://github.com/sqrtspace/sqrtspace-python} + url = {https://git.marketally.com/sqrtspace/sqrtspace-python} } ``` @@ -426,5 +426,5 @@ If you use SpaceTime in your research, please cite: - [Documentation](https://sqrtspace-spacetime.readthedocs.io) - [PyPI Package](https://pypi.org/project/sqrtspace-spacetime/) -- [GitHub Repository](https://github.com/sqrtspace/sqrtspace-python) -- [Issue Tracker](https://github.com/sqrtspace/sqrtspace-python/issues) +- [Repository](https://git.marketally.com/sqrtspace/sqrtspace-python) +- [Issue Tracker](https://git.marketally.com/sqrtspace/sqrtspace-python/issues) diff --git a/examples/fastapi-app/README.md b/examples/fastapi-app/README.md index 4598551..cc5985e 100644 --- a/examples/fastapi-app/README.md +++ b/examples/fastapi-app/README.md @@ -499,6 +499,6 @@ locust -f tests/load/locustfile.py --host http://localhost:8000 ## Learn More -- [SqrtSpace SpaceTime Docs](https://github.com/MarketAlly/Ubiquity) +- [SqrtSpace SpaceTime Docs](https://git.marketally.com/sqrtspace/sqrtspace-python) - [FastAPI Documentation](https://fastapi.tiangolo.com) - [Streaming Best Practices](https://example.com/streaming) \ No newline at end of file