mirror of
https://github.com/namibia/tips.git
synced 2024-11-05 21:07:53 +00:00
Remove absolute links
This commit is contained in:
parent
0969a61d46
commit
9c321b0923
@ -11,7 +11,7 @@ slugify = function(text){
|
||||
var render = function(data) {
|
||||
var data = data.data;
|
||||
|
||||
var out = '* [' + data.title + '](https://github.com/git-tips/tips#' + slugify(data.title) + ')\n';
|
||||
var out = '* [' + data.title + '](#' + slugify(data.title) + ')\n';
|
||||
|
||||
return out;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user