We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6431cba commit 9334199Copy full SHA for 9334199
src/lib.rs
@@ -24,9 +24,9 @@
24
//! defined types. If attempted, rust compiler will throw an error.
25
26
#![doc(
27
- html_logo_url = "http://www.arrayfire.com/logos/arrayfire_logo_symbol.png",
28
- html_favicon_url = "http://www.rust-lang.org/favicon.ico",
29
- html_root_url = "http://arrayfire.org/arrayfire-rust/arrayfire/index.html"
+ html_logo_url = "https://www.arrayfire.com/logos/arrayfire_logo_symbol.png",
+ html_favicon_url = "https://www.arrayfire.com/logos/arrayfire.ico",
+ html_root_url = "https://arrayfire.org/arrayfire-rust/arrayfire/index.html"
30
)]
31
#![warn(missing_docs)]
32
#![allow(non_camel_case_types)]
0 commit comments