Docs now live at docs.datasette.io (#937)

This commit is contained in:
Simon Willison 2020-08-15 16:57:05 -07:00 committed by GitHub
commit 41ddc19756
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 55 additions and 55 deletions

View file

@ -398,7 +398,7 @@ class DataView(BaseView):
raise DatasetteError(
"""
SQL query took too long. The time limit is controlled by the
<a href="https://datasette.readthedocs.io/en/stable/config.html#sql-time-limit-ms">sql_time_limit_ms</a>
<a href="https://docs.datasette.io/en/stable/config.html#sql-time-limit-ms">sql_time_limit_ms</a>
configuration option.
""",
title="SQL Interrupted",