diff --git a/docs/src/functions/math-and-trigonometry.md b/docs/src/functions/math-and-trigonometry.md
index ee04bbd..936dbee 100644
--- a/docs/src/functions/math-and-trigonometry.md
+++ b/docs/src/functions/math-and-trigonometry.md
@@ -12,7 +12,7 @@ You can track the progress in this [GitHub issue](https://github.com/ironcalc/Ir
| Function | Status | Documentation |
| --------------- | ---------------------------------------------- | ------------- |
| ABS | | – |
-| ACOS | | – |
+| ACOS | | [ACOS](math_and_trigonometry/acos) |
| ACOSH | | – |
| ACOT | | – |
| ACOTH | | – |
@@ -20,7 +20,7 @@ You can track the progress in this [GitHub issue](https://github.com/ironcalc/Ir
| ARABIC | | – |
| ASIN | | [ASIN](math_and_trigonometry/asin) |
| ASINH | | – |
-| ATAN | | – |
+| ATAN | | [ATAN](math_and_trigonometry/atan) |
| ATAN2 | | – |
| ATANH | | – |
| BASE | | – |
diff --git a/docs/src/functions/math_and_trigonometry/atan.md b/docs/src/functions/math_and_trigonometry/atan.md
index 3e4b3d6..c9c08d7 100644
--- a/docs/src/functions/math_and_trigonometry/atan.md
+++ b/docs/src/functions/math_and_trigonometry/atan.md
@@ -28,7 +28,7 @@ ATAN returns a number in radians in the range [-$\pi$/2 to +$\pi$/2] that is the
## Examples
-[See some examples in IronCalc](https://app.ironcalc.com/?example=acos).
+[See some examples in IronCalc](https://app.ironcalc.com/?example=atan).
## Links
* For more information about inverse trigonometric functions, visit Wikipedia's [Inverse trigonometric functions](https://en.wikipedia.org/wiki/Inverse_trigonometric_functions) page.