aboutsummaryrefslogtreecommitdiffstats
path: root/docs/developers/index.md
diff options
context:
space:
mode:
authorMartin Wright <martin@mynameismartin.com>2015-04-07 14:46:11 +0100
committerMartin Wright <martin@mynameismartin.com>2015-04-07 14:46:11 +0100
commit270606788ba97b9c509183a06cdefe3b83f07464 (patch)
tree3304ea68b1e5cfecc2518aa6effa643175e12fdd /docs/developers/index.md
parent970396737e03ec2336f0ecc34d07047d83ff2629 (diff)
parent6cc59ede7bca866f7e56c771cc12ca1afa9406ef (diff)
Merge branch 'gh-pages' of ssh://git.mysociety.org/data/git/public/alaveteli into gh-pages
Diffstat (limited to 'docs/developers/index.md')
-rw-r--r--docs/developers/index.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/developers/index.md b/docs/developers/index.md
index 9d1869246..f1167a22b 100644
--- a/docs/developers/index.md
+++ b/docs/developers/index.md
@@ -45,7 +45,7 @@ title: For developers
[manual installation]({{ site.baseurl }}docs/installing/manual_install/).
Alternatively, there's an [Alaveteli EC2 AMI]({{ site.baseurl }}docs/installing/ami/)
that might help you get up and running quickly.
- [Get in touch](http://www.alaveteli.org/contact/) on the project mailing list or IRC
+ [Get in touch]({{ site.baseurl }}community/) on the project mailing list or IRC
for help.
* A standard initial step for customising your deployment is [writing a
@@ -53,10 +53,10 @@ title: For developers
it should be this!**
* Like many Ruby on Rails sites, the software is not hugely performant (see
- some notes about [[performance issues]] gathered over time with
+ [these notes about performance issues](https://github.com/mysociety/alaveteli/wiki/Performance-issues) gathered over time with
WhatDoTheyKnow). The site will run on a server with 512MB RAM but at least
2GB is recommended. Deployment behind [Varnish](https://www.varnish-cache.org) is also fairly essential. See
- [[Production Server Best Practices]] for more.
+ [production server best practices]({{site.baseurl}}docs/running/server/) for more.
* There's a number of [proposals for enhancements](https://github.com/mysociety/alaveteli/wiki/Proposals-for-enhancements),
such as more user-focused features, but see also...