From bf06d493eeb99cacf6d1666d9d40707d414bd78c Mon Sep 17 00:00:00 2001
From: Alex Vandiver
diff --git a/tools/documentation_crawler/documentation_crawler/spiders/check_help_documentation.py b/tools/documentation_crawler/documentation_crawler/spiders/check_help_documentation.py index 2a989536fd..b092aa3404 100644 --- a/tools/documentation_crawler/documentation_crawler/spiders/check_help_documentation.py +++ b/tools/documentation_crawler/documentation_crawler/spiders/check_help_documentation.py @@ -65,7 +65,7 @@ class PorticoDocumentationSpider(BaseDocumentationSpider): name = "portico_documentation_crawler" start_urls = [ "http://localhost:9981/hello/", - "http://localhost:9981/history", + "http://localhost:9981/history/", "http://localhost:9981/plans", "http://localhost:9981/team", "http://localhost:9981/apps",