Skip to content

Commit bfc8e8f

Browse files
committed
Link logo to landing page
Also refer to the logo image using a full URL to hopefully allow it to render properly in various other places.
1 parent 4c099c0 commit bfc8e8f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
<div align="center">
44

5-
<img width="30%" src="doc/kcas.svg">
5+
<a href="https://ocaml-multicore.github.io/kcas/">
6+
<img
7+
width="30%"
8+
alt="Kcas logo"
9+
src="https://raw.githubusercontent.com/ocaml-multicore/kcas/main/doc/kcas.svg">
10+
</a>
611

712
# **kcas** &mdash; STM based on lock-free MCAS
813

0 commit comments

Comments
 (0)