Skip to content

Commit 9ad7972

Browse files
author
Zhou Hao
authored
Merge pull request #646 from flx42/fix-readme-links
README: fix broken links to documentation
2 parents 128c588 + cf7b786 commit 9ad7972

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ Build the validation executables:
4343
$ make runtimetest validation-executables
4444
```
4545

46-
Runtime validation currently [only supports](docs/runtime-compliance-testing.md) the [OCI Runtime Command Line Interface](doc/command-line-interface.md).
46+
Runtime validation currently [only supports](docs/runtime-compliance-testing.md) the [OCI Runtime Command Line Interface](docs/command-line-interface.md).
4747
If we add support for alternative APIs in the future, runtime validation will gain an option to select the desired runtime API.
48-
For the command line interface, the `RUNTIME` option selects the runtime command (`funC` in the [OCI Runtime Command Line Interface](doc/command-line-interface.md)).
48+
For the command line interface, the `RUNTIME` option selects the runtime command (`funC` in the [OCI Runtime Command Line Interface](docs/command-line-interface.md)).
4949

5050
```
5151
$ sudo make RUNTIME=runc localvalidation

0 commit comments

Comments
 (0)