Skip to content

Commit

Permalink
fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyjoeseph committed Feb 22, 2024
1 parent 074349b commit 851defb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Top.svelte
Expand Up @@ -2,7 +2,7 @@
export let showHome = false;
export const links = {
reel: 'https://www.youtube.com/watch?v=HkWQp_y0ccU',
resume: '/images/resume.pdf',
resume: '/files/resume.pdf',
home: '/',
about: '/about'
};
Expand Down
Binary file added static/images/resume.pdf
Binary file not shown.

0 comments on commit 851defb

Please sign in to comment.