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

@ -56,9 +56,9 @@
Can I start on Zulip Cloud and later move to On-Premise?
</div>
<p class="answer">
Yes! Our high
quality <a href="/help/import-or-export-a-zulip-organization">export
and import tools</a> ensure you can always move
Yes! Our high quality export and import tools
(<a href="/help/export-your-organization">cloud</a>,
<a href="https://zulip.readthedocs.io/en/latest/production/export-and-import.html">on-premise</a>) ensure you can always move
from our hosting to yours (and back). If
you&rsquo;d like to do a migration, email
support@zulipchat.com and we'll get you started!

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',