Skip to content

Commit adb0296

Browse files
committed
Switch Cargo.toml's documentation link to docs.rs
1 parent d591dc4 commit adb0296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Nick Fitzgerald <[email protected]>", "Philip Craig <[email protected]>"]
33
description = "A zero-copy DWARF debugging format parser."
4-
documentation = "http://gimli-rs.github.io/gimli/gimli/index.html"
4+
documentation = "https://docs.rs/gimli"
55
keywords = ["DWARF", "debug", "elf"]
66
license = "Apache-2.0/MIT"
77
name = "gimli"

0 commit comments

Comments
 (0)