From 3f1f2e79b390894d7e75946ea59e82544baecc97 Mon Sep 17 00:00:00 2001 From: Darragh Bailey Date: Thu, 25 Aug 2022 16:59:25 +0100 Subject: [PATCH] Update URL for logo display in README (#1559) Moving the image asset around broke display in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ee0a9e..f2eedd1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Vagrant Libvirt Provider -![Vagrant Libvirt Logo](docs/assets/images/logo.png?raw=true "Vagrant Libvirt") +![Vagrant Libvirt Logo](docs/_assets/images/logo.png?raw=true "Vagrant Libvirt") [![Join the chat at https://gitter.im/vagrant-libvirt/vagrant-libvirt](https://badges.gitter.im/vagrant-libvirt/vagrant-libvirt.svg)](https://gitter.im/vagrant-libvirt/vagrant-libvirt?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://github.com/vagrant-libvirt/vagrant-libvirt/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/vagrant-libvirt/vagrant-libvirt/actions/workflows/unit-tests.yml)