From 177d063f3895fcf7e3df349bd5e3b0226f087c7a Mon Sep 17 00:00:00 2001 From: Arghya Ghosh <71373838+uiuxarghya@users.noreply.github.com> Date: Thu, 23 Dec 2021 02:32:55 +0530 Subject: [PATCH] Update operators.mdx --- src/pages/docs/operators.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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