Skip to content

Commit

Permalink
README: Use absolute link for image
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Lorak-mmk committed Dec 23, 2024
1 parent 847e44d commit 6e350d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="assets/monster+rust.png" height="150" align="right">
<img src="https://github.com/scylladb/scylla-rust-driver/raw/main/assets/monster+rust.png" height="150" align="right">

# ScyllaDB Rust Driver

Expand Down

0 comments on commit 6e350d6

Please sign in to comment.