Skip to content

Commit bd98f5c

Browse files
committed
fix anchor.
1 parent 93878e6 commit bd98f5c

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
@@ -225,7 +225,7 @@ A CNI plugin, upon receiving an `ADD` command, should either
225225
- create the interface defined by `CNI_IFNAME` inside the container at `CNI_NETNS`, or
226226
- adjust the configuration of the interface defined by `CNI_IFNAME` inside the container at `CNI_NETNS`.
227227

228-
If the CNI plugin is successful, it must output a [result structure](#Success) (see below) on standard out. If the plugin was supplied a `prevResult` as part of its input configuration, it MUST handle `prevResult` by either passing it through, or modifying it appropriately.
228+
If the CNI plugin is successful, it must output a [result structure](#VERSION-Success) (see below) on standard out. If the plugin was supplied a `prevResult` as part of its input configuration, it MUST handle `prevResult` by either passing it through, or modifying it appropriately.
229229

230230
If an interface of the requested name already exists in the container, the CNI plugin MUST return with an error.
231231

0 commit comments

Comments
 (0)