Skip to content

Commit 5de7c90

Browse files
authored
[chore] Modying logo image in README to use an absolute path (#27)
Currently, our logo doesn't show on crates.io. This is because we are using a relative path to the image. This PR changes the path of the image to be an absolute path. For more info, see: rust-lang/crates.io#982. Signed-off-by: danbugs <[email protected]>
1 parent 20d8f35 commit 5de7c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22
<h1>Hyperlight</h1>
3-
<img src="docs/assets/hl-tentative-logo.png" width="150px" />
3+
<img src="https://github.com/hyperlight-dev/hyperlight/blob/main/docs/assets/hl-tentative-logo.png" width="150px" />
44
<p>
55
<strong>Hyperlight is a lightweight Virtual Machine Manager (VMM) designed to be embedded within applications. It enables safe execution of untrusted code within <i>micro virtual machines</i> with very low latency and minimal overhead.
66
</strong>

0 commit comments

Comments
 (0)