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.