aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing/vagrant.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/installing/vagrant.md')
-rw-r--r--docs/installing/vagrant.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/installing/vagrant.md b/docs/installing/vagrant.md
index a0b058da5..0e260e81b 100644
--- a/docs/installing/vagrant.md
+++ b/docs/installing/vagrant.md
@@ -8,10 +8,10 @@ title: Vagrant
<a href="https://www.vagrantup.com">Vagrant</a> provides an easy method to set
up virtual development environments We bundle an example Vagrantfile in the
repository, which runs the
- <a href="{{ site.baseurl}}docs/installing/script/">install script</a> for you.
+ <a href="{{ page.baseurl}}/docs/installing/script/">install script</a> for you.
</p>
-Note that this is just one of [several ways to install Alaveteli]({{ site.baseurl }}docs/installing/).
+Note that this is just one of [several ways to install Alaveteli]({{ page.baseurl }}/docs/installing/).
The included steps will use vagrant to create a development environment
where you can run the test suite and the development server, and make
@@ -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
@@ -75,7 +75,7 @@ for full instructions on using Vagrant.
## What next?
-Check out the [next steps]({{ site.baseurl }}docs/installing/next_steps/).
+Check out the [next steps]({{ page.baseurl }}/docs/installing/next_steps/).
## Customizing the Vagrant instance