From a02e915388723a5d8cc3b555fb3dfec477fc2a55 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Thu, 12 Jun 2025 21:13:58 +0700 Subject: all: refactoring, move brokenlinks code to its own package When two or more struct has the same prefix that means it is time to move it to group it. Also, we will group one command to one package in the future. --- brokenlinks/testdata/web/index.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 brokenlinks/testdata/web/index.html (limited to 'brokenlinks/testdata/web/index.html') diff --git a/brokenlinks/testdata/web/index.html b/brokenlinks/testdata/web/index.html new file mode 100644 index 0000000..61a1f39 --- /dev/null +++ b/brokenlinks/testdata/web/index.html @@ -0,0 +1,22 @@ + + + + + Broken page + + + Page 2 + Broken HTML + External URL + + Invalid external URL + + Invalid URL port + + Same with href to "/" + Same with href to "/page2" + + -- cgit v1.3