Update lodash urls in source to use https. [ci skip]

This commit is contained in:
John-David Dalton
2014-12-06 23:07:50 -08:00
parent 57113b21ed
commit ac44663f04
3 changed files with 14 additions and 14 deletions

View File

@@ -293,10 +293,10 @@
* Note: The Benchmark constructor exposes a handful of Lo-Dash methods to
* make working with arrays, collections, and objects easier. The Lo-Dash
* methods are:
* [`each/forEach`](http://lodash.com/docs#forEach), [`forOwn`](http://lodash.com/docs#forOwn),
* [`has`](http://lodash.com/docs#has), [`indexOf`](http://lodash.com/docs#indexOf),
* [`map`](http://lodash.com/docs#map), [`pluck`](http://lodash.com/docs#pluck),
* and [`reduce`](http://lodash.com/docs#reduce)
* [`each/forEach`](https://lodash.com//docs#forEach), [`forOwn`](https://lodash.com//docs#forOwn),
* [`has`](https://lodash.com//docs#has), [`indexOf`](https://lodash.com//docs#indexOf),
* [`map`](https://lodash.com//docs#map), [`pluck`](https://lodash.com//docs#pluck),
* and [`reduce`](https://lodash.com//docs#reduce)
*
* @constructor
* @param {string} name A name to identify the benchmark.
@@ -443,9 +443,9 @@
*
* Note: Each Suite instance has a handful of wrapped Lo-Dash methods to
* make working with Suites easier. The wrapped Lo-Dash methods are:
* [`each/forEach`](http://lodash.com/docs#forEach), [`indexOf`](http://lodash.com/docs#indexOf),
* [`map`](http://lodash.com/docs#map), [`pluck`](http://lodash.com/docs#pluck),
* and [`reduce`](http://lodash.com/docs#reduce)
* [`each/forEach`](https://lodash.com//docs#forEach), [`indexOf`](https://lodash.com//docs#indexOf),
* [`map`](https://lodash.com//docs#map), [`pluck`](https://lodash.com//docs#pluck),
* and [`reduce`](https://lodash.com//docs#reduce)
*
* @constructor
* @memberOf Benchmark