Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
docs(https): fix https mixed content (#506)
Browse files Browse the repository at this point in the history
I get a lot of emails from Netlify about this
  • Loading branch information
vvo authored and Haroenv committed Sep 10, 2018
1 parent ebd3e65 commit 3359858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/data/communityHeader.json
Expand Up @@ -9,7 +9,7 @@
{
"name": "InstantSearch.js",
"url": "https://community.algolia.com/instantsearch.js/v2",
"logo": "http://res.cloudinary.com/hilnmyskv/image/upload/v1500619122/instantsearch-icon_black.svg",
"logo": "https://res.cloudinary.com/hilnmyskv/image/upload/v1500619122/instantsearch-icon_black.svg",
"backgroundColor": "#fecf50"
},
{
Expand All @@ -21,7 +21,7 @@
{
"name": "Android InstantSearch",
"url": "https://community.algolia.com/instantsearch-android/",
"logo": "http://res.cloudinary.com/hilnmyskv/image/upload/v1500619122/instantsearch-icon_white.svg",
"logo": "https://res.cloudinary.com/hilnmyskv/image/upload/v1500619122/instantsearch-icon_white.svg",
"backgroundColor": "linear-gradient(112deg, #21c7d0, #2dde98)"
},
{
Expand Down

0 comments on commit 3359858

Please sign in to comment.