Fix broken link in README (#919)

This commit is contained in:
Eoghan Russell
2022-09-26 15:26:25 +01:00
committed by GitHub
parent f372831536
commit 1aac2431b8

View File

@@ -32,7 +32,7 @@ For thin-plugin (i.e. standalone implementation) case:
cat ./deployments/multus-daemonset.yml | kubectl apply -f -
```
For [thick-plugin](docks/thick-plugin.md) (i.e. client/server implementation) case:
For [thick-plugin](docs/thick-plugin.md) (i.e. client/server implementation) case:
```
cat ./deployments/multus-daemonset-thick.yml | kubectl apply -f -