Update es5.github.com to es5.github.io.

Former-commit-id: 29bafb1c879512e25517524805b3537084d92896
This commit is contained in:
John-David Dalton
2013-07-16 20:08:23 -07:00
parent 88974d552d
commit fab0b91a79
2 changed files with 12 additions and 12 deletions

View File

@@ -89,7 +89,7 @@ For a more detailed summary over the differences between various builds, check o
lodash backbone
```
* Legacy builds, tailored for older environments without [ES5 support](http://es5.github.com/), may be created using the `legacy` modifier argument.
* Legacy builds, tailored for older environments without [ES5 support](http://es5.github.io/), may be created using the `legacy` modifier argument.
```bash
lodash legacy
```
@@ -104,7 +104,7 @@ lodash modern
lodash mobile
```
* Strict builds, with `_.bindAll`, `_.defaults`, and `_.extend` in [strict mode](http://es5.github.com/#C), may be created using the `strict` modifier argument.
* Strict builds, with `_.bindAll`, `_.defaults`, and `_.extend` in [strict mode](http://es5.github.io/#C), may be created using the `strict` modifier argument.
```bash
lodash strict
```