Skip to content

Commit 963137e

Browse files
Merge pull request #25 from thomasisensee/fix-links
fix(docs): fix links to subdirectories
2 parents 75b09a3 + c5c9f6b commit 963137e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ CLI for:
4444
- `ndtbl query`
4545
- `ndtbl generate`
4646

47-
See [`python/ndtbl/README.md`](https://github.com/thomasisensee/ndtbl/tree/bump-actions/python/ndtbl) for Python package details.
47+
See [`python/ndtbl/README.md`](https://github.com/thomasisensee/ndtbl/tree/main/python/ndtbl) for Python package details.
4848

4949
## 📋 Prerequisites
5050

@@ -124,7 +124,7 @@ selected `bounds_policy`.
124124

125125
## 🐍 Python Package
126126

127-
The repository also ships a separate Python package in [`python/ndtbl/`](https://github.com/thomasisensee/ndtbl/tree/bump-actions/python/ndtbl).
127+
The repository also ships a separate Python package in [`python/ndtbl/`](https://github.com/thomasisensee/ndtbl/tree/main/python/ndtbl).
128128

129129
That package installs a different CLI executable named `ndtbl`, with the
130130
subcommands:
@@ -146,7 +146,7 @@ After that, the Python CLI is available as:
146146
ndtbl --help
147147
```
148148

149-
See [`python/ndtbl/README.md`](https://github.com/thomasisensee/ndtbl/tree/bump-actions/python/ndtbl) for usage examples and Python API details.
149+
See [`python/ndtbl/README.md`](https://github.com/thomasisensee/ndtbl/tree/main/python/ndtbl) for usage examples and Python API details.
150150

151151
## 🧪 Testing
152152

@@ -170,7 +170,7 @@ Lookup-time benchmarks are developer-only and are not part of CI by default.
170170
They use [Google Benchmark](https://github.com/google/benchmark) and measure
171171
query preparation, prepared evaluation, typed combined lookup, and
172172
runtime-erased combined lookup for representative 2D, 4D, and 6D tables. See
173-
[`benchmarks/README.md`](https://github.com/thomasisensee/ndtbl/tree/bump-actions/benchmarks) for the benchmark case definitions and interpretation.
173+
[`benchmarks/README.md`](https://github.com/thomasisensee/ndtbl/tree/main/benchmarks) for the benchmark case definitions and interpretation.
174174

175175
Build the benchmark target:
176176

0 commit comments

Comments
 (0)