summaryrefslogtreecommitdiffstats
path: root/vendor/gimli/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gimli/src/lib.rs')
-rw-r--r--vendor/gimli/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gimli/src/lib.rs b/vendor/gimli/src/lib.rs
index 7ac1820e3..ed1af9cbd 100644
--- a/vendor/gimli/src/lib.rs
+++ b/vendor/gimli/src/lib.rs
@@ -1,5 +1,5 @@
//! `gimli` is a library for reading and writing the
-//! [DWARF debugging format](http://dwarfstd.org/).
+//! [DWARF debugging format](https://dwarfstd.org/).
//!
//! See the [read](./read/index.html) and [write](./write/index.html) modules
//! for examples and API documentation.