Update v2.4.0 docs

This commit is contained in:
Benjamin Tan
2013-11-25 23:14:32 -06:00
parent 647f0dd34b
commit 3680925e81
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' => 'Lo-Dash <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;
?>
?>