From 00a48a9aa767589bd43583ea71fe248c920c269d Mon Sep 17 00:00:00 2001 From: Moustapha Kodjo Amadou Date: Thu, 28 Mar 2024 16:43:04 +0100 Subject: [PATCH] Update CONTRIBUTING-JS.md --- CONTRIBUTING-JS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING-JS.md b/CONTRIBUTING-JS.md index 261c2dd3..cd6a29f6 100644 --- a/CONTRIBUTING-JS.md +++ b/CONTRIBUTING-JS.md @@ -183,7 +183,7 @@ console.log(document.selectFirst("a").attr("href")); // https://github.com/kodjo console.log(document.selectFirst("td").text); // 1 ``` -See [`dom_selector`](https://github.com/kodjodevf/mangayomi/blob/lib/eval/javascript/dom_selector.dart) to see available methods. +See [`dom_selector`](https://github.com/kodjodevf/mangayomi/blob/main/lib/eval/javascript/dom_selector.dart) to see available methods. ### String utils