Skip to content

Commit 696e7b2

Browse files
use https instead of http
1 parent 0de6d86 commit 696e7b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
remote_theme: APIDevTools/gh-pages-theme
22

33
title: JSON Schema $Ref Parser
4-
logo: http://apidevtools.org/img/logos/logo.png
4+
logo: https://apidevtools.org/img/logos/logo.png
55

66
author:
77
twitter: APIDevTools
@@ -16,7 +16,7 @@ defaults:
1616
- scope:
1717
path: ""
1818
values:
19-
image: http://apidevtools.org/img/logos/card.png
19+
image: https://apidevtools.org/img/logos/card.png
2020
- scope:
2121
path: "test/specs/**/*"
2222
values:

0 commit comments

Comments
 (0)