[tor-commits] [globe/master] Change Vagrantfile links to point to Tor Project gitweb.
isis at torproject.org
isis at torproject.org
Wed Nov 12 23:48:22 UTC 2014
commit 6bee6e91eb4b8e9592d77f0c7b62041e3b600353
Author: Isis Lovecruft <isis at torproject.org>
Date: Wed Nov 12 23:40:43 2014 +0000
Change Vagrantfile links to point to Tor Project gitweb.
---
README.md | 2 +-
src/js/templates/code.hbs | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 2d70217..3bee78d 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ Globe is tested and build with nodejs (0.10.x). For an easy overview on how to i
[Installing Node.js via package manager](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager).
In addition to that, globe can be built in a virtual machine that is managed using [Vagrant](http://www.vagrantup.com/).
-To make it easier for you, we provide a [Vagrantfile](https://github.com/makepanic/globe/blob/master/Vagrantfile) that builds an ubuntu (12.04) virtual machine
+To make it easier for you, we provide a [Vagrantfile](https://gitweb.torproject.org/globe.git/blob/HEAD:/Vagrantfile) that builds an ubuntu (12.04) virtual machine
with everything necessary for developing and building globe. If you have vagrant installed run `vagrant up` and wait until everything is ready.
Connect to your running virtual machine via `vagrant ssh`.
diff --git a/src/js/templates/code.hbs b/src/js/templates/code.hbs
index 730b803..246edfc 100644
--- a/src/js/templates/code.hbs
+++ b/src/js/templates/code.hbs
@@ -79,7 +79,7 @@
<div class="text-content">
<h3>Building globe</h3>
- <p>To provide a reproducible development environment we created a <a href="https://github.com/makepanic/globe/blob/master/Vagrantfile">Vagrantfile</a>, which uses
+ <p>To provide a reproducible development environment we created a <a href="https://gitweb.torproject.org/globe.git/blob/HEAD:/Vagrantfile">Vagrantfile</a>, which uses
<a href="http://www.vagrantup.com/">Vagrant</a> to bootstrap an ubuntu 12.04 virtual machine with everything necessary for developing and building globe.</p>
<p>To start the virtual machine run <i>vagrant up</i> and wait for it to finish. Once it is ready access the virtual machine via <i>vagrant ssh</i>.
More information about the tor-commits
mailing list