Skip to content

Commit 3856714

Browse files
committed
fix broken link
1 parent 42aa0c7 commit 3856714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/getting-started/first-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fn main() {
1010
println("hello world")
1111
}
1212
```
13-
Once you've written your code in the `main.jule` file, you’re ready to compile. With the compiler, you perform package-based compilation. [Packages](/packages) are a core part of Jule’s project management. The directory you compile from is treated as the main package of your program.
13+
Once you've written your code in the `main.jule` file, you’re ready to compile. With the compiler, you perform package-based compilation. [Packages](/packages/) are a core part of Jule’s project management. The directory you compile from is treated as the main package of your program.
1414

1515
To compile your project with the compiler, you can use a command like the following:
1616
```

0 commit comments

Comments
 (0)