diff options
-rw-r--r-- | docs/README.md | 10 | ||||
-rw-r--r-- | docs/directory_structure.md | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/README.md b/docs/README.md index d1b4897d0..9f4398ba3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,9 +1,9 @@ fixmystreet.org =============== -The gh-pages branch is [fixmystreet.org](https://fixmystreet.org), the -Jekyll-based static site running on GitHub Pages that is the documentation for -setting up / running the FixMyStreet platform. +This directory is [fixmystreet.org](https://fixmystreet.org), the Jekyll-based +static site running on GitHub Pages that is the documentation for setting up / +running the FixMyStreet platform. ## Installation @@ -12,8 +12,8 @@ The site is built by Jekyll. We manage our Ruby gem dependencies via already have it. Then you need to… ``` -git clone --recursive -b gh-pages https://github.com/mysociety/fixmystreet fixmystreet-pages -cd fixmystreet-pages +git clone --recursive https://github.com/mysociety/fixmystreet +cd fixmystreet/docs bundle install --deployment ``` diff --git a/docs/directory_structure.md b/docs/directory_structure.md index 5b9e8077d..a8b8955d5 100644 --- a/docs/directory_structure.md +++ b/docs/directory_structure.md @@ -112,7 +112,7 @@ you're doing is [customising your installation](/customising). <p> These are technical notes. This is in addition to the <a href="https://fixmystreet.org/">core documentation</a> — which you are reading now — - which is actually stored in the git repository in the <code>gh-pages</code> branch, and published + which is actually stored in the git repository in the <code>docs</code> directory, and published as GitHub pages. </p> </dd> |