fixing markdown link mistakes
authorBryan <btbonval@gmail.com>
Mon, 11 Nov 2013 05:33:56 +0000 (00:33 -0500)
committerBryan <btbonval@gmail.com>
Mon, 11 Nov 2013 05:33:56 +0000 (00:33 -0500)
README.md

index f6998bb1c36bf1af1c1c9d01808d5d53cc0cd7b8..2b6c5c03b718828719153992890d22cab4157d96 100644 (file)
--- a/README.md
+++ b/README.md
@@ -44,9 +44,9 @@ you grab an existing development virtual machine for create one yourself, and
 then configure the virtual machine for production with the steps shown in the
 next section. Instructions for creating a virtual machine follow:
 
-1. Install (VirtualBox)[http://www.virtualbox.com/]
+1. Install [VirtualBox](http://www.virtualbox.com/)
 
-1. Install (vagrant)[http://www.vagrantup.com/]
+1. Install [vagrant](http://www.vagrantup.com/)
 
 1. Use Vagrant to create the virtual machine.
     * While in `cd {project_root}`, type `vagrant up`
@@ -114,7 +114,7 @@ pulls from the local repository on your local file system without needing
 credentials, etc.
 
 ## Other Vagrant commands
-Please see (vagrant documentation)[http://docs.vagrantup.com/v2/cli/index.html]
+Please see [vagrant documentation](http://docs.vagrantup.com/v2/cli/index.html)
 for more information on how to use the vagrant CLI to manage your development
 VM.