Skip to content

Commit 2e6a9e1

Browse files
fix: use absolute GitHub URLs for benchmark-tools links in docs
Relative links (./benchmark-tools/) resolve within Mintlify instead of pointing to the actual source files on GitHub. Replace with absolute GitHub URLs and fix repository URL casing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e5c06ef commit 2e6a9e1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/about/benchmarks.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,19 @@ All the tooling used in the published benchmark is available in this repository.
8484

8585
### Scripts
8686

87-
The benchmark suite lives in [`docs/about/benchmark-tools/`](./benchmark-tools/):
87+
The benchmark suite lives in [`docs/about/benchmark-tools/`](https://github.com/ENTERPILOT/GOModel/tree/main/docs/about/benchmark-tools):
8888

8989
| File | Purpose |
9090
| --- | --- |
91-
| [`compare.sh`](./benchmark-tools/compare.sh) | Builds GoModel, starts both gateways, runs the full benchmark matrix, and writes a `REPORT.md` |
92-
| [`bench_main.go`](./benchmark-tools/bench_main.go) | Source for the `bench` CLI that sends requests and collects latency + process metrics |
93-
| [`plot_benchmark_charts.py`](./benchmark-tools/plot_benchmark_charts.py) | Generates per-metric charts and a combined dashboard from the JSON results |
91+
| [`compare.sh`](https://github.com/ENTERPILOT/GOModel/blob/main/docs/about/benchmark-tools/compare.sh) | Builds GoModel, starts both gateways, runs the full benchmark matrix, and writes a `REPORT.md` |
92+
| [`bench_main.go`](https://github.com/ENTERPILOT/GOModel/blob/main/docs/about/benchmark-tools/bench_main.go) | Source for the `bench` CLI that sends requests and collects latency + process metrics |
93+
| [`plot_benchmark_charts.py`](https://github.com/ENTERPILOT/GOModel/blob/main/docs/about/benchmark-tools/plot_benchmark_charts.py) | Generates per-metric charts and a combined dashboard from the JSON results |
9494

9595
### Quick start
9696

9797
```bash
9898
# 1. Clone GoModel and set up your .env with GROQ_API_KEY
99-
git clone https://github.com/enterpilot/gomodel.git
99+
git clone https://github.com/ENTERPILOT/GOModel.git
100100
cd gomodel
101101
echo "GROQ_API_KEY=gsk_..." > .env
102102

0 commit comments

Comments
 (0)