Skip to content

Commit d3109a1

Browse files
committed
Add button to repo
1 parent d6b67e5 commit d3109a1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bin/viewer.p6

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ sub page ($routines) {
6565
<p class="h4">
6666
Click on table headers to sort by that column (takes a bit of time)
6767
<a href="/map.json" class="btn btn-primary"
68-
>Download data in JSON format</a>
68+
>Data in JSON format</a>
69+
<a href="https://github.com/perl6/routine-map"
70+
class="btn btn-small btn-success"
71+
>GitHub repository</a>
6972
7073
<table id="routines" class="sortable table table-condensed">
7174
<thead>

0 commit comments

Comments
 (0)