Skip to content

Commit

Permalink
facebook/create-react-app#3608 prefix the path with _
Browse files Browse the repository at this point in the history
  • Loading branch information
WeijiaSun committed Jul 31, 2018
1 parent 643fd9f commit ed1a39b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/app/views/Resume.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Resume = () => (
<header>
<div className="title">
<h2>Resume</h2>
<p>Click <a href="/WeijiaSunP.pdf" target="_blank" rel="noopener noreferrer">here</a> for Resume</p>
<p>Click <a href="_path/WeijiaSunP.pdf" target="_blank" rel="noopener noreferrer">here</a> for Resume</p>
</div>
</header>
</article>
Expand Down

0 comments on commit ed1a39b

Please sign in to comment.