From ec9f81adfda9ec9681b3f33f24d3c2e917b4b908 Mon Sep 17 00:00:00 2001 From: Graeme Yeates Date: Fri, 29 Apr 2016 15:26:25 -0400 Subject: Fix doc linking (see #1135) --- lib/times.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/times.js') diff --git a/lib/times.js b/lib/times.js index ef92779..8b4bb2b 100644 --- a/lib/times.js +++ b/lib/times.js @@ -5,17 +5,17 @@ import doLimit from './internal/doLimit'; /** * Calls the `iteratee` function `n` times, and accumulates results in the same - * manner you would use with [`map`](#map). + * manner you would use with {@link async.map}. * * @name times * @static * @memberOf async - * @see `async.map` + * @see async.map * @category Control Flow * @param {number} n - The number of times to run the function. * @param {Function} iteratee - The function to call `n` times. Invoked with the * iteration index and a callback (n, next). - * @param {Function} callback - see [`map`](#map). + * @param {Function} callback - see {@link async.map}. * @example * * // Pretend this is some complicated async factory -- cgit v1.2.1