diff options
author | Emmanuel Mwangi <emmanuelm@gmail.com> | 2010-03-15 08:02:52 +0800 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2010-05-24 08:32:19 +0800 |
commit | ac9addf8f35d933b490d1dbfc0821a816d8c5984 (patch) | |
tree | ea8e6d5ccdd05a8637e9bd7504ecc7da2429792b | |
parent | 7a837a7238626defc7f32bc896e9c9391e152cc4 (diff) | |
download | my_new_personal_website-ac9addf8f35d933b490d1dbfc0821a816d8c5984.tar.xz my_new_personal_website-ac9addf8f35d933b490d1dbfc0821a816d8c5984.zip |
Corrected the link to the configuration page in the wiki.
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 0ca7c15a..28e9ae74 100644 --- a/README.markdown +++ b/README.markdown @@ -26,7 +26,7 @@ Setup is really simple. <code>sudo gem install henrik-jekyll compass fssm serve rdiscount compass-colors</code> 3. Run <code>rake preview</code> to build the site and preview it in a local webserver. -You'll want to change some settings, so check out the wiki for [Setup & Configurations](http://wiki.github.com/imathis/octopress/setup-configuration). +You'll want to change some settings, so check out the wiki for [Setup & Configurations](http://wiki.github.com/imathis/octopress/configuration). ## Usage Octopress is almost like a front-end for Jekyll. It provides some really handy rake tasks and automation to make blogging as simple as possible. With Octopress you can: |