diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b617f5a54e2..f64492b3dc1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,7 +47,7 @@ If you're writing content, see the [style guide](./docs/styleguide.md) to help y ## Setting up your environment -This site is powered by [Jekyll](https://jekyllrb.com/). Running it on your local machine requires a working [Ruby](https://www.ruby-lang.org/en/) installation with [Bundler](https://bundler.io/). +This site is powered by [Jekyll](https://jekyllrb.com/). Running it on your local machine requires a working [Ruby](https://www.ruby-lang.org/en/) installation with [Bundler](https://bundler.io/) along with [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm). Once you have that set up: diff --git a/script/html-proofer b/script/html-proofer index 45a74b85e26..6ebe6940e95 100755 --- a/script/html-proofer +++ b/script/html-proofer @@ -14,6 +14,7 @@ url_ignores = [ %r{^https://guides\.github\.com/}, %r{^https://help\.github\.com/}, %r{^https://github\.com/}, + %r{^https?://(www\.)?reddit\.com}, ] HTMLProofer::Runner.new(