From e41350a407a25bc96af899b645d912eede708549 Mon Sep 17 00:00:00 2001 From: Sergio del Amo Date: Wed, 2 Oct 2024 11:25:26 +0200 Subject: [PATCH] fixes examples broken link --- docs/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index 131bee2a..d72c9232 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -22,7 +22,7 @@ to one of your project's `.java` files and compile it. ## Using the APIs The -[examples](https://github.com/OWASP/java-html-sanitizer/tree/main/src/main/java/org/owasp/html/examples) +[examples](https://github.com/OWASP/java-html-sanitizer/tree/main/owasp-java-html-sanitizer/src/main/java/org/owasp/html/examples) include source code which defines a sanitization policy, and applies it to HTML.