From 5565a934f70279dda3ef4e12ea2258d814e93178 Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Tue, 3 Dec 2024 20:05:26 -0800 Subject: [PATCH] docs: use absolute logo path --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 72e536d..77156ab 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ manta_fpga.egg-info/ .ruff_cache __pycache__/ build/ +dist/ # Miscellaneous file types *.v diff --git a/README.md b/README.md index 371c92b..09198c0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![](doc/assets/logo.png) +![](https://raw.githubusercontent.com/fischermoseley/manta/refs/heads/main/doc/assets/logo.png) ## Manta: A Configurable and Approachable Tool for FPGA Debugging and Rapid Prototyping ![run_tests](https://github.com/fischermoseley/manta/actions/workflows/run_tests.yml/badge.svg)