We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 529babd + 4a34553 commit fbcf406Copy full SHA for fbcf406
src/pages/index.astro
@@ -46,7 +46,7 @@ const content = marked.parse(extractedMarkdown);
46
body="Supercharge your debugging experience."
47
/>
48
<Card
49
- href="/CheatSheet.pdf"
+ href="https://github.com/pwndbg/pwndbg.github.io/blob/main/public/CheatSheet.pdf"
50
title="CheatSheet"
51
body="The most important and commonly used commands for easy reference."
52
0 commit comments