From d3679430d7c5e7e41ff0a8cf40194ae6dece3d18 Mon Sep 17 00:00:00 2001 From: Christoph Oberhofer Date: Sat, 5 Mar 2016 15:28:53 +0100 Subject: [PATCH] Move to HTTPS --- _config.yml | 1 + _layouts/default.html | 17 ++++++++++++----- index.md | 4 ++-- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/_config.yml b/_config.yml index f6b5330..afcfe1f 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,6 @@ name: QuaggaJS markdown: kramdown baseurl: /quaggaJS +url: https://serratus.github.io exclude: [node_modules] diff --git a/_layouts/default.html b/_layouts/default.html index 6426fe0..9eb11ec 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,13 +4,14 @@ QuaggaJS, an advanced barcode-reader written in JavaScript - + - + + @@ -18,15 +19,21 @@ + @@ -59,4 +66,4 @@ - \ No newline at end of file + diff --git a/index.md b/index.md index 44925a4..eba5f9f 100644 --- a/index.md +++ b/index.md @@ -23,7 +23,7 @@ access to the user's camera stream. Although the code relies on heavy image- processing even recent smartphones are capable of locating and decoding barcodes in real-time. -Try some [examples](http://serratus.github.io/quaggaJS/examples) and check out +Try some [examples](https://serratus.github.io/quaggaJS/examples) and check out the blog post ([How barcode-localization works in QuaggaJS][oberhofer_co_how]) if you want to dive deeper into this topic. @@ -717,5 +717,5 @@ introduced to the API. [upc_wiki]: http://en.wikipedia.org/wiki/Universal_Product_Code [ean_8_wiki]: http://en.wikipedia.org/wiki/EAN-8 [oberhofer_co_how]: http://www.oberhofer.co/how-barcode-localization-works-in-quaggajs/ -[github_examples]: http://serratus.github.io/quaggaJS/examples +[github_examples]: https://serratus.github.io/quaggaJS/examples [i2of5_wiki]: https://en.wikipedia.org/wiki/Interleaved_2_of_5