Skip to content

Commit 3dcbf1e

Browse files
committed
Point diesel_infer_schema and diesel_migrations at docs.rs
Right now docs.diesel.rs doesn't have these crates, let's point at docs.rs until we get that sorted. Fixes diesel-rs#1320.
1 parent 3cdcba7 commit 3dcbf1e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

diesel_infer_schema/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.99.0"
44
authors = ["Sean Griffin <sean@seantheprogrammer.com>"]
55
license = "MIT OR Apache-2.0"
66
description = "Provides functionality to infer the schema of a database"
7-
documentation = "https://diesel.rs/guides/getting-started"
7+
documentation = "https://docs.rs/diesel_infer_schema"
88
homepage = "https://diesel.rs"
99
repository = "https://github.com/diesel-rs/diesel"
1010
keywords = ["orm", "database", "postgres", "postgresql", "sql"]

diesel_migrations/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.99.0"
44
authors = ["Sean Griffin <sean@seantheprogrammer.com>"]
55
license = "MIT OR Apache-2.0"
66
description = "Migratation managment for diesel"
7-
documentation = "http://docs.diesel.rs"
7+
documentation = "https://docs.rs/crate/diesel_migrations"
88
homepage = "http://diesel.rs"
99

1010

0 commit comments

Comments
 (0)