Skip to content

Commit f62e74f

Browse files
committed
Fix relative readme paths for gfx, glium, piston, winit backends
1 parent 7f0a1e0 commit f62e74f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

backends/conrod_gfx/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ authors = ["Mitchell Nordine <[email protected]>"]
55
keywords = ["ui", "widgets", "gui", "interface", "graphics"]
66
description = "An easy-to-use, 100% Rust, extensible 2D GUI library."
77
license = "MIT OR Apache-2.0"
8-
readme = "README.md"
8+
readme = "../../README.md"
99
repository = "https://github.com/pistondevelopers/conrod.git"
1010
homepage = "https://github.com/pistondevelopers/conrod"
11-
documentation = "http://docs.piston.rs/conrod/conrod/"
11+
documentation = "https://docs.rs/conrod"
1212
categories = ["gui"]
1313

1414
[lib]

backends/conrod_glium/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ authors = ["Mitchell Nordine <[email protected]>"]
55
keywords = ["ui", "widgets", "gui", "interface", "graphics"]
66
description = "An easy-to-use, 100% Rust, extensible 2D GUI library."
77
license = "MIT OR Apache-2.0"
8-
readme = "README.md"
8+
readme = "../../README.md"
99
repository = "https://github.com/pistondevelopers/conrod.git"
1010
homepage = "https://github.com/pistondevelopers/conrod"
11-
documentation = "http://docs.piston.rs/conrod/conrod/"
11+
documentation = "https://docs.rs/conrod"
1212
categories = ["gui"]
1313

1414
[lib]

backends/conrod_piston/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ 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"
14-
documentation = "http://docs.piston.rs/conrod/conrod/"
14+
documentation = "https://docs.rs/conrod"
1515
categories = ["gui"]
1616

1717
[package.metadata.docs.rs]

backends/conrod_winit/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ 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"
14-
documentation = "http://docs.piston.rs/conrod/conrod/"
14+
documentation = "https://docs.rs/conrod"
1515
categories = ["gui"]
1616

1717
[lib]

0 commit comments

Comments
 (0)