Skip to content

Commit

Permalink
docs: use absolute logo path
Browse files Browse the repository at this point in the history
  • Loading branch information
fischermoseley committed Dec 4, 2024
1 parent 91d2f80 commit 5565a93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ manta_fpga.egg-info/
.ruff_cache
__pycache__/
build/
dist/

# Miscellaneous file types
*.v
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 5565a93

Please sign in to comment.