plans: Fix broken link from FAQ to import docs and add tests.

This commit is contained in:
Tim Abbott
2018-10-31 11:41:54 -07:00
parent 27f0a30768
commit d9887759b4
2 changed files with 8 additions and 3 deletions

View File

@@ -58,7 +58,12 @@ class PorticoDocumentationSpider(BaseDocumentationSpider):
name = 'portico_documentation_crawler'
start_urls = ['http://localhost:9981/hello',
'http://localhost:9981/history',
'http://localhost:9981/plans',
'http://localhost:9981/team',
'http://localhost:9981/apps',
'http://localhost:9981/integrations',
'http://localhost:9981/terms',
'http://localhost:9981/privacy',
'http://localhost:9981/features',
'http://localhost:9981/why-zulip',
'http://localhost:9981/for/open-source',