1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-11-22 08:20:11 +00:00

fix a link to a sample resume

This commit is contained in:
Hrvoje Šimić 2016-10-08 12:38:31 +02:00 committed by GitHub
parent 33d62ea3ce
commit 8ecff33dfc

View File

@ -15,7 +15,7 @@ layout: master-bare
<ul> <ul>
<li><a href="https://www.npmjs.com/package/{{ site.npm_package }}">Install with <strong>NPM</strong></a></li> <li><a href="https://www.npmjs.com/package/{{ site.npm_package }}">Install with <strong>NPM</strong></a></li>
<li><a href="{{ site.github_url }}">View on <strong>GitHub</strong></a></li> <li><a href="{{ site.github_url }}">View on <strong>GitHub</strong></a></li>
<li><a href="jane/resume">See a <strong>SAMPLE</strong></a></li> <li><a href="jane/resume.html">See a <strong>SAMPLE</strong></a></li>
</ul> </ul>
<p>This project is maintained by <a href="https://github.com/{{ site.github_username }}">{{ site.author_name }}</a><br> <p>This project is maintained by <a href="https://github.com/{{ site.github_username }}">{{ site.author_name }}</a><br>
Hosted on GitHub Pages</p> Hosted on GitHub Pages</p>