From d02d1beefc60f06ea47d64b6b547f8948cef274f Mon Sep 17 00:00:00 2001 From: Arghya Ghosh <71373838+uiuxarghya@users.noreply.github.com> Date: Mon, 13 Dec 2021 16:46:28 +0530 Subject: [PATCH] Update hello-world.mdx Fix broken link --- src/pages/docs/hello-world.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/docs/hello-world.mdx b/src/pages/docs/hello-world.mdx index 2fa6c53c..686074e5 100644 --- a/src/pages/docs/hello-world.mdx +++ b/src/pages/docs/hello-world.mdx @@ -33,7 +33,7 @@ Hello, World! ### 1. Your First Program -In Java, any line starting with `//` is a comment. Comments are intended for users reading the code to understand the intent and functionality of the program. It is completely ignored by the Java compiler (an application that translates Java program to Java bytecode that computer can execute). To learn more, visit [Java comments](/comments). +In Java, any line starting with `//` is a comment. Comments are intended for users reading the code to understand the intent and functionality of the program. It is completely ignored by the Java compiler (an application that translates Java program to Java bytecode that computer can execute). To learn more, visit [Java comments](/docs/comments). ### 2. class HelloWorld @@ -86,4 +86,4 @@ public class HelloWorld { } ``` -Don't worry if you don't understand the meaning of `class` , `static` , methods, and so on for now. We will discuss it in detail in later chapters. \ No newline at end of file +Don't worry if you don't understand the meaning of `class` , `static` , methods, and so on for now. We will discuss it in detail in later chapters.