From a87e45138d5467dc06ecd7468e459ebe84d0e1ef Mon Sep 17 00:00:00 2001 From: superp00t Date: Wed, 27 Nov 2024 06:54:20 -0500 Subject: [PATCH] chore(docs): fix links in doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f332d3b..b989ff0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository hosts some work related to studying the original game binaries. You can use the information here to get a headstart when working on the [Whoa project](https://github.com/whoahq/whoa). -- [Dependencies (optional)](#dependencies--optional-) +- [Dependencies (optional)](#dependencies-optional) - [Header files](#header-files) - [Symbol files](#symbol-files) - [Debugging files](#debugging-files) @@ -142,7 +142,7 @@ To load the database information into x64dbg: 1. Open x96dbg.exe or x32dbg.exe directly 2. Load your game binary 3. Go to `File` 🡒 `Database` 🡒 `Import database` - 4. Navigate to `profile//x32dbg/game.dd32`. + 4. Navigate to `profile//x64dbg/game.dd32`. ## Importing types