docs: update links to documentation

This commit is contained in:
Marli Frost 2021-02-14 12:37:29 +00:00
parent 5420f8aa3d
commit f02ad80c70
No known key found for this signature in database
GPG key ID: CB0BEA7CF9BD1245
3 changed files with 2 additions and 5 deletions

View file

@ -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

View file

@ -1,3 +0,0 @@
PROJECT_NAME=zip-rs
DOCS_REPO=mvdnes/rust-docs.git
DOC_RUST_VERSION=stable

View file

@ -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 {