Compare commits

...

1 Commits
4.0.0 ... 2.3.0

Author SHA1 Message Date
Benjamin Tan
44b3ce7082 Update v2.3.0 docs 2015-01-23 15:12:05 +08:00
2 changed files with 143 additions and 143 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;
?>
?>