Skip to content

Commit 3c7ab71

Browse files
committed
Fix Clone impl of Array docs hyperlink
1 parent f6af4c1 commit 3c7ab71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ impl<T: HasAfEnum> Into<Array<T>> for i64 {
564564
/// object.
565565
///
566566
/// To create a deep copy use
567-
/// [copy()](http://arrayfire.org/arrayfire-rust/arrayfire/struct.Array.html#method.copy)
567+
/// [copy()](./struct.Array.html#method.copy)
568568
impl<T> Clone for Array<T>
569569
where
570570
T: HasAfEnum,

0 commit comments

Comments
 (0)