From 1466701fab446fac109908962b3a7af4443f44db Mon Sep 17 00:00:00 2001 From: Tatsuya Hoshino Date: Tue, 25 Jun 2019 23:20:19 +0900 Subject: [PATCH] Replace the www.robotstxt.org URL with https one [ci skip] The robots.txt site is moved permanently to https URL. --- guides/source/configuring.md | 2 +- .../lib/rails/generators/rails/app/templates/public/robots.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/source/configuring.md b/guides/source/configuring.md index ffff9417b9..e53e8b4e92 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -1541,7 +1541,7 @@ Disallow: / ``` To block just specific pages, it's necessary to use a more complex syntax. Learn -it on the [official documentation](http://www.robotstxt.org/robotstxt.html). +it on the [official documentation](https://www.robotstxt.org/robotstxt.html). Evented File System Monitor --------------------------- diff --git a/railties/lib/rails/generators/rails/app/templates/public/robots.txt b/railties/lib/rails/generators/rails/app/templates/public/robots.txt index 37b576a4a0..c19f78ab68 100644 --- a/railties/lib/rails/generators/rails/app/templates/public/robots.txt +++ b/railties/lib/rails/generators/rails/app/templates/public/robots.txt @@ -1 +1 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file +# See https://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file