Compare commits

...

1 Commits
2.2.0 ... 1.3.0

Author SHA1 Message Date
Benjamin Tan
7ac57c2785 Update v1.3.0 docs 2015-01-23 15:50:13 +08:00
2 changed files with 128 additions and 128 deletions

File diff suppressed because it is too large Load Diff

View File

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