Fix links for git_stats
This commit is contained in:
parent
f161bc005d
commit
c605fe7622
|
@ -2,7 +2,7 @@
|
||||||
<body>
|
<body>
|
||||||
<ul>
|
<ul>
|
||||||
{% for repo in repos %}
|
{% 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 %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue