mirror of https://github.com/zulip/zulip.git
plans: Fix broken link from FAQ to import docs and add tests.
This commit is contained in:
parent
27f0a30768
commit
d9887759b4
|
@ -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’d like to do a migration, email
|
||||
support@zulipchat.com and we'll get you started!
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue