From 155f9a4f2eda71d2c496abb339aabc977f1dae10 Mon Sep 17 00:00:00 2001 From: pascalmh Date: Thu, 15 Oct 2015 10:46:37 +0200 Subject: [PATCH] docs: update submodule url after transfering repository --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 447f68f..cf3ef8e 100644 --- a/readme.md +++ b/readme.md @@ -36,7 +36,7 @@ git push origin master Go into your `site/plugins/` folder and ``` -git submodule add --name git-commit-and-push-content https://github.com/Pascalmh/kirby-git-commit-and-push-content.git site/plugins/git-commit-and-push-content +git submodule add --name git-commit-and-push-content https://github.com/blankogmbh/kirby-git-commit-and-push-content.git site/plugins/git-commit-and-push-content cd site/plugins/ git submodule update --init --recursive ```