diff --git a/README-Vagrant.MD b/README-Vagrant.MD
index 4a286af0..ba758811 100644
--- a/README-Vagrant.MD
+++ b/README-Vagrant.MD
@@ -18,14 +18,14 @@ Then, with the help of Ansible (dev-deploy.yml) and Vagrant, install everything
`vagrant up`
-And create the database from within the box [^why]:
+And create the database from within the box [why]:
`vagrant ssh -c "/vagrant/sql/create-database-populate-tables.sh"`
Test the administration interface at
-`http://localhost:8080/harvester-admin`
+`http://localhost:8080/harvester-admin/`
-[^why] Due some issue with passing credentials to the creation of MySQL in Ansible, database creation is handled in a
-script afterwards.
\ No newline at end of file
+[why] Due some issue with passing credentials to the creation of MySQL in Ansible, database creation is handled in a
+script afterwards.