mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
fix logo path.
This commit is contained in:
parent
39081d226b
commit
13ad1c37de
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ This page lists few installation guides.
|
|||
</div>
|
||||
|
||||
<div class="col col-md-3 text-center">
|
||||
<a href="/try"><img height=150 src="https://yunohost.org/logo.png" style="vertical-align:bottom"><b><p>Demo server</p></b></a>
|
||||
<a href="/try"><img height=150 src="/images/logo.png" style="vertical-align:bottom"><b><p>Demo server</p></b></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ Cette page liste plusieurs types d’installations, classés par catégories.
|
|||
</div>
|
||||
|
||||
<div class="col col-md-3 text-center">
|
||||
<a href="/try_fr"><img height=150 src="https://yunohost.org/logo.png" style="vertical-align:bottom"><b><p>Serveur de démo</p></b></a>
|
||||
<a href="/try_fr"><img height=150 src="/images/logo.png" style="vertical-align:bottom"><b><p>Serveur de démo</p></b></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue