aboutsummaryrefslogtreecommitdiff
path: root/brokenlinks/testdata/web
diff options
context:
space:
mode:
Diffstat (limited to 'brokenlinks/testdata/web')
l---------brokenlinks/testdata/web/brokenlinks.go1
-rw-r--r--brokenlinks/testdata/web/index.html3
2 files changed, 4 insertions, 0 deletions
diff --git a/brokenlinks/testdata/web/brokenlinks.go b/brokenlinks/testdata/web/brokenlinks.go
new file mode 120000
index 0000000..019f032
--- /dev/null
+++ b/brokenlinks/testdata/web/brokenlinks.go
@@ -0,0 +1 @@
+../../brokenlinks.go \ No newline at end of file
diff --git a/brokenlinks/testdata/web/index.html b/brokenlinks/testdata/web/index.html
index 88f1184..4eaf3ed 100644
--- a/brokenlinks/testdata/web/index.html
+++ b/brokenlinks/testdata/web/index.html
@@ -32,5 +32,8 @@ SPDX-License-Identifier: GPL-3.0-only
<!-- Pages with invalid domain -->
<a href="https://domain">Invalid domain</a>
+
+ <!-- Non-HTML file -->
+ <a href="/brokenlinks.go">brokenlinks.go</a>
</body>
</html>