Fix typo in documentation

This commit is contained in:
Chezou 2014-05-03 22:42:50 +09:00
parent bae479972f
commit c17bdf951d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ There are also a number of ways to easily automate the deployment of a Jekyll si
### Git post-update hook ### Git post-update hook
If you store your jekyll site in [Git](http://git-scm.com/) (you are using version control, right?), its pretty easy to automate the If you store your Jekyll site in [Git](http://git-scm.com/) (you are using version control, right?), its pretty easy to automate the
deployment process by setting up a post-update hook in your Git deployment process by setting up a post-update hook in your Git
repository, [like repository, [like
this](http://web.archive.org/web/20091223025644/http://www.taknado.com/en/2009/03/26/deploying-a-jekyll-generated-site/). this](http://web.archive.org/web/20091223025644/http://www.taknado.com/en/2009/03/26/deploying-a-jekyll-generated-site/).