diff --git a/snippets/js/s/iterable-to-array.md b/snippets/js/s/iterable-to-array.md index 48799ae25..b7b4fceec 100644 --- a/snippets/js/s/iterable-to-array.md +++ b/snippets/js/s/iterable-to-array.md @@ -44,4 +44,4 @@ const nodes = document.childNodes; const nodeArray = [...nodes]; // [ , html ] ``` -Note that the above example is the basis for the [nodeListToArray snippet](js/s/node-list-to-array). +Note that the above example is the basis for the [nodeListToArray snippet](/js/s/node-list-to-array).