We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 227afc9 commit 238e18eCopy full SHA for 238e18e
.gitignore
@@ -1 +1,2 @@
1
+topo3.json
2
*.bak
js/topo3.js
@@ -170,7 +170,7 @@ function insertFooter() {
170
if (siteTitle.length && siteUrl.length) {
171
footer += '<a href="' + siteUrl + '">' + siteTitle + '</a> Network Topology ';
172
}
173
- footer += 'created by TOPO3';
+ footer += 'created by <a href="https://github.com/mmunz/TOPO3">TOPO3</a>';
174
footer += '</div>';
175
footer += '<div id="topo3-meta">';
176
footer += 'Generated on <span id="topo3-generated-on"></span> by <span id="topo3-generated-by">';
topo3.json
0 commit comments