Skip to content

Commit 7c27007

Browse files
authored
Merge pull request #1177 from Abhigyan-Shekhar/Abhigyan-Shekhar-patch-1
docs: Fix broken link to "Version considerations" in SPEC.md
2 parents 1d67f89 + f1cb561 commit 7c27007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SPEC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ require this.
108108
A network configuration consists of a JSON object with the following keys:
109109

110110
- `cniVersion` (string): [Semantic Version 2.0](https://semver.org) of CNI specification to which this configuration list and all the individual configurations conform. Currently "1.1.0"
111-
- `cniVersions` (string list): List of all CNI versions which this configuration supports. See [version selection](#version-selection) below.
111+
- `cniVersions` (string list): List of all CNI versions which this configuration supports. See [version selection](#version-considerations) below.
112112
- `name` (string): Network name. This should be unique across all network configurations on a host (or other administrative domain). Must start with an alphanumeric character, optionally followed by any combination of one or more alphanumeric characters, underscore, dot (.) or hyphen (-). Must not contain characters disallowed in file paths.
113113
- `disableCheck` (boolean): Either `true` or `false`. If `disableCheck` is `true`, runtimes must not call `CHECK` for this network configuration list. This allows an administrator to prevent `CHECK`ing where a combination of plugins is known to return spurious errors.
114114
- `disableGC` (boolean): Either `true` or `false`. If `disableGC` is `true`, runtimes must not call `GC` for this network configuration list. This allows an administrator to prevent `GC`ing when it is known that garbage collection may have undesired effects (e.g. shared configuration between multiple runtimes).

0 commit comments

Comments
 (0)