From 901fa9462996f1258ccaf2fc677338710afd0219 Mon Sep 17 00:00:00 2001 From: Alexander Linne Date: Wed, 17 Dec 2025 19:08:49 +0100 Subject: [PATCH] Use absolute Logo URL in README.md The logo is currently not displayed correctly on NuGet. Since NuGet allows to use image URLs to raw.githubusercontent.com, we use an absolute URL to also display the logo on NuGet. Signed-off-by: Alexander Linne --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dab6b983..785939ee5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -ArchUnit +ArchUnit # ArchUnitNET [![Build Status](https://github.com/TNG/ArchUnitNET/actions/workflows/build.yaml/badge.svg)](https://github.com/TNG/ArchUnitNET/actions/workflows/build.yaml) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/TNG/ArchUnitNET/blob/master/LICENSE) [![Nuget](https://img.shields.io/nuget/v/TngTech.ArchUnitNET)](https://www.nuget.org/packages/TngTech.ArchUnitNET/) [![codecov](https://codecov.io/gh/TNG/ArchUnitNET/graph/badge.svg?token=HgiEXfA0K7)](https://codecov.io/gh/TNG/ArchUnitNET)