Skip to content

Commit c84a8d7

Browse files
StanFromIrelandm-aciek
authored andcommitted
Link repos to dashboard
1 parent 35fda7b commit c84a8d7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

generate.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,11 @@
5151
<tbody>
5252
{% for language, completion, branch in completion_progress | sort(attribute=1) | reverse %}
5353
<tr>
54-
<td data-label="language">{{ language }}</td>
54+
<td data-label="language">
55+
<a href="https://github.com/python/python-docs-{{ language }}" target="_blank">
56+
{{ language }}
57+
</a>
58+
</td>
5559
<td data-label="branch">{{ branch }}</td>
5660
<td data-label="completion">
5761
<div class="progress-bar" style="width: {{ completion | round(2) }}%;">{{ completion | round(2) }}%</div>

0 commit comments

Comments
 (0)