Fix links for git_stats

This commit is contained in:
Eli Ribble 2015-07-30 14:46:31 -06:00
parent f161bc005d
commit c605fe7622
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<body>
<ul>
{% for repo in repos %}
<li><a href="/Users/eliribble/src/git_stats/{{ repo }}/index.html">{{ repo }}</a></li>
<li><a href="/Users/eliribble/src/teamanalysis/git_stats/{{ repo }}/index.html">{{ repo }}</a></li>
{% endfor %}
</ul>
</body>