Skip to content

Commit 9fe9f6f

Browse files
committed
Fix relative README link in conrod_core cargo.toml
1 parent daa2f10 commit 9fe9f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conrod_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
keywords = ["ui", "widgets", "gui", "interface", "graphics"]
99
description = "An easy-to-use, 100% Rust, extensible 2D GUI library."
1010
license = "MIT OR Apache-2.0"
11-
readme = "README.md"
11+
readme = "../README.md"
1212
repository = "https://github.com/pistondevelopers/conrod.git"
1313
homepage = "https://github.com/pistondevelopers/conrod"
1414
documentation = "http://docs.piston.rs/conrod/conrod/"

0 commit comments

Comments
 (0)