Skip to content

Commit 9c321b0

Browse files
author
surfer190
committed
Remove absolute links
1 parent 0969a61 commit 9c321b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.doxie.render.toc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ slugify = function(text){
1111
var render = function(data) {
1212
var data = data.data;
1313

14-
var out = '* [' + data.title + '](https://github.com/git-tips/tips#' + slugify(data.title) + ')\n';
14+
var out = '* [' + data.title + '](#' + slugify(data.title) + ')\n';
1515

1616
return out;
1717
};

0 commit comments

Comments
 (0)