We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0969a61 commit 9c321b0Copy full SHA for 9c321b0
.doxie.render.toc.js
@@ -11,7 +11,7 @@ slugify = function(text){
11
var render = function(data) {
12
var data = data.data;
13
14
- var out = '* [' + data.title + '](https://github.com/git-tips/tips#' + slugify(data.title) + ')\n';
+ var out = '* [' + data.title + '](#' + slugify(data.title) + ')\n';
15
16
return out;
17
};
0 commit comments