Update Cargo.toml documentation link to point to docs.rs

This commit is contained in:
Christopher Cole 2022-10-03 17:57:45 -07:00
parent 6a4bd829cf
commit 4965746e79

View File

@ -5,7 +5,7 @@ authors = ["Christopher Cole <chris.cole.09@gmail.com>"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/cole14/rust-elf/"
repository = "https://github.com/cole14/rust-elf/"
documentation = "http://cole14.github.io/rust-elf/"
documentation = "https://docs.rs/elf/latest/elf/"
description = "A pure-rust library for parsing ELF files"
keywords = ["elf"]
readme = "README.md"