diff --git a/site/guide/4-requests.md b/site/guide/4-requests.md index b1bc6f3d..fa16a95a 100644 --- a/site/guide/4-requests.md +++ b/site/guide/4-requests.md @@ -149,7 +149,7 @@ async fn files(file: PathBuf) -> Option { } ``` -[path traversal attacks]: https://www.owasp.org/index.php/Path_Traversal +[path traversal attacks]: https://owasp.org/www-community/attacks/Path_Traversal ! tip: Rocket makes it even _easier_ to serve static files!