diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fe66636..003a40c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 9.0.1 (April 11, 2023) +## 9.0.1 (April 11, 2024) - Fixed tests on Windows, adds Windows Testing Action [#3110](https://github.com/h5bp/html5-boilerplate/pull/3110) - Add og:image:alt for accessibility [#3066](https://github.com/h5bp/html5-boilerplate/pull/3066) diff --git a/dist/robots.txt b/dist/robots.txt index d0e5f1be..51d2d2e5 100644 --- a/dist/robots.txt +++ b/dist/robots.txt @@ -1,4 +1,4 @@ -# www.robotstxt.org/ +# https://www.robotstxt.org/ # Allow crawling of all content User-agent: * diff --git a/docs/misc.md b/docs/misc.md index b73b9120..098fa7ba 100644 --- a/docs/misc.md +++ b/docs/misc.md @@ -5,7 +5,6 @@ table of contents](TOC.md) - [.gitignore](#gitignore) - [.editorconfig](#editorconfig) -- [Server Configuration](#server-configuration) - [robots.txt](#robotstxt) - [package.json](#packagejson) diff --git a/src/robots.txt b/src/robots.txt index d0e5f1be..51d2d2e5 100644 --- a/src/robots.txt +++ b/src/robots.txt @@ -1,4 +1,4 @@ -# www.robotstxt.org/ +# https://www.robotstxt.org/ # Allow crawling of all content User-agent: *