diff --git a/README.md b/README.md index 7ce52d9e1..4c469beb9 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Pwndbg ensures a consistent experience across both, so switching between them is ## How? -See [installation instructions](https://pwndbg.re/pwndbg/latest/setup). +See [installation instructions](https://pwndbg.re/pwndbg/dev/setup). ## What can I do with that? diff --git a/docs/commands/memory/dump-register-frame.md b/docs/commands/memory/dump-register-frame.md index 748b32f91..03cb77bb1 100644 --- a/docs/commands/memory/dump-register-frame.md +++ b/docs/commands/memory/dump-register-frame.md @@ -13,7 +13,8 @@ Display the registers saved to memory for a certain frame type ```bash -usage: dump-register-frame [-h] [-p] {armcm-exception} [address] +usage: dump-register-frame [-h] [-p] + {armcm-exception,armcm-exception2} [address] ``` ## Positional Arguments