From f0fafd5d78d5a3f53c9916fc88162a9a965e98c4 Mon Sep 17 00:00:00 2001 From: Tomas Ibarra Date: Tue, 22 Mar 2016 11:03:57 -0700 Subject: [PATCH] Update VAGRANT.md, link to become eviltrout admin. --- docs/VAGRANT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/VAGRANT.md b/docs/VAGRANT.md index b22a77cc304..865eaab8b17 100644 --- a/docs/VAGRANT.md +++ b/docs/VAGRANT.md @@ -94,7 +94,7 @@ In a few seconds, rails will start serving pages. To access them, open a web bro If you want to log in as a user, a shortcut you can use in development mode is to follow this link to log in as `eviltrout`: -http://localhost:4000/session/eviltrout/become +[http://localhost:4000/session/eviltrout/become](http://localhost:4000/session/eviltrout/become) You can now edit files on your local file system, using your favorite text editor or IDE. When you reload your web browser, it should have the latest changes.