From 2235be23b404cc997a820473d9df480f1f7ebc86 Mon Sep 17 00:00:00 2001 From: quietsy Date: Thu, 13 Feb 2025 14:23:23 +0200 Subject: [PATCH] Fix logo --- readme-vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme-vars.yml b/readme-vars.yml index 0461d43..64b03e1 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -3,7 +3,7 @@ # project information project_name: netbox project_url: "https://github.com/netbox-community/netbox" -project_logo: "https://raw.githubusercontent.com/netbox-community/netbox/develop/docs/netbox_logo.svg" +project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/netbox-logo.png" project_blurb: | [{{ project_name|capitalize }}]({{ project_url }}) is an IP address management (IPAM) and data center infrastructure management (DCIM) tool. Initially conceived by the network engineering team at DigitalOcean, NetBox was developed specifically to address the needs of network and infrastructure engineers. It is intended to function as a domain-specific source of truth for network operations. project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"