diff --git a/contrib/mkdocs/README.md b/contrib/mkdocs/README.md index d04ae6f784..4dcbbbb73a 100644 --- a/contrib/mkdocs/README.md +++ b/contrib/mkdocs/README.md @@ -55,7 +55,7 @@ git push ## push files to the nwchemgit.github.io: method #2 ``` -git clone https://github.com/nwchemgit.github.io +git clone https://github.com/nwchemgit/nwchemgit.github.io cd nwchemgit.github.io mkdocs -v gh-deploy --config-file /path/to/mkdocs/mkdocs.yml --remote-branch master ```