Unverified Commit cb266911 authored by Jared Bowden's avatar Jared Bowden Committed by GitHub
Browse files

Docs - Update link to cli.md (#341)

**Description**
Fixes relative link in documentation: point to `../cli.md`.
parent 80dcc8aa
...@@ -14,7 +14,7 @@ This tool is to generate a readable summary report based on the raw benchmark re ...@@ -14,7 +14,7 @@ This tool is to generate a readable summary report based on the raw benchmark re
2. Prepare the raw data and rule file on the local machine. 2. Prepare the raw data and rule file on the local machine.
3. Generate the result summary automatically using `sb result summary` command. The detailed command can be found from [SuperBench CLI](../cli). 3. Generate the result summary automatically using `sb result summary` command. The detailed command can be found from [SuperBench CLI](../cli.md).
```bash ```bash
sb result summary --data-file ./results-summary.jsonl --rule-file ./rule.yaml --output-file-format md --output-dir ${output-dir} sb result summary --data-file ./results-summary.jsonl --rule-file ./rule.yaml --output-file-format md --output-dir ${output-dir}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment