Updated settings help URL to avoid redirect

This commit is contained in:
Simon Willison 2022-01-13 16:38:16 -08:00
commit ab7d6a7179
4 changed files with 5 additions and 4 deletions

View file

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