From 9a04041332fe7064de94349de692466ac6dae9ee Mon Sep 17 00:00:00 2001 From: Antoni Ivanov Date: Mon, 3 Oct 2022 20:49:25 +0300 Subject: [PATCH] vdk-plugins: fix brokenl link The link to the cookiecutter repo was wrong. --- projects/vdk-plugins/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/vdk-plugins/README.md b/projects/vdk-plugins/README.md index 0a9d90acf1..4241043c18 100644 --- a/projects/vdk-plugins/README.md +++ b/projects/vdk-plugins/README.md @@ -32,7 +32,7 @@ pip install -U cookiecutter Generate a VDK Plugin package project: ``` -cookiecutter https://github.com/tozkata/cookiecutter-vdk-plugin.git +cookiecutter https://github.com/tozka/cookiecutter-vdk-plugin.git ``` Then