Skip to content

Commit 53f4bc7

Browse files
committed
chore: fixup link tags to be https
1 parent b04fec9 commit 53f4bc7

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

Rakefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@ task lint: :build do
4141
sh 'tflint --chdir terraform/website/ -c ../../.tflint.hcl'
4242

4343
# HTML linting
44-
options = { ignore_status_codes: [400] }
44+
options = {
45+
check_html: true,
46+
check_external_hash: true
47+
}
48+
4549
HTMLProofer.check_directory('./_site', options).run
4650
end
4751

credits.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ permalink: /credits/
55
---
66

77
<p>
8-
<a class="lnk" href="http://j4y.net/" data-proofer-ignore>Jay Prall</a><br />
8+
<a class="lnk" href="https://j4y.net/">Jay Prall</a><br />
99
author
1010
</p>
1111

1212
<p>
13-
<a class="lnk" href="http://kaidjuric.com/" data-proofer-ignore>Kajica Djuric</a><br />
13+
Kajica Djuric<br />
1414
</p>
1515

1616
<p>
1717
Raul Matei<br />
1818
new icon
19-
</p>
19+
</p>

0 commit comments

Comments
 (0)