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 f6af4c1 commit 3c7ab71Copy full SHA for 3c7ab71
src/array.rs
@@ -564,7 +564,7 @@ impl<T: HasAfEnum> Into<Array<T>> for i64 {
564
/// object.
565
///
566
/// To create a deep copy use
567
-/// [copy()](http://arrayfire.org/arrayfire-rust/arrayfire/struct.Array.html#method.copy)
+/// [copy()](./struct.Array.html#method.copy)
568
impl<T> Clone for Array<T>
569
where
570
T: HasAfEnum,
0 commit comments