diff options
author | Gareth Rees <gareth@mysociety.org> | 2015-01-14 15:46:55 +0000 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2015-04-07 16:25:05 +0100 |
commit | fe48eeb2fce67223cc136320d33873af530e2d40 (patch) | |
tree | 4c3c03dd6fa3c34a052fbb9daa288784f40600fc /docs/installing | |
parent | 61bf7550d90ee3d37fdc9b249e97a84af235810f (diff) |
Add Spanish docs/installing/vagrant
Diffstat (limited to 'docs/installing')
-rw-r--r-- | docs/installing/vagrant.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/installing/vagrant.md b/docs/installing/vagrant.md index a0b058da5..4ef091f3a 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 @@ -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 |