From 5080132dc40356f8017b11c6b95310a3280a3965 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sun, 17 May 2015 10:15:52 +0200 Subject: [PATCH] updated the links to point to the new domain --- README.md | 5 ++--- lib/email/mailer.js | 2 +- lib/email/template.jade | 4 ++-- lib/email/template.txt | 10 +++++----- views/layout.jade | 6 +++--- 5 files changed, 13 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 49d2db5..f066717 100644 --- 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 diff --git a/lib/email/mailer.js b/lib/email/mailer.js index 918c33e..a99b147 100644 --- a/lib/email/mailer.js +++ b/lib/email/mailer.js @@ -40,7 +40,7 @@ var transport = nodemailer.createTransport({ exports.sendEmail = function(to, token, callback) { transport.sendMail({ - from: 'binb ', + from: 'binb ', to: to, subject: 'binb password recovery', html: HTMLMessage({ token: token }), diff --git a/lib/email/template.jade b/lib/email/template.jade index d120186..3f42480 100644 --- a/lib/email/template.jade +++ b/lib/email/template.jade @@ -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 diff --git a/lib/email/template.txt b/lib/email/template.txt index b168545..7539104 100644 --- a/lib/email/template.txt +++ b/lib/email/template.txt @@ -8,15 +8,15 @@ To initiate the password reset process for your binb account, click the link below: -http://binb.nodejitsu.com/resetpasswd?token= +https://binb.co/resetpasswd?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. ============================================================ diff --git a/views/layout.jade b/views/layout.jade index a007ef0..895b654 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -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 © 2012-2015 Luigi Pinca iframe#facebook-button(allowTransparency="true", frameborder="0", scrolling="no", - src!="//www.facebook.com/plugins/like.php?action=like&colorscheme=light&href=http%3A%2F%2Fbinb.nodejitsu.com&layout=button_count&locale=en_US&share=true&show_faces=false") + src!="//www.facebook.com/plugins/like.php?action=like&colorscheme=light&href=https%3A%2F%2Fbinb.co&layout=button_count&locale=en_US&share=true&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 -- 2.54.0