Skip to content

Commit 5963c33

Browse files
singaraionaclaude
andcommitted
fix(readme): update broken links to RayforceDB org
Repository moved from singaraiona to RayforceDB org. Updated all GitHub and GitHub Pages URLs accordingly. Removed coverage report links (404). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3bc9331 commit 5963c33

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@
88

99
[![License](https://img.shields.io/badge/License-MIT-yellow?style=flat)](LICENSE)
1010
[![Language](https://img.shields.io/badge/Language-C-blue?logo=c&style=flat)](https://en.wikipedia.org/wiki/C_(programming_language))
11-
[![Tests](https://img.shields.io/badge/Tests-passing-success?logo=github&style=flat)](https://singaraiona.github.io/rayforce/tests_report/)
12-
[![Coverage](https://img.shields.io/badge/Coverage-passing-brightgreen?logo=github&style=flat)](https://singaraiona.github.io/rayforce/coverage_report/)
13-
[![Release](https://img.shields.io/badge/Release-latest-blue?logo=github&style=flat)](https://github.com/singaraiona/rayforce/releases)
14-
[![Documentation](https://img.shields.io/badge/Documentation-latest-blue?logo=github&style=flat)](https://singaraiona.github.io/rayforce/)
11+
[![Tests](https://img.shields.io/badge/Tests-passing-success?logo=github&style=flat)](https://RayforceDB.github.io/rayforce/tests_report/)
12+
[![Release](https://img.shields.io/badge/Release-latest-blue?logo=github&style=flat)](https://github.com/RayforceDB/rayforce/releases)
13+
[![Documentation](https://img.shields.io/badge/Documentation-latest-blue?logo=github&style=flat)](https://RayforceDB.github.io/rayforce/)
1514
[![Linux](https://img.shields.io/badge/Linux-supported-green?logo=linux&logoColor=white&style=flat)]()
1615
[![macOS](https://img.shields.io/badge/macOS-supported-green?logo=apple&style=flat)]()
1716
[![Windows](https://img.shields.io/badge/Windows-supported-green?logo=microsoft&style=flat)]()
@@ -30,7 +29,7 @@ A high-performance columnar vector database written in pure C. RayforceDB combin
3029
## Quick Start
3130

3231
```bash
33-
git clone https://github.com/singaraiona/rayforce.git
32+
git clone https://github.com/RayforceDB/rayforce.git
3433
cd rayforce
3534
make release
3635
./rayforce
@@ -56,9 +55,8 @@ make bench # Run benchmark suite
5655

5756
## Documentation
5857

59-
- [Full Documentation](https://singaraiona.github.io/rayforce/)
60-
- [Test Reports](https://singaraiona.github.io/rayforce/tests_report/)
61-
- [Coverage Reports](https://singaraiona.github.io/rayforce/coverage_report/)
58+
- [Full Documentation](https://RayforceDB.github.io/rayforce/)
59+
- [Test Reports](https://RayforceDB.github.io/rayforce/tests_report/)
6260

6361
## Python bindings
6462

@@ -68,7 +66,7 @@ Rayforce has powerful [Python bindings](https://github.com/RayforceDB/rayforce-p
6866

6967
Contributions are welcome! You can help by:
7068

71-
- Reporting bugs and requesting features via [GitHub Issues](https://github.com/singaraiona/rayforce/issues)
69+
- Reporting bugs and requesting features via [GitHub Issues](https://github.com/RayforceDB/rayforce/issues)
7270
- Submitting pull requests
7371
- Creating example scripts and use cases
7472
- Improving documentation

0 commit comments

Comments
 (0)