diff options
author | seancarroll <seanc28@gmail.com> | 2021-03-22 20:40:32 -0500 |
---|---|---|
committer | seancarroll <seanc28@gmail.com> | 2021-03-22 20:40:32 -0500 |
commit | 2ca88b761bc706d81f0f9d6dec7997807df4a0e2 (patch) | |
tree | 4461e1c5fed6897533c996b1bd3790e9b9040103 | |
parent | e45dc721cd7badb59ffcaceb6bd739b01210112f (diff) | |
download | dotavious-2ca88b761bc706d81f0f9d6dec7997807df4a0e2.zip |
fix html_root_url
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/dotavious/0.1.0")] +#![doc(html_root_url = "https://docs.rs/dotavious")] #![cfg_attr(docsrs, deny(broken_intra_doc_links))] //! Dotavious provides bindings to generate [DOT](https://graphviz.org/doc/info/lang.html) |