X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=eslint%2Flib%2Frules%2Fmax-depth.js;fp=eslint%2Flib%2Frules%2Fmax-depth.js;h=7a8e9f94ef1cd0043d0e7bf387d1e219aa9f215f;hb=f2a92ac62f5c8e72451bd86e77e46c05e75cf42e;hp=6b428ced7635738de8b25a0250591f5e028aa0f3;hpb=28ff354db001e368c2497fb14373081a5dfad2fd;p=pve-eslint.git diff --git a/eslint/lib/rules/max-depth.js b/eslint/lib/rules/max-depth.js index 6b428ce..7a8e9f9 100644 --- a/eslint/lib/rules/max-depth.js +++ b/eslint/lib/rules/max-depth.js @@ -17,7 +17,7 @@ module.exports = { docs: { description: "Enforce a maximum depth that blocks can be nested", recommended: false, - url: "https://eslint.org/docs/rules/max-depth" + url: "https://eslint.org/docs/latest/rules/max-depth" }, schema: [