Skip to content

Commit 22bf3b2

Browse files
authored
Fix broken links in the handbook (#65)
1 parent 304a5db commit 22bf3b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

handbook/vol2/chap2_1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ The three most important windows for our purposes are **Symbol Tree**, **Listing
3939

4040
Now that we have Ghidra setup, it's time to learn how we can find a layer's `init` function.
4141

42-
[Chapter 2.2: Finding `MenuLayer::init`](/handbook/vol2/chap2_3.md)
42+
[Chapter 2.2: Finding `MenuLayer::init`](/handbook/vol2/chap2_2.md)

handbook/vol2/chap2_2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ We can also fix the function's signature by right-clicking on it and selecting `
4242

4343
Congratulations, you have reverse-engineered your first function! However, let's not stop here - let's find some other, a little more obscure `init` functions:
4444

45-
[Chapter 2.3: Finding `LevelSettingsLayer::init`](/handbook/vol2/chap2_4.md)
45+
[Chapter 2.3: Finding `LevelSettingsLayer::init`](/handbook/vol2/chap2_3.md)

0 commit comments

Comments
 (0)