Skip to content

Commit 32109fc

Browse files
midgemacfGrant, Josh
andauthored
Fix collection path in mkdocs (#11)
Co-authored-by: Grant, Josh <grantjn@ornl.gov>
1 parent 792e1a4 commit 32109fc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: astral-sh/ruff-action@v3
1717
with:
18+
version: "0.12.12"
1819
args: check
1920
- uses: astral-sh/ruff-action@v3
2021
with:

mkdocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ nav:
1313
- Expected Table Format: guides/expected_table_format.md
1414
- Create: guides/create_probe_type.md
1515
- Server: guides/opensampl-server.md
16-
- Collect: guides/collect.md
16+
- Collect: guides/collection.md
1717
- Random Data: guides/random-data-generation.md
1818
- API:
1919
- index: api/index.md

0 commit comments

Comments
 (0)