diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | views/partials/footer.ejs | 4 |
2 files changed, 1 insertions, 5 deletions
@@ -24,7 +24,7 @@ Installing VValls ================= 1) Install mongodb, nodejs, npm (probably comes with node) and bower -2) `git clone git@github.com:okfocus/vvalls.git` +2) `git clone git@github.com:julescarbon/vvalls.git` 3) `cd vvalls ; git checkout subscriptions` 4) `npm install` 5) `bower install` diff --git a/views/partials/footer.ejs b/views/partials/footer.ejs index cc94bc4..c62f31e 100644 --- a/views/partials/footer.ejs +++ b/views/partials/footer.ejs @@ -17,9 +17,5 @@ <a href="/about/howto">How To</a> <a href="/about/terms">Terms</a> <a href="/about/privacy">Privacy</a> - <a href="mailto:hello@vvalls.com">Contact</a> - <br><br> - <span>© 2015 Dot Dash 3, Inc.</span> - <a href="http://okfoc.us/">Site by OKFocus</a> </div> |
