Skip to content

Commit 0c28a7b

Browse files
authored
Change footer links to https (#1995)
## Summary Two of our footer links were using http instead of https ## How was it tested? yarn build
1 parent 5e797cc commit 0c28a7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/app/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ const config = {
9494
title: "Jetify",
9595
items: [{
9696
label: "Jetify",
97-
href: "http://www.jetify.com"
97+
href: "https://www.jetify.com"
9898
},
9999
{
100100
label: "Blog",
101-
href: "http://www.jetify.com/blog"
101+
href: "https://www.jetify.com/blog"
102102
},
103103
]
104104
},

0 commit comments

Comments
 (0)