From 02ff261893e3b27ba6400973cc3202042a8f3f91 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 16 Jun 2025 01:18:23 +0700 Subject: brokenlinks: update comment on test case with path --- brokenlinks/brokenlinks_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brokenlinks/brokenlinks_test.go b/brokenlinks/brokenlinks_test.go index ff9b5d6..f52cde9 100644 --- a/brokenlinks/brokenlinks_test.go +++ b/brokenlinks/brokenlinks_test.go @@ -175,8 +175,8 @@ func TestBrokenlinks(t *testing.T) { }, }, }, { - // Scanning on "/path" should not scan the the "/" or other - // pages other than below of "/path" itself. + // Scanning on "/page2" should not scan the the "/" or other + // pages other than below of "/page2" itself. opts: brokenlinks.Options{ Url: testUrl + `/page2`, }, -- cgit v1.3