diff --git a/README.md b/README.md index c3863632..79d2dcc7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ zip-rs [![Build Status](https://img.shields.io/github/workflow/status/zip-rs/zip/CI)](https://github.com/zip-rs/zip/actions?query=branch%3Amaster+workflow%3ACI) [![Crates.io version](https://img.shields.io/crates/v/zip.svg)](https://crates.io/crates/zip) -[Documentation](http://mvdnes.github.io/rust-docs/zip-rs/zip/index.html) +[Documentation](https://docs.rs/zip/0.5.10/zip/) Info diff --git a/script/doc-upload.cfg b/script/doc-upload.cfg deleted file mode 100644 index cd512bae..00000000 --- a/script/doc-upload.cfg +++ /dev/null @@ -1,3 +0,0 @@ -PROJECT_NAME=zip-rs -DOCS_REPO=mvdnes/rust-docs.git -DOC_RUST_VERSION=stable diff --git a/src/types.rs b/src/types.rs index f4684027..154e3c23 100644 --- a/src/types.rs +++ b/src/types.rs @@ -30,7 +30,7 @@ impl System { /// # Warning /// /// Some utilities use alternative timestamps to improve the accuracy of their -/// ZIPs, but we don't parse them yet. [We're working on this](https://github.com/mvdnes/zip-rs/issues/156#issuecomment-652981904), +/// ZIPs, but we don't parse them yet. [We're working on this](https://github.com/zip-rs/zip/issues/156#issuecomment-652981904), /// however this API shouldn't be considered complete. #[derive(Debug, Clone, Copy)] pub struct DateTime {