Skip to content
Snippets Groups Projects
Commit ab0525ea authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Change logo image name in markdown documentation

[ci skip]
parent 7f5a87f1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -424,24 +424,24 @@ will point the link to `wikis/style` when the link is inside of a wiki markdown
Here's our logo (hover to see the title text):
 
Inline-style:
![alt text](assets/logo-white.png)
![alt text](assets/logo.svg)
 
Reference-style:
![alt text1][logo]
 
[logo]: assets/logo-white.png
[logo]: assets/logo.svg
 
Here's our logo:
 
Inline-style:
 
![alt text](/assets/logo-white.png)
![alt text](/assets/logo.svg)
 
Reference-style:
 
![alt text][logo]
 
[logo]: /assets/logo-white.png
[logo]: /assets/logo.svg
 
## Blockquotes
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment