From e8bb76fe53360f878de1556fa31222ab7b601491 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 18 Mar 2018 16:34:14 -0400 Subject: [PATCH] Update links to HTTPS --- README.md | 4 ++-- assets/javascripts/templates/notice_tmpl.coffee | 2 +- assets/javascripts/templates/pages/about_tmpl.coffee | 6 +++--- assets/javascripts/templates/pages/root_tmpl.coffee.erb | 4 ++-- lib/app.rb | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3088e09d..eee37fb3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [DevDocs](http://devdocs.io) [![Build Status](https://travis-ci.org/Thibaut/devdocs.svg?branch=master)](https://travis-ci.org/Thibaut/devdocs) +# [DevDocs](https://devdocs.io) [![Build Status](https://travis-ci.org/Thibaut/devdocs.svg?branch=master)](https://travis-ci.org/Thibaut/devdocs) DevDocs combines multiple API documentations in a fast, organized, and searchable interface. @@ -14,7 +14,7 @@ Keep track of development news: ## Quick Start -Unless you wish to contribute to the project, I recommend using the hosted version at [devdocs.io](http://devdocs.io). It's up-to-date and works offline out-of-the-box. +Unless you wish to contribute to the project, I recommend using the hosted version at [devdocs.io](https://devdocs.io). It's up-to-date and works offline out-of-the-box. DevDocs is made of two pieces: a Ruby scraper that generates the documentation and metadata, and a JavaScript app powered by a small Sinatra app. diff --git a/assets/javascripts/templates/notice_tmpl.coffee b/assets/javascripts/templates/notice_tmpl.coffee index 75818967..10cc534e 100644 --- a/assets/javascripts/templates/notice_tmpl.coffee +++ b/assets/javascripts/templates/notice_tmpl.coffee @@ -2,7 +2,7 @@ notice = (text) -> """

#{text}

""" app.templates.singleDocNotice = (doc) -> notice """ You're browsing the #{doc.fullName} documentation. To browse all docs, go to - #{app.config.production_host} (or press esc). """ + #{app.config.production_host} (or press esc). """ app.templates.disabledDocNotice = -> notice """ This documentation is disabled. diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 8861fbe4..4b7cc58a 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -58,9 +58,9 @@ app.templates.aboutPage = -> """

Special thanks to:

@@ -76,7 +76,7 @@ app.templates.aboutPage = -> """

Privacy Policy