diff options
author | Gareth Rees <gareth@mysociety.org> | 2015-03-26 11:24:33 +0000 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2015-04-07 16:25:07 +0100 |
commit | 4bfb1e947e5e8a518f2ad48b9b49e5680fc14e4f (patch) | |
tree | 6186e411612db57eb8e93f6b11888ad7bdb5ccf8 /docs/installing | |
parent | d19f011e202341cd0eeb528a1f4620e696347620 (diff) |
Replace site.baseurl with page.baseurl
Content URLs need page.baseurl to include the current locale
Diffstat (limited to 'docs/installing')
-rw-r--r-- | docs/installing/vagrant.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing/vagrant.md b/docs/installing/vagrant.md index 4ef091f3a..0e260e81b 100644 --- a/docs/installing/vagrant.md +++ b/docs/installing/vagrant.md @@ -23,7 +23,7 @@ scripts will create you a Vagrant VM based on the server edition of Ubuntu 12.04 LTS that contains everything you need to work on Alaveteli. 1. Get a copy of Alaveteli from - <a href="{{ site.baseurl }}docs/glossary/#git" class="glossary__link">GitHub</a>: + <a href="{{ page.baseurl }}/docs/glossary/#git" class="glossary__link">GitHub</a>: # on your machine $ git clone git@github.com:mysociety/alaveteli.git |