From 411342852b45955ad4fd2a65753a860e9eef71aa Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sat, 23 Sep 2017 12:04:09 -0400 Subject: [PATCH] Change a few external links to https --- assets/javascripts/templates/notif_tmpl.coffee | 4 ++-- assets/javascripts/templates/pages/about_tmpl.coffee | 6 +++--- lib/app.rb | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/javascripts/templates/notif_tmpl.coffee b/assets/javascripts/templates/notif_tmpl.coffee index 94a586fd..0cd8531c 100644 --- a/assets/javascripts/templates/notif_tmpl.coffee +++ b/assets/javascripts/templates/notif_tmpl.coffee @@ -62,8 +62,8 @@ app.templates.notifUpdates = (docs, disabledDocs) -> app.templates.notifShare = -> textNotif """ Hi there! """, """ Like DevDocs? Help us reach more developers by sharing the link with your friends on - Twitter, Facebook, - Reddit, etc.
Thanks :) """ + Twitter, Facebook, + Reddit, etc.
Thanks :) """ app.templates.notifUpdateDocs = -> textNotif """ Documentation updates available. """, diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 3cba5f76..b21fd51e 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -60,11 +60,11 @@ app.templates.aboutPage = -> """

Special thanks to:

diff --git a/lib/app.rb b/lib/app.rb index 15f1e3c8..abe82f96 100644 --- a/lib/app.rb +++ b/lib/app.rb @@ -304,7 +304,7 @@ class App < Sinatra::Application '/s/jetbrains/python' => 'https://www.jetbrains.com/pycharm/?utm_source=devdocs&utm_medium=sponsorship&utm_campaign=devdocs', '/s/jetbrains/c' => 'https://www.jetbrains.com/clion/?utm_source=devdocs&utm_medium=sponsorship&utm_campaign=devdocs', '/s/jetbrains/web' => 'https://www.jetbrains.com/webstorm/?utm_source=devdocs&utm_medium=sponsorship&utm_campaign=devdocs', - '/s/code-school' => 'http://www.codeschool.com/?utm_campaign=devdocs&utm_content=homepage&utm_source=devdocs&utm_medium=sponsorship', + '/s/code-school' => 'https://www.codeschool.com/?utm_campaign=devdocs&utm_content=homepage&utm_source=devdocs&utm_medium=sponsorship', '/s/tw' => 'https://twitter.com/intent/tweet?url=http%3A%2F%2Fdevdocs.io&via=DevDocs&text=All-in-one%20API%20documentation%20browser%20with%20offline%20mode%20and%20instant%20search%3A', '/s/fb' => 'https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fdevdocs.io', '/s/re' => 'https://www.reddit.com/submit?url=http%3A%2F%2Fdevdocs.io&title=All-in-one%20API%20documentation%20browser%20with%20offline%20mode%20and%20instant%20search&resubmit=true'