Skip to content

Commit db32976

Browse files
committed
f
1 parent bcfd036 commit db32976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pentesting-web/xss-cross-site-scripting/xss-in-markdown.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The most common way to get XSS in markdown is to inject common HTML tags that ex
1616
<img src="x" onerror="alert(1)" />
1717
```
1818

19-
You can find more examples in the [main XSS page of hacktricks]().
19+
You can find more examples in the [main XSS page of hacktricks](README.md).
2020

2121
### Javascript links
2222

0 commit comments

Comments
 (0)