Skip to content

Commit f82f7a4

Browse files
authored
feat: improve docs
1 parent 16c1173 commit f82f7a4

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
**State-of-the-art runtime safety components for AI model inference with formal proofs, ultra-low latency, and guaranteed correctness.**
1111

12-
[![Performance](https://img.shields.io/badge/Performance-4M%20tokens%2Fs-brightgreen)](https://github.com/SentinelOps-Remote-CI/runtime-safety-kernels)
13-
[![Binary Size](https://img.shields.io/badge/Binary%20Size-≤400KB-blue)](https://github.com/SentinelOps-Remote-CI/runtime-safety-kernels)
14-
[![Latency](https://img.shields.io/badge/Latency-<250μs-orange)](https://github.com/SentinelOps-Remote-CI/runtime-safety-kernels)
15-
[![Coverage](https://img.shields.io/badge/Coverage-100%25-red)](https://github.com/SentinelOps-Remote-CI/runtime-safety-kernels)
12+
[![Performance](https://img.shields.io/badge/Performance-4M%20tokens%2Fs-brightgreen)](https://github.com/SentinelOps-CI/runtime-safety-kernels)
13+
[![Binary Size](https://img.shields.io/badge/Binary%20Size-≤400KB-blue)](https://github.com/SentinelOps-CI/runtime-safety-kernels)
14+
[![Latency](https://img.shields.io/badge/Latency-<250μs-orange)](https://github.com/SentinelOps-CI/runtime-safety-kernels)
15+
[![Coverage](https://img.shields.io/badge/Coverage-100%25-red)](https://github.com/SentinelOps-CI/runtime-safety-kernels)
1616

17-
[Documentation](https://github.com/SentinelOps-Remote-CI/runtime-safety-kernelsdocs)[API Reference](docs/api.md)[Contributing](CONTRIBUTING.md)[Discussions](https://github.com/SentinelOps-Remote-CI/runtime-safety-kernels/discussions)
17+
[Documentation](https://github.com/SentinelOps-CI/runtime-safety-kernelsdocs)[API Reference](docs/api.md)[Contributing](CONTRIBUTING.md)[Discussions](https://github.com/SentinelOps-CI/runtime-safety-kernels/discussions)
1818

1919
</div>
2020

@@ -154,7 +154,7 @@ Go 1.21+ # Go bindings
154154

155155
```bash
156156
# Clone repository
157-
git clone https://github.com/SentinelOps-Remote-CI/runtime-safety-kernels.git
157+
git clone https://github.com/SentinelOps-CI/runtime-safety-kernels.git
158158
cd runtime-safety-kernels
159159

160160
# Initialize and build
@@ -206,7 +206,7 @@ result = tensor.add(other_tensor) # Compile-time validation
206206
### Go (CGO)
207207

208208
```go
209-
import "https://github.com/SentinelOps-Remote-CI/runtime-safety-kernels/go"
209+
import "https://github.com/SentinelOps-CI/runtime-safety-kernels/go"
210210

211211
// Sampling with Go bindings
212212
logits := []float32{1.0, 2.0, 3.0, 4.0, 5.0}
@@ -423,7 +423,7 @@ We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) f
423423
424424
```bash
425425
# Fork and clone
426-
git clone https://github.com/SentinelOps-Remote-CI/runtime-safety-kernels.git
426+
git clone https://github.com/SentinelOps-CI/runtime-safety-kernels.git
427427
cd runtime-safety-kernels
428428

429429
# Install dependencies
@@ -473,9 +473,9 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
473473

474474
<div align="center">
475475

476-
[![GitHub stars](https://img.shields.io/github/stars/SentinelOps-Remote-CI/runtime-safety-kernels?style=social)](https://github.com/SentinelOps-Remote-CI/runtime-safety-kernels)
477-
[![GitHub forks](https://img.shields.io/github/forks/SentinelOps-Remote-CI/runtime-safety-kernels?style=social)](https://github.com/SentinelOps-Remote-CI/runtime-safety-kernels)
478-
[![GitHub issues](https://img.shields.io/github/issues/SentinelOps-Remote-CI/runtime-safety-kernels)](https://github.com/SentinelOps-Remote-CI/runtime-safety-kernels/issues)
479-
[![GitHub pull requests](https://img.shields.io/github/issues-pr/SentinelOps-Remote-CI/runtime-safety-kernels)](https://github.com/SentinelOps-Remote-CI/runtime-safety-kernels/pulls)
476+
[![GitHub stars](https://img.shields.io/github/stars/SentinelOps-CI/runtime-safety-kernels?style=social)](https://github.com/SentinelOps-CI/runtime-safety-kernels)
477+
[![GitHub forks](https://img.shields.io/github/forks/SentinelOps-CI/runtime-safety-kernels?style=social)](https://github.com/SentinelOps-CI/runtime-safety-kernels)
478+
[![GitHub issues](https://img.shields.io/github/issues/SentinelOps-CI/runtime-safety-kernels)](https://github.com/SentinelOps-CI/runtime-safety-kernels/issues)
479+
[![GitHub pull requests](https://img.shields.io/github/issues-pr/SentinelOps-CI/runtime-safety-kernels)](https://github.com/SentinelOps-CI/runtime-safety-kernels/pulls)
480480

481481
</div>

0 commit comments

Comments
 (0)