From 1aac2431b86adea46236fc16bcb100330ca28afb Mon Sep 17 00:00:00 2001 From: Eoghan Russell Date: Mon, 26 Sep 2022 15:26:25 +0100 Subject: [PATCH] Fix broken link in README (#919) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eadbbf03..221257aa 100644 --- a/README.md +++ b/README.md @@ -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 -