diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-05-13 11:31:48 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-05-13 11:31:48 +0100 |
commit | 511563f0bc2df6eb345830c6b44c796dcea3ef61 (patch) | |
tree | 75e740d96c18abef2066d49bbf82a35aaa35097f | |
parent | 0577274f32b823e29ed33ef315022490741429e8 (diff) |
Fix link to manual install documentation
-rw-r--r-- | installing/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installing/index.md b/installing/index.md index 3db72e60f..c77e30ded 100644 --- a/installing/index.md +++ b/installing/index.md @@ -15,7 +15,7 @@ title: Installing * [Install on Amazon EC2]({{ site.baseurl }}installing/ami) using our AMI * [Use the installation script]({{ site.baseurl }}installing/script) which does the full installation on your own server -* [Manual installation]({{ site.baseurl }}installing/script) -- step-by-step instructions +* [Manual installation]({{ site.baseurl }}installing/manual_install) -- step-by-step instructions If you're setting up a development server on MacOS X, we've also got [MacOS installation instructions]({{ site.baseurl }}installing/macos). |