Skip to content

Commit 6e350d6

Browse files
committed
README: Use absolute link for image
crates.io doesn't handle relative links well: rust-lang/crates.io#9939 (comment) It is a bit sad to do this, because now you need internet to render the README locally; OTOH if we ever decide to change the logo, the new one will be automatically visible in any place that uses absolute link.
1 parent 847e44d commit 6e350d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="assets/monster+rust.png" height="150" align="right">
1+
<img src="https://github.com/scylladb/scylla-rust-driver/raw/main/assets/monster+rust.png" height="150" align="right">
22

33
# ScyllaDB Rust Driver
44

0 commit comments

Comments
 (0)