]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/reference/src/types/function-item.md
New upstream version 1.38.0+dfsg1
[rustc.git] / src / doc / reference / src / types / function-item.md
index dee74e48ef4a9248681777f4762ce031c48b88b8..c8088e48c21a94772f09923d43a77a77e08d00d1 100644 (file)
@@ -46,12 +46,12 @@ let foo_ptr_2 = if want_i32 {
 All function items implement [`Fn`], [`FnMut`], [`FnOnce`], [`Copy`],
 [`Clone`], [`Send`], and [`Sync`].
 
-[`Clone`]: special-types-and-traits.html#clone
-[`Copy`]: special-types-and-traits.html#copy
-[`FnMut`]: ../std/ops/trait.FnMut.html
-[`FnOnce`]: ../std/ops/trait.FnOnce.html
-[`Fn`]: ../std/ops/trait.Fn.html
-[`Send`]: special-types-and-traits.html#send
-[`Sync`]: special-types-and-traits.html#sync
-[coercion]: type-coercions.html
-[function pointers]: types/function-pointer.html
+[`Clone`]: ../special-types-and-traits.md#clone
+[`Copy`]: ../special-types-and-traits.md#copy
+[`FnMut`]: ../../std/ops/trait.FnMut.html
+[`FnOnce`]: ../../std/ops/trait.FnOnce.html
+[`Fn`]: ../../std/ops/trait.Fn.html
+[`Send`]: ../special-types-and-traits.md#send
+[`Sync`]: ../special-types-and-traits.md#sync
+[coercion]: ../type-coercions.md
+[function pointers]: function-pointer.md