From 8ed705669e8484991633052b5e905b08c70f4bfa Mon Sep 17 00:00:00 2001 From: Stefano Cianciulli Date: Tue, 5 Sep 2023 17:35:30 +0100 Subject: [PATCH] Fix career page URL in data/the.json --- data/the.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/the.json b/data/the.json index 54b905d2..a270c899 100644 --- a/data/the.json +++ b/data/the.json @@ -1,7 +1,7 @@ { "name": "THE I", "url": "https://www.linkedin.com/company/thei/", - "career_page_url": "https:/www.linkedin.com/company/thei/jobs", + "career_page_url": "https://www.linkedin.com/company/thei/jobs", "type": "Consulting", "categories": [ "cybersecurity" @@ -13,4 +13,4 @@ "tags": [ "-" ] -} \ No newline at end of file +}