Agile Web Development with Rails 7: Link to OWASP page in footnote is broken (page 102) (solved)

The text is:

Note the use of the sanitize() method for the description. This allows us to safely1 add HTML stylings to make the descriptions more interesting for our customers.

And the footnote is:

  1. http://www.owasp.org/index.php/Cross-site_Scripting_(XSS)

Following this link yields a ‘Page not found’ error.

The correct link might be this: https://owasp.org/www-community/attacks/xss/