docs: Fix invalid URLs

Correct broken / stale URLs as detected by the CI URL checker.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt
2021-06-16 11:18:05 +01:00
parent 7c610a6ff1
commit f186c5e284
5 changed files with 9 additions and 6 deletions

View File

@@ -34,6 +34,8 @@ $ ./update-repository-version.sh -h
To update project version for Kata Containers, use the following:
```bash
# Set to the required version
$ new_version="a.b.c"
$ make bump-kata-version NEW_VERSION="${new_version}"
```