diff --git a/BaseLib/README.md b/BaseLib/README.md index 9fdcc0c5ef84387d6e517e0fad03c98e1628e9d8..c4c54ba177ba4e9e9a31151c7de4ed46ad44c6e0 100644 --- a/BaseLib/README.md +++ b/BaseLib/README.md @@ -8,8 +8,8 @@ For details how to use logog see the [OGS devguide](http://ufz.github.com/devgui [logog](http://johnwbyrd.github.com/logog/) is integrated as a [git-subtree](https://github.com/apenwarr/git-subtree) and can be updated with (executed in the sources root): - git-subtree pull -P Base/logog --squash https://github.com/johnwbyrd/logog.git + git-subtree pull -P BaseLib/logog --squash https://github.com/johnwbyrd/logog.git It was initially integrated with: - git-subtree add -P Base/logog --squash https://github.com/johnwbyrd/logog.git master + git-subtree add -P BaseLib/logog --squash https://github.com/johnwbyrd/logog.git master