summaryrefslogtreecommitdiff
path: root/docs/platform/development.md
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-09-27 08:39:53 +0200
committervarac <varacanero@zeromail.org>2013-09-27 08:39:53 +0200
commit496c5c9442d6c2ec37cddd0f66b433a7cb2302fc (patch)
tree5cc112fe364ae8ea3b68a9e6e2302662a9e2465c /docs/platform/development.md
parent19fb5195e965365e18cb5b80e0e0931abb484bb4 (diff)
added link to first vagrant reference
Diffstat (limited to 'docs/platform/development.md')
-rw-r--r--docs/platform/development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/platform/development.md b/docs/platform/development.md
index 2255470..02ee068 100644
--- a/docs/platform/development.md
+++ b/docs/platform/development.md
@@ -2,7 +2,7 @@
If you are wanting to make local changes to your provider, or want to contribute some fixes back to LEAP, we recommend that you follow this guide to build up a development environment to test your changes first. Using this method, you can quickly test your changes without deploying them to your production environment, while benefitting from the convenience of reverting to known good states in order to retry things from scratch.
-This page will walk you through setting up nodes using Vagrant for convenient deployment testing, snapshotting known good states, and reverting to previous snapshots.
+This page will walk you through setting up nodes using [Vagrant](http://www.vagrantup.com/) for convenient deployment testing, snapshotting known good states, and reverting to previous snapshots.
Requirements
============