mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Docs now live at docs.datasette.io (#937)
This commit is contained in:
parent
af12f45c2b
commit
41ddc19756
9 changed files with 55 additions and 55 deletions
|
|
@ -323,7 +323,7 @@ def uninstall(packages, yes):
|
|||
@click.option(
|
||||
"--config",
|
||||
type=Config(),
|
||||
help="Set config option using configname:value datasette.readthedocs.io/en/latest/config.html",
|
||||
help="Set config option using configname:value docs.datasette.io/en/stable/config.html",
|
||||
multiple=True,
|
||||
)
|
||||
@click.option(
|
||||
|
|
@ -448,7 +448,7 @@ async def check_databases(ds):
|
|||
raise click.UsageError(
|
||||
"It looks like you're trying to load a SpatiaLite"
|
||||
" database without first loading the SpatiaLite module."
|
||||
"\n\nRead more: https://datasette.readthedocs.io/en/latest/spatialite.html"
|
||||
"\n\nRead more: https://docs.datasette.io/en/stable/spatialite.html"
|
||||
)
|
||||
except ConnectionProblem as e:
|
||||
raise click.UsageError(
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ p.message-warning {
|
|||
|
||||
<h1>Debug allow rules</h1>
|
||||
|
||||
<p>Use this tool to try out different actor and allow combinations. See <a href="https://datasette.readthedocs.io/en/stable/authentication.html#defining-permissions-with-allow-blocks">Defining permissions with "allow" blocks</a> for documentation.</p>
|
||||
<p>Use this tool to try out different actor and allow combinations. See <a href="https://docs.datasette.io/en/stable/authentication.html#defining-permissions-with-allow-blocks">Defining permissions with "allow" blocks</a> for documentation.</p>
|
||||
|
||||
<form action="/-/allow-debug" method="get">
|
||||
<div class="two-col">
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue