@@ -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
129129That package installs a different CLI executable named ` ndtbl ` , with the
130130subcommands:
@@ -146,7 +146,7 @@ After that, the Python CLI is available as:
146146ndtbl --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.
170170They use [ Google Benchmark] ( https://github.com/google/benchmark ) and measure
171171query preparation, prepared evaluation, typed combined lookup, and
172172runtime-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
175175Build the benchmark target:
176176
0 commit comments