Skip to content

Commit fbcf406

Browse files
authored
Merge pull request #4 from rick-gnous/main
Fixing the link to the cheatsheet
2 parents 529babd + 4a34553 commit fbcf406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const content = marked.parse(extractedMarkdown);
4646
body="Supercharge your debugging experience."
4747
/>
4848
<Card
49-
href="/CheatSheet.pdf"
49+
href="https://github.com/pwndbg/pwndbg.github.io/blob/main/public/CheatSheet.pdf"
5050
title="CheatSheet"
5151
body="The most important and commonly used commands for easy reference."
5252
/>

0 commit comments

Comments
 (0)