Skip to content

Commit

Permalink
fix vendor logo urls
Browse files Browse the repository at this point in the history
  • Loading branch information
daroczig committed Nov 12, 2024
1 parent 053a20a commit 6566e0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sc_crawler/vendors/vendors.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
aws = Vendor(
vendor_id="aws",
name="Amazon Web Services",
logo="https://sparecores.com/images/vendors/aws.svg",
logo="https://sparecores.com/assets/images/vendors/aws.svg",
homepage="https://aws.amazon.com",
country=countries["US"],
state="Washington",
Expand All @@ -25,7 +25,7 @@
gcp = Vendor(
vendor_id="gcp",
name="Google Cloud Platform",
logo="https://sparecores.com/images/vendors/gcp.svg",
logo="https://sparecores.com/assets/images/vendors/gcp.svg",
homepage="https://cloud.google.com",
country=countries["US"],
state="California",
Expand All @@ -40,7 +40,7 @@
hcloud = Vendor(
vendor_id="hcloud",
name="Hetzner Cloud",
logo="https://sparecores.com/images/vendors/hcloud.svg",
logo="https://sparecores.com/assets/images/vendors/hcloud.svg",
homepage="https://www.hetzner.com/cloud/",
country=countries["DE"],
state="Bavaria",
Expand All @@ -55,7 +55,7 @@
azure = Vendor(
vendor_id="azure",
name="Microsoft Azure",
logo="https://sparecores.com/images/vendors/azure.svg",
logo="https://sparecores.com/assets/images/vendors/azure.svg",
homepage="https://azure.microsoft.com",
country=countries["US"],
state="Washington",
Expand Down

0 comments on commit 6566e0a

Please sign in to comment.