Skip to content

Commit 2d2da55

Browse files
authored
Merge pull request #559 from booxter/md-fix
fix: Fix markdown-lint violations
2 parents cbfdfcc + 97a4cbb commit 2d2da55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ci.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ All unit tests currently live in the `tests/unit` directory and are run with [py
1010

1111
To run the unit tests, you can run `tox -e py3-unit`.
1212

13-
In CI, the tests are run with Python 3.11 - 3.13 on Ubuntu and MacOS runners - you can see the details [here](https://github.com/instructlab/training/blob/main/.github/workflows/unit.yaml)
13+
In CI, the tests are run with Python 3.11 - 3.13 on Ubuntu and MacOS runners - you can see the details [in the unit tests workflow file](https://github.com/instructlab/training/blob/main/.github/workflows/unit.yaml).
1414

1515
## Smoke tests
1616

@@ -20,7 +20,7 @@ There is also a Shell-based smoke test script that can be found at `tests/smoket
2020

2121
To run the smoke tests, you can run `tox -e py3-smoke`
2222

23-
In CI, the smoke tests are run with Python 3.11 on CentOS runners - you can see the details [here](https://github.com/instructlab/training/blob/main/.github/workflows/smoke.yaml)
23+
In CI, the smoke tests are run with Python 3.11 on CentOS runners - you can see the details [in the smoke workflow file](https://github.com/instructlab/training/blob/main/.github/workflows/smoke.yaml).
2424

2525
## End-to-end (E2E) tests
2626

0 commit comments

Comments
 (0)