From 5314885e0632a9aec07812b581a7f5a8bfd35045 Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Wed, 15 Oct 2025 10:27:42 -0400 Subject: [PATCH] fix(nodesource): remove trailing `/` Signed-off-by: Aviv Keller --- apps/site/public/static/partners/constants.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/site/public/static/partners/constants.json b/apps/site/public/static/partners/constants.json index e866f83a8fa32..d104e990479d9 100644 --- a/apps/site/public/static/partners/constants.json +++ b/apps/site/public/static/partners/constants.json @@ -37,7 +37,7 @@ { "id": "NODESOURCE", "name": "NodeSource", - "href": "https://nodesource.com/", + "href": "https://nodesource.com", "weight": 3, "categories": ["security", "esp", "release"] }