We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b67e5 commit d3109a1Copy full SHA for d3109a1
bin/viewer.p6
@@ -65,7 +65,10 @@ sub page ($routines) {
65
<p class="h4">
66
Click on table headers to sort by that column (takes a bit of time)
67
<a href="/map.json" class="btn btn-primary"
68
- >Download data in JSON format</a>
+ >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>
72
73
<table id="routines" class="sortable table table-condensed">
74
<thead>
0 commit comments