diff --git a/src/pages/docs/operators.mdx b/src/pages/docs/operators.mdx index 6a73c512..9de9da34 100644 --- a/src/pages/docs/operators.mdx +++ b/src/pages/docs/operators.mdx @@ -418,6 +418,6 @@ Output ```text Leap year ``` -In the above example, we have used the ternary operator to check if the year is a leap year or not. To learn more, visit the [Java ternary operator](/ternary-operator). +In the above example, we have used the ternary operator to check if the year is a leap year or not. To learn more, visit the [Java ternary operator](/docs/operators#java-ternary-operator). Now that you know about Java operators, it's time to know about the order in which operators are evaluated. To learn more, visit [Java Operator Precedence](/java-operator-precedence). \ No newline at end of file