From 69e9596c01b904ba56364ea0151df4741e76bfd8 Mon Sep 17 00:00:00 2001 From: webchick <webchick@24967.no-reply.drupal.org> Date: Sun, 1 Jun 2014 23:09:07 -0500 Subject: [PATCH] Issue #2276469 by decibel.places: Fixed robots.txt syntax checking link broken. --- robots.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robots.txt b/robots.txt index d590fbfa7c55..c5f0b5b10143 100644 --- a/robots.txt +++ b/robots.txt @@ -14,7 +14,7 @@ # http://www.robotstxt.org/wc/robots.html # # For syntax checking, see: -# http://www.sxw.org.uk/computing/robots/check.html +# http://www.frobee.com/robots-txt-check User-agent: * Crawl-delay: 10 -- GitLab