Fix links for git_stats
This commit is contained in:
parent
f161bc005d
commit
c605fe7622
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue