docs: use absolute logo path

This commit is contained in:
Fischer Moseley 2024-12-03 20:05:26 -08:00
parent 91d2f80dcc
commit 5565a934f7
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -9,6 +9,7 @@ manta_fpga.egg-info/
.ruff_cache
__pycache__/
build/
dist/
# Miscellaneous file types
*.v

View File

@ -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)