diff options
author | Justin Mayer <entroP@gmail.com> | 2014-07-01 10:59:31 -0700 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2014-07-01 10:59:31 -0700 |
commit | 2074d08fad36f9e39218526c3936d9e7857aa071 (patch) | |
tree | 228175e43eac4474cd660733fb6c193e84d35904 | |
parent | 8b443b5e0d8c07e7359e01bce5929a66bcf1b515 (diff) | |
download | pelican-themes-2074d08fad36f9e39218526c3936d9e7857aa071.zip pelican-themes-2074d08fad36f9e39218526c3936d9e7857aa071.tar.gz pelican-themes-2074d08fad36f9e39218526c3936d9e7857aa071.tar.bz2 |
Fix outdated link to Pelican docs
-rw-r--r-- | README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,10 +7,10 @@ theme, and submit a pull request. It's community-managed! Using Themes ############ -These instructions assume you have already completed the `Getting Started`_ -guide, have a working site, and would now like to apply a non-default theme. +These instructions assume you have already read all the `Pelican documentation`_, +have a working site, and would now like to apply a non-default theme. -.. _Getting Started: http://docs.getpelican.com/en/latest/getting_started.html +.. _Pelican documentation: http://docs.getpelican.com/ First, choose a location to hold your themes. For this example, we'll use the directory ``~/pelican-themes``, but yours could be different. Clone the |