Update v2.4.1 docs

This commit is contained in:
Benjamin Tan
2013-12-01 11:37:28 -06:00
parent 0af1a85442
commit e21e993729
2 changed files with 148 additions and 148 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -26,7 +26,7 @@
'path' => '../' . $filePath,
'title' => '<a href="http://lodash.com/">Lo-Dash</a> <span>v' . $version . '</span>',
'toc' => 'categories',
'url' => 'https://github.com/lodash/lodash/blob/master/lodash.js'
'url' => 'https://github.com/lodash/lodash/blob/' . $version . '/lodash.js'
));
// save to a `.md` file
@@ -35,4 +35,4 @@
// print
header('Content-Type: text/plain;charset=utf-8');
echo $markdown . PHP_EOL;
?>
?>