Merge pull request #37121 from nextcloud/bugfix/noid/fix-deprecation-url

fix(docs): Fix URL to docs of deprecated function humanFileSize
pull/37124/head
Joas Schilling 1 year ago committed by GitHub
commit 80e12cf726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -64,7 +64,7 @@ export default {
History, History,
/** /**
* @deprecated use https://nextcloud.github.io/nextcloud-files/modules/_humanfilesize_.html#formatfilesize * @deprecated use https://nextcloud.github.io/nextcloud-files/functions/formatFileSize.html
*/ */
humanFileSize, humanFileSize,
@ -73,7 +73,7 @@ export default {
* Makes 2kB to 2048. * Makes 2kB to 2048.
* Inspired by computerFileSize in helper.php * Inspired by computerFileSize in helper.php
* *
* @param {string} string file size in human readable format * @param {string} string file size in human-readable format
* @return {number} or null if string could not be parsed * @return {number} or null if string could not be parsed
* *
* *

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save