Skip to content

Commit bd37f88

Browse files
committed
Use https for lunrjs.com link in header
I use https://lychee.cli.rs/ to check for broken links, and it recently started linting for http links that could be https in generated docs. I could also just ignore the error, but hopefully fixing it here means other folks don't have to do so too. ``` [build/assets/js/540.9d944f2a.js.LICENSE.txt]: [ERROR] http://lunrjs.com/ | This URI is available in HTTPS protocol, but HTTP is provided. Use 'https://lunrjs.com/' instead ```
1 parent aa5a878 commit bd37f88

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/wrapper_start

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - @VERSION
2+
* lunr - https://lunrjs.com - A bit like Solr, but much smaller and not as bright - @VERSION
33
* Copyright (C) @YEAR Oliver Nightingale
44
* @license MIT
55
*/

lunr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9
2+
* lunr - https://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9
33
* Copyright (C) 2020 Oliver Nightingale
44
* @license MIT
55
*/

0 commit comments

Comments
 (0)