From e9477e7a07f83cf5f897982a7e2978f37b0b25ca Mon Sep 17 00:00:00 2001 From: theincrediblenoone Date: Tue, 3 Jun 2025 18:36:59 -0400 Subject: [PATCH] Update netbox.json (#4952) Website link lead to commercial product website. Community version is only referenced in the FAQ of the pricing page. Updated link to point to product page for community version. --- frontend/public/json/netbox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/netbox.json b/frontend/public/json/netbox.json index d88192135..7b6030a1f 100644 --- a/frontend/public/json/netbox.json +++ b/frontend/public/json/netbox.json @@ -10,7 +10,7 @@ "privileged": false, "interface_port": 443, "documentation": "https://netboxlabs.com/docs/netbox/en/stable/", - "website": "https://netboxlabs.com/", + "website": "https://netboxlabs.com/products/netbox/", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/netbox.webp", "config_path": "/opt/netbox/netbox/netbox/configuration.py", "description": "NetBox is the source of truth for everything on your network, from physical components like power systems and cabling to virtual assets like IP addresses and VLANs. Network automation and observability tools depend on NetBox’s authoritative data to roll out configurations, monitor changes, and accelerate operations across the enterprise",