From 1ebdce9a80b4233aca081903d0047971f5ee68cc Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Tue, 21 May 2024 01:14:01 +0900 Subject: [PATCH] Minor docs fixes (#3119) - Fix release date year for recent release on CHANGELOG - Add https:// to www.robotstxt.org link- this has advantage of allowing users to Ctrl+click to view site to view more details - Remove broken `#server-configuration` in-page link (doesn't exist) --- CHANGELOG.md | 2 +- dist/robots.txt | 2 +- docs/misc.md | 1 - src/robots.txt | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) 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: *