diff options
author | Martin Wright <martin@mynameismartin.com> | 2014-06-24 09:48:51 +0100 |
---|---|---|
committer | Martin Wright <martin@mynameismartin.com> | 2014-06-24 09:48:51 +0100 |
commit | f4b3d9e1e37707ca2a321f40572ad76f08445c96 (patch) | |
tree | 93fc30d029f0ede38d1ab5a5e45615cd1c4587c9 /docs/installing/deploy.md | |
parent | d250dcaaae04a27b5f42f3a54a907189a358b71d (diff) | |
parent | 3d64a802326b5a8a193df95e7af3705214605a9f (diff) |
conflict: kept changes from gh-pages branch
Diffstat (limited to 'docs/installing/deploy.md')
-rw-r--r-- | docs/installing/deploy.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing/deploy.md b/docs/installing/deploy.md index 5378b89d6..4bbc91a9d 100644 --- a/docs/installing/deploy.md +++ b/docs/installing/deploy.md @@ -78,7 +78,7 @@ Next, on your local machine: * Capistrano requires Ruby 1.9 or more, and can be installed using rubygems * do: `gem install capistrano` * install Bundler if you don't have it already -- do: `gem install bundler` -* checkout the [Alaveteli repo](http://github.com/mysociety/alaveteli/) (you +* checkout the [Alaveteli repo](https://github.com/mysociety/alaveteli/) (you need some of the files available locally even though you might not be running Alaveteli on this machine) * copy the example file `config/deploy.yml.example` to `config/deploy.yml` |