diff --git a/README.md b/README.md index fbb80964..f0987098 100644 --- a/README.md +++ b/README.md @@ -297,7 +297,7 @@ apply NRI responses to containers. The plugin stub hides many of the low-level details of implementing an NRI plugin. It takes care of connection establishment, plugin registration, -configuration, and event subscription. All [sample plugins](pkg/plugins) +configuration, and event subscription. All [sample plugins](plugins) are implemented using the stub. Any of these can be used as a tutorial on how the stub library should be used.