Skip to content

Commit b9b5c23

Browse files
committed
fix(docs): use absolute paths for CLI command links
Relative links resolve from the slug path (/installation/cli), not the file path. Using absolute paths to fix broken link errors.
1 parent d3ddf34 commit b9b5c23

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

docs/docs/installation/cli/overview.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -174,15 +174,15 @@ Gopher stores configuration in `~/Documents/Gopher/`:
174174

175175
Use `gopher <command> --help` for detailed usage of each command.
176176

177-
- [setup](./setup)
178-
- [evolve](./evolve)
179-
- [backtest](./backtest)
180-
- [montecarlo](./montecarlo)
181-
- [live](./live)
182-
- [trades](./trades)
183-
- [history](./history)
184-
- [coverage](./coverage)
185-
- [assets](./assets)
177+
- [setup](/installation/cli/setup)
178+
- [evolve](/installation/cli/evolve)
179+
- [backtest](/installation/cli/backtest)
180+
- [montecarlo](/installation/cli/montecarlo)
181+
- [live](/installation/cli/live)
182+
- [trades](/installation/cli/trades)
183+
- [history](/installation/cli/history)
184+
- [coverage](/installation/cli/coverage)
185+
- [assets](/installation/cli/assets)
186186

187187
## Quick Start
188188

0 commit comments

Comments
 (0)