Update v1.2.1 docs

This commit is contained in:
Benjamin Tan
2013-04-29 09:10:51 -07:00
parent c938017baa
commit ba364547f9
2 changed files with 126 additions and 126 deletions

View File

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