]> git.example.dev Git - binbsis50.git/commitdiff
updated the links to point to the new domain
authorLuigi Pinca <luigipinca@gmail.com>
Sun, 17 May 2015 08:15:52 +0000 (10:15 +0200)
committerLuigi Pinca <luigipinca@gmail.com>
Sun, 17 May 2015 08:15:52 +0000 (10:15 +0200)
README.md
lib/email/mailer.js
lib/email/template.jade
lib/email/template.txt
views/layout.jade

index 49d2db5e2999524ec45a3a71e354c5a92e9ea890..f066717209ded282b095667ef3fd3aa07155a283 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-![binb](http://dl.dropbox.com/u/58444696/binb-logo.png)
+![binb](https://dl.dropbox.com/u/58444696/binb-logo.png)
 
 binb is a simple, realtime, multiplayer, competitive music listening game.
 
-To play the game: [http://binb.nodejitsu.com](http://binb.nodejitsu.com)
+To play the game: [https://binb.co](https://binb.co)
 
 ## Installation
 
@@ -59,7 +59,6 @@ compatibility.
 ## Shout-Outs
 
 - Thanks to [beatquest.fm](http://beatquest.fm) for inspiration.
-- Thanks to [nodejitsu](http://nodejitsu.com/) for hosting the application.
 
 ## Bug tracker
 
index 918c33e9bca8f8ba6a0adec4768d97f1971a02b6..a99b1477d93c94d88ce69a072699ccca353eb90a 100644 (file)
@@ -40,7 +40,7 @@ var transport = nodemailer.createTransport({
 
 exports.sendEmail = function(to, token, callback) {
   transport.sendMail({
-    from: 'binb <no-reply@binb.nodejitsu.com>',
+    from: 'binb <no-reply@binb.co>',
     to: to,
     subject: 'binb password recovery',
     html: HTMLMessage({ token: token }),
index d120186bf29270d463379b50d9190eb946437370..3f42480a0a5bc66967d74138b12712c69de9724a 100644 (file)
@@ -11,8 +11,8 @@ html
         p To initiate the password reset process for your binb account,
           | click the link below:
         a(style="color:#0088CC;text-decoration:none;",
-          href="http://binb.nodejitsu.com/resetpasswd?token=#{token}")
-          | http://binb.nodejitsu.com/resetpasswd?token=#{token}
+          href="https://binb.co/resetpasswd?token=#{token}")
+          | https://binb.co/resetpasswd?token=#{token}
         p If you can't click it, please copy and paste the URL in a new tab/window.
         p If you haven't requested a password reset, you can disregard this message, 
           | because it's  likely that another user entered your email address 
index b1685458aa543422634d46195c68d3c36960dab9..7539104468f795856f4d5f1a1d728809eed47db2 100644 (file)
@@ -8,15 +8,15 @@ To initiate the password reset process for your binb
 account, click the link below:
 
 
-http://binb.nodejitsu.com/resetpasswd?token=<token>
+https://binb.co/resetpasswd?token=<token>
 
 
-If you can't click it, please copy and paste the URL in a 
+If you can't click it, please copy and paste the URL in a
 new tab or window.
 
-If you haven't requested a password reset, you can 
-disregard this message, because it's  likely that another 
-user entered your email address by mistake while trying to 
+If you haven't requested a password reset, you can
+disregard this message, because it's  likely that another
+user entered your email address by mistake while trying to
 reset a password.
 
 ============================================================
index a007ef031473de9bf4d851cdf4d2c0b53b723610..895b654044ad7324a7ae370a733e3f8f57c40b7f 100644 (file)
@@ -9,7 +9,7 @@ html
     meta(property="og:image", content="https://dl.dropbox.com/u/58444696/binb-logo-200.png")
     meta(property="og:title", content="binb")
     meta(property="og:type", content="game")
-    meta(property="og:url", content="http://binb.nodejitsu.com/")
+    meta(property="og:url", content="https://binb.co/")
     link(href="/static/css/bootstrap.min.css", rel="stylesheet")
     link(href="/static/css/style.css", rel="stylesheet")
     script.
@@ -38,9 +38,9 @@ html
         #footer-inner
           #copy &copy; 2012-2015 Luigi Pinca
           iframe#facebook-button(allowTransparency="true", frameborder="0", scrolling="no",
-            src!="//www.facebook.com/plugins/like.php?action=like&amp;colorscheme=light&amp;href=http%3A%2F%2Fbinb.nodejitsu.com&amp;layout=button_count&amp;locale=en_US&amp;share=true&amp;show_faces=false")
+            src!="//www.facebook.com/plugins/like.php?action=like&amp;colorscheme=light&amp;href=https%3A%2F%2Fbinb.co&amp;layout=button_count&amp;locale=en_US&amp;share=true&amp;show_faces=false")
           iframe#twitter-button(allowtransparency="true", frameborder="0", scrolling="no",
-            src="//platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fbinb.nodejitsu.com")
+            src="//platform.twitter.com/widgets/tweet_button.html?url=https%3A%2F%2Fbinb.co")
           iframe#github-button(allowtransparency="true", frameborder="0", scrolling="0",
             src="//ghbtns.com/github-btn.html?user=lpinca&repo=binb&type=watch&count=true")
     block media