Skip to content

Commit 3f50f3c

Browse files
committed
remove broken readme links
1 parent 0725ce0 commit 3f50f3c

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

src/elastic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["elasticsearch", "search"]
77
description = "A modular sync and async client for the Elasticsearch REST API."
88
documentation = "https://docs.rs/elastic/"
99
repository = "https://github.com/elastic-rs/elastic"
10-
readme = "README.md"
10+
readme = "../../README.md"
1111

1212
[badges]
1313
travis-ci = { repository = "elastic-rs/elastic" }

src/requests/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ license = "MIT/Apache-2.0"
66
description = "Code generated request types for the Elasticsearch REST API."
77
documentation = "https://docs.rs/elastic_requests/"
88
repository = "https://github.com/elastic-rs/elastic"
9-
readme = "README.md"
109

1110
[dependencies]
1211
http = "~0.1"

src/responses/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ license = "MIT/Apache-2.0"
66
description = "Parses search results from Elasticsearch and presents results using convenient iterators."
77
documentation = "https://docs.rs/elastic_responses"
88
repository = "https://github.com/elastic-rs/elastic"
9-
readme = "README.md"
109

1110
[dependencies]
1211
serde = "~1"

src/types/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ license = "MIT/Apache-2.0"
66
description = "A strongly-typed implementation of Elasticsearch core types and Mapping API."
77
documentation = "https://docs.rs/elastic_types/"
88
repository = "https://github.com/elastic-rs/elastic"
9-
readme = "README.md"
109

1110
[dependencies]
1211
serde = "~1"

0 commit comments

Comments
 (0)