diff --git a/src/appendices/units.md b/src/appendices/units.md
index 4e4355483f..078db3b64e 100644
--- a/src/appendices/units.md
+++ b/src/appendices/units.md
@@ -83,30 +83,51 @@ Examples for CMIXF-12 (including the five unicode symbols mentioned above):
### Multiples
-| **Prefix name** | **Prefix symbol** | **Factor** |
-| ------------------------------------------- | ----------------- | --------------- |
-| [deca](https://www.wikiwand.com/en/Deca-) | da | 101 |
-| [hecto](https://www.wikiwand.com/en/Hecto-) | h | 102 |
-| [kilo](https://www.wikiwand.com/en/Kilo-) | k | 103 |
-| [mega](https://www.wikiwand.com/en/Mega-) | M | 106 |
-| [giga](https://www.wikiwand.com/en/Giga-) | G | 109 |
-| [tera](https://www.wikiwand.com/en/Tera-) | T | 1012 |
-| [peta](https://www.wikiwand.com/en/Peta-) | P | 1015 |
-| [exa](https://www.wikiwand.com/en/Exa-) | E | 1018 |
-| [zetta](https://www.wikiwand.com/en/Zetta-) | Z | 1021 |
-| [yotta](https://www.wikiwand.com/en/Yotta-) | Y | 1024 |
+| **Prefix name** | **Prefix symbol** | **Factor** |
+| --------------- | ----------------- | --------------- |
+| [deca][] | da | 101 |
+| [hecto][] | h | 102 |
+| [kilo][] | k | 103 |
+| [mega][] | M | 106 |
+| [giga][] | G | 109 |
+| [tera][] | T | 1012 |
+| [peta][] | P | 1015 |
+| [exa][] | E | 1018 |
+| [zetta][] | Z | 1021 |
+| [yotta][] | Y | 1024 |
### Submultiples
-| **Prefix name** | **Prefix symbol** | **Factor** |
-| ------------------------------------------- | ----------------- | ---------------- |
-| [deci](https://www.wikiwand.com/en/Deci-) | d | 10-1 |
-| [centi](https://www.wikiwand.com/en/Centi-) | c | 10-2 |
-| [milli](https://www.wikiwand.com/en/Milli-) | m | 10-3 |
-| [micro](https://www.wikiwand.com/en/Micro-) | u | 10-6 |
-| [nano](https://www.wikiwand.com/en/Nano-) | n | 10-9 |
-| [pico](https://www.wikiwand.com/en/Pico-) | p | 10-12 |
-| [femto](https://www.wikiwand.com/en/Femto-) | f | 10-15 |
-| [atto](https://www.wikiwand.com/en/Atto-) | a | 10-18 |
-| [zepto](https://www.wikiwand.com/en/Zepto-) | z | 10-21 |
-| [yocto](https://www.wikiwand.com/en/Yocto-) | y | 10-24 |
+| **Prefix name** | **Prefix symbol** | **Factor** |
+| --------------- | ----------------- | ---------------- |
+| [deci][] | d | 10-1 |
+| [centi][] | c | 10-2 |
+| [milli][] | m | 10-3 |
+| [micro][] | u | 10-6 |
+| [nano][] | n | 10-9 |
+| [pico][] | p | 10-12 |
+| [femto][] | f | 10-15 |
+| [atto][] | a | 10-18 |
+| [zepto][] | z | 10-21 |
+| [yocto][] | y | 10-24 |
+
+[deca]: https://en.wikipedia.org/wiki/Deca-
+[hecto]: https://en.wikipedia.org/wiki/Hecto-
+[kilo]: https://en.wikipedia.org/wiki/Kilo-
+[mega]: https://en.wikipedia.org/wiki/Mega-
+[giga]: https://en.wikipedia.org/wiki/Giga-
+[tera]: https://en.wikipedia.org/wiki/Tera-
+[peta]: https://en.wikipedia.org/wiki/Peta-
+[exa]: https://en.wikipedia.org/wiki/Exa-
+[zetta]: https://en.wikipedia.org/wiki/Zetta-
+[yotta]: https://en.wikipedia.org/wiki/Yotta-
+[deci]: https://en.wikipedia.org/wiki/Deci-
+[centi]: https://en.wikipedia.org/wiki/Centi-
+[milli]: https://en.wikipedia.org/wiki/Milli-
+[micro]: https://en.wikipedia.org/wiki/Micro-
+[nano]: https://en.wikipedia.org/wiki/Nano-
+[pico]: https://en.wikipedia.org/wiki/Pico-
+[femto]: https://en.wikipedia.org/wiki/Femto-
+[atto]: https://en.wikipedia.org/wiki/Atto-
+[zepto]: https://en.wikipedia.org/wiki/Zepto-
+[yocto]: https://en.wikipedia.org/wiki/Yocto-