Skip to content

Commit

Permalink
Fix Pelicun logo link
Browse files Browse the repository at this point in the history
The pelicun logo was originally pulled from the gh-pages branch but with
the new docs it is no longer available at that location. Instead, we can
have it sourced from the master branch which seems much more appropriate
  • Loading branch information
zsarnoczay committed Nov 22, 2024
1 parent ae8b35b commit 2093e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://raw.githubusercontent.com/NHERI-SimCenter/pelicun/gh-pages/doc_src/common/figures/pelicun-Logo-white.png"
<img src="https://raw.githubusercontent.com/NHERI-SimCenter/pelicun/master/doc/source/_static/pelicun-Logo-white.png"
alt="pelicun" align="middle" height="200"/>
</p>

Expand Down

0 comments on commit 2093e3b

Please sign in to comment.