From 921c3f016ffb33c293a9314761101b0d0a5cab97 Mon Sep 17 00:00:00 2001 From: Shawn Holmes Date: Fri, 15 Feb 2013 22:06:14 -0700 Subject: [PATCH] Update docs/VAGRANT.md - reverted the Vagrant URL to http; using the https link generates a security warning in Chrome. --- docs/VAGRANT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/VAGRANT.md b/docs/VAGRANT.md index e2503c288da..1d061229ea9 100644 --- a/docs/VAGRANT.md +++ b/docs/VAGRANT.md @@ -10,7 +10,7 @@ on Discourse with: ### Getting Started 1. Install VirtualBox: https://www.virtualbox.org/wiki/Downloads -2. Install Vagrant: https://www.vagrantup.com/ +2. Install Vagrant: http://www.vagrantup.com/ 3. Open a terminal 4. Clone the project: `git clone git@github.com:discourse/discourse.git` 5. Enter the project directory: `cd discourse`