Skip to content

Commit

Permalink
Correcting PDF URL
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmielnik committed Jul 27, 2017
1 parent c36b396 commit b58b2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Skills from 'components/skills';
import Experience from 'components/experience';
import styles from './styles.scss';

const PDF_URL = './KamilMielnik.pdf';
const PDF_URL = 'https://kamilmielnik.github.io/KamilMielnik.pdf';
const print = () => window.print();
const downloadPdf = () => window.open(PDF_URL);

Expand Down

0 comments on commit b58b2bf

Please sign in to comment.