Skip to content

Commit

Permalink
Merge pull request #1040 from 18F/bjs-fix-dl-link
Browse files Browse the repository at this point in the history
remove localhost from link
  • Loading branch information
jeremiak authored Jun 23, 2017
2 parents 14adba5 + a0a4d0a commit 3a98889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DownloadsAndDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const DownloadsAndDocs = () =>
</a>
</li>
<li className="mb2">
<a href="http://localhost:6005/pdf/NIBRS-data-diagram.pdf">
<a href="/pdf/NIBRS-data-diagram.pdf">
Data dictionary
</a>
</li>
Expand Down

0 comments on commit 3a98889

Please sign in to comment.