Skip to content

Commit 83bbdce

Browse files
committed
docs (pt2): clarify version in link
1 parent e6b4712 commit 83bbdce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/part2/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ We will make a [Breakout](https://en.wikipedia.org/wiki/Breakout_%28video_game%2
66

77
Open a terminal and make a new directory (`mkdir unbricked`), and then enter it (`cd unbricked`), just like you did for ["Hello, world!"](../part1/hello_world.md).
88

9-
Start by creating a file called `main.asm`, and include [`hardware.inc`](https://raw.githubusercontent.com/gbdev/hardware.inc/v5.3.0/hardware.inc) in your code.
9+
Start by creating a file called `main.asm`, and include [`hardware.inc` v5.3.0](https://raw.githubusercontent.com/gbdev/hardware.inc/v5.3.0/hardware.inc) in your code.
1010

1111
```rgbasm,linenos,start={{#line_no_of "" ../../unbricked/getting-started/main.asm:includes}}
1212
{{#include ../../unbricked/getting-started/main.asm:includes}}

0 commit comments

Comments
 (0)