Skip to content

Commit 024e092

Browse files
authored
Update index.html
Removing double `https://`
1 parent 68dc129 commit 024e092

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"name":"Company Name",
9999
"legalName":"Company Name, Inc.",
100100
"url":"https://domain.tld",
101-
"logo":"https://https://domain.tld/path/to/logo.svg",
101+
"logo":"https://domain.tld/path/to/logo.svg",
102102
"contactPoint":[ {
103103
"@type": "ContactPoint",
104104
"telephone": "+1-800-555-1212",
@@ -207,4 +207,4 @@ <h2>Links</h2>
207207
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
208208
</script>
209209
</body>
210-
</html>
210+
</html>

0 commit comments

Comments
 (0)