Update v2.0.0 docs

This commit is contained in:
Benjamin Tan
2013-09-13 21:18:41 -07:00
parent 061bbb1914
commit d5339c7eec
2 changed files with 141 additions and 141 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -23,7 +23,7 @@
'path' => '../' . $file,
'title' => 'Lo-Dash <span>v2.0.0</span>',
'toc' => 'categories',
'url' => 'https://github.com/bestiejs/lodash/blob/master/lodash.js'
'url' => 'https://github.com/lodash/lodash/blob/2.0.0/lodash.js'
));
// save to a .md file
@@ -33,4 +33,4 @@
header('Content-Type: text/plain;charset=utf-8');
echo $markdown . PHP_EOL;
?>
?>