Skip to content

Commit d02d1be

Browse files
authored
Update hello-world.mdx
Fix broken link
1 parent b8d7b42 commit d02d1be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/docs/hello-world.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Hello, World!
3333

3434
### 1. Your First Program
3535

36-
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).
36+
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).
3737

3838
### 2. class HelloWorld
3939

@@ -86,4 +86,4 @@ public class HelloWorld {
8686
}
8787
```
8888

89-
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.
89+
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.

0 commit comments

Comments
 (0)