Skip to content

Commit 238e18e

Browse files
committed
add link to TOPO3 on github
1 parent 227afc9 commit 238e18e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
topo3.json
12
*.bak

js/topo3.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ function insertFooter() {
170170
if (siteTitle.length && siteUrl.length) {
171171
footer += '<a href="' + siteUrl + '">' + siteTitle + '</a> Network Topology ';
172172
}
173-
footer += 'created by TOPO3';
173+
footer += 'created by <a href="https://github.com/mmunz/TOPO3">TOPO3</a>';
174174
footer += '</div>';
175175
footer += '<div id="topo3-meta">';
176176
footer += 'Generated on <span id="topo3-generated-on"></span> by <span id="topo3-generated-by">';

topo3.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)