Skip to content

Commit 489af06

Browse files
authored
Update some links (#395)
1 parent af078ec commit 489af06

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ fn main() {
6060
This project is licensed under either of
6161

6262
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
63-
http://www.apache.org/licenses/LICENSE-2.0)
63+
https://www.apache.org/licenses/LICENSE-2.0)
6464
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
65-
http://opensource.org/licenses/MIT)
65+
https://opensource.org/licenses/MIT)
6666

6767
at your option.
6868

crates/backtrace-sys/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ version = "0.1.37"
44
authors = ["Alex Crichton <[email protected]>"]
55
build = "build.rs"
66
license = "MIT/Apache-2.0"
7-
repository = "https://github.com/alexcrichton/backtrace-rs"
8-
homepage = "https://github.com/alexcrichton/backtrace-rs"
9-
documentation = "http://alexcrichton.com/backtrace-rs"
7+
repository = "https://github.com/rust-lang/backtrace-rs"
8+
homepage = "https://github.com/rust-lang/backtrace-rs"
9+
documentation = "https://docs.rs/backtrace-sys"
1010
description = """
1111
Bindings to the libbacktrace gcc library
1212
"""

0 commit comments

Comments
 (0)