diff --git a/Rakefile b/Rakefile index f71d10d1..1474dd68 100644 --- a/Rakefile +++ b/Rakefile @@ -13,15 +13,11 @@ task test: :build do HTMLProofer.check_directory( "./_site", parallel: { in_threads: 4 }, - favicon: true, - http_status_ignore: [0, 302, 303, 429, 521], - assume_extension: true, + ignore_status_codes: [0, 302, 303, 429, 521], check_external_hash: true, - check_favicon: true, - check_opengraph: true, - check_html: true, - check_img_http: true, - url_ignore: [ + checks: ['Links', 'Images', 'Scripts', 'Favicon', 'OpenGraph'], + allow_missing_href: true, + ignore_urls: [ "https://formulae.brew.sh/", "https://github.com/search", "https://hackerone.com/homebrew", diff --git a/_data/locales/tr.yml b/_data/locales/tr.yml index 3e3212c9..6e683ef7 100644 --- a/_data/locales/tr.yml +++ b/_data/locales/tr.yml @@ -29,4 +29,4 @@ tr: foot: code: Özgün kodu yazan Max Howell. page: Siteyi hazırlayanlar Rémi Prévost, Mike McQuaid, Danielle Lalonde. - translation: Tercüme edenler hemlockII, Ziyaddin Sadigov, Emre Ünal, Serkan Yerşen, Okan, Ender Ahmet Yurt, Sadık Kuzu. + translation: Tercüme edenler hemlockII, Ziyaddin Sadigov, Emre Ünal, Serkan Yerşen, Okan, Ender Ahmet Yurt, Sadık Kuzu. diff --git a/_posts/2017-05-01-homebrew-1.2.0.md b/_posts/2017-05-01-homebrew-1.2.0.md index a4bf4d41..2875e502 100644 --- a/_posts/2017-05-01-homebrew-1.2.0.md +++ b/_posts/2017-05-01-homebrew-1.2.0.md @@ -57,6 +57,6 @@ And finally: - [Homebrew's mailing list has been deprecated in favour of our Discourse forum](https://discourse.brew.sh) - [Homebrew accepts donations through Patreon](https://www.patreon.com/homebrew). If you can afford it, please consider donating. - [Homebrew uses HackerOne for security vulnerability disclosure](https://hackerone.com/homebrew) -- Homebrew's CI servers are now provided by [MacStadium](https://www.macstadium.com/) and [DigitalOcean](https://www.digitalocean.com). Thanks to [Positive Internet](http://www.positive-internet.com) for years of friendship, incredible customer support and super reliable hosting. +- Homebrew's CI servers are now provided by [MacStadium](https://www.macstadium.com/) and [DigitalOcean](https://www.digitalocean.com). Thanks to [Positive Internet](https://www.positive-internet.com) for years of friendship, incredible customer support and super reliable hosting. Thanks to all our hard-working maintainers, contributors, sponsors and supporters for getting us this far. Enjoy using Homebrew! diff --git a/_posts/2021-02-05-homebrew-3.0.0.md b/_posts/2021-02-05-homebrew-3.0.0.md index 94cc65e6..2c9bd4e4 100644 --- a/_posts/2021-02-05-homebrew-3.0.0.md +++ b/_posts/2021-02-05-homebrew-3.0.0.md @@ -28,7 +28,7 @@ Other changes since 2.7.0 I'd like to highlight are the following: Finally: -- [Discourse](http://discourse.brew.sh) was made read-only on January 1st 2021 in favour of [GitHub Discussions](https://github.com/Homebrew/discussions/discussions). +- [Discourse](https://discourse.brew.sh) was made read-only on January 1st 2021 in favour of [GitHub Discussions](https://github.com/Homebrew/discussions/discussions). - [Homebrew accepts donations through GitHub Sponsors](https://github.com/sponsors/Homebrew) and [still accepts donations through Patreon](https://www.patreon.com/homebrew). If you can afford it, please consider donating. If you'd rather not use GitHub Sponsors or Patreon (our preferred donation methods), [check out the other ways to donate in our README](https://github.com/homebrew/brew/#donations). Thanks to all our hard-working maintainers, contributors, sponsors and supporters for getting us this far. Particular thanks on Homebrew 3.0.0 go to MacStadium and Apple for providing us with a lot of Apple Silicon hardware and Cassidy from Apple for helping us in many ways with this migration. Enjoy using Homebrew!