Skip to content

Commit

Permalink
i18n: Replace dead link in README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
lephleg committed Mar 10, 2021
1 parent 00ae3fc commit d4981c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/i18n/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ original format string is returned.

_Related_

- <http://www.diveintojavascript.com/projects/javascript-sprintf>
- <https://www.npmjs.com/package/sprintf-js>

_Parameters_

Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/src/sprintf.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const logErrorOnce = memoize( console.error ); // eslint-disable-line no-console
* @param {string} format The format of the string to generate.
* @param {...*} args Arguments to apply to the format.
*
* @see http://www.diveintojavascript.com/projects/javascript-sprintf
* @see https://www.npmjs.com/package/sprintf-js
*
* @return {string} The formatted string.
*/
Expand Down

0 comments on commit d4981c0

Please sign in to comment.