forked from diesel-rs/diesel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sed -i 's,http://\(docs\.\)\?diesel\.rs,https://\1diesel\.rs,g' **/*.md **/*.toml
- Loading branch information
Showing
11 changed files
with
66 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ authors = ["Sean Griffin <[email protected]>"] | |
license = "MIT OR Apache-2.0" | ||
description = "A safe, extensible ORM and Query builder" | ||
readme = "README.md" | ||
documentation = "http://docs.diesel.rs" | ||
homepage = "http://diesel.rs" | ||
documentation = "https://docs.diesel.rs" | ||
homepage = "https://diesel.rs" | ||
repository = "https://github.com/diesel-rs/diesel" | ||
keywords = ["orm", "database", "postgres", "postgresql", "sql"] | ||
categories = ["database"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[](http://diesel.rs) | ||
[](https://diesel.rs) | ||
|
||
# Diesel - A safe, extensible ORM and Query Builder for Rust | ||
|
||
Diesel is the most productive way to interact with databases in Rust because of its safe and composable abstractions over queries. | ||
|
||
## Getting Started | ||
|
||
This is the Readme of the main crate. You can find [an extensive Getting Started tutorial](http://diesel.rs/guides/getting-started) and more information on our [website](http://diesel.rs). | ||
This is the Readme of the main crate. You can find [an extensive Getting Started tutorial](https://diesel.rs/guides/getting-started) and more information on our [website](https://diesel.rs). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ authors = ["Sean Griffin <[email protected]>"] | |
license = "MIT OR Apache-2.0" | ||
description = "Provides the CLI for the Diesel crate" | ||
readme = "README.md" | ||
documentation = "http://diesel.rs/guides/getting-started" | ||
homepage = "http://diesel.rs" | ||
documentation = "https://diesel.rs/guides/getting-started" | ||
homepage = "https://diesel.rs" | ||
repository = "https://github.com/diesel-rs/diesel" | ||
keywords = ["orm", "database", "postgres", "postgresql", "sql"] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ authors = ["Sean Griffin <[email protected]>"] | |
license = "MIT OR Apache-2.0" | ||
description = "Custom derive and procedural macros for Diesel" | ||
readme = "README.md" | ||
documentation = "http://docs.diesel.rs" | ||
homepage = "http://diesel.rs" | ||
documentation = "https://docs.diesel.rs" | ||
homepage = "https://diesel.rs" | ||
repository = "https://github.com/diesel-rs/diesel/tree/master/diesel_codegen" | ||
keywords = ["orm", "database", "postgres", "sql", "codegen"] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ version = "0.16.0" | |
authors = ["Sean Griffin <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
description = "Provides functionality to infer the schema of a database" | ||
documentation = "http://diesel.rs/guides/getting-started" | ||
homepage = "http://diesel.rs" | ||
documentation = "https://diesel.rs/guides/getting-started" | ||
homepage = "https://diesel.rs" | ||
repository = "https://github.com/diesel-rs/diesel" | ||
keywords = ["orm", "database", "postgres", "postgresql", "sql"] | ||
|
||
|
Oops, something went wrong.