Skip to content

Commit 9334199

Browse files
committed
Fix Image URLS to use https for documentation
1 parent 6431cba commit 9334199

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
//! defined types. If attempted, rust compiler will throw an error.
2525
2626
#![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"
27+
html_logo_url = "https://www.arrayfire.com/logos/arrayfire_logo_symbol.png",
28+
html_favicon_url = "https://www.arrayfire.com/logos/arrayfire.ico",
29+
html_root_url = "https://arrayfire.org/arrayfire-rust/arrayfire/index.html"
3030
)]
3131
#![warn(missing_docs)]
3232
#![allow(non_camel_case_types)]

0 commit comments

Comments
 (0)