diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-06-13 13:34:16 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-06-13 13:34:16 +0100 |
commit | 2a8f5134cb4a01971da64843557abfa75d87b36d (patch) | |
tree | c5895564ea95e471b9fd7643583ad97aa900fceb | |
parent | d53df77ba352eb7f97f1499323a39ed39e14332c (diff) |
Refer to docs, not wiki, for production best practice notes.
-rw-r--r-- | installing/manual_install.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/installing/manual_install.md b/installing/manual_install.md index 01e868551..a155694a4 100644 --- a/installing/manual_install.md +++ b/installing/manual_install.md @@ -455,9 +455,8 @@ Notice the line `RequestHeader` that sets the `X-Forwarded-Proto` header. This is important. This ultimately tells Rails that it's serving a page over https and so it knows to include that in any absolute urls it serves. -Some [production server best practice -notes](https://github.com/mysociety/alaveteli/wiki/Production-Server-Best-Practi -ces) are evolving on the wiki. +We have some [production server best practice +notes]({{ site.baseurl}}running/server/). ## Upgrading Alaveteli |