From 99b1e919651c4be781aea162fe517e45f1f2a9c3 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 24 Mar 2020 21:46:52 -0700 Subject: [PATCH] Fixed RST bug --- docs/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index de2d64ae..4b12e74b 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -236,7 +236,7 @@ base_url If you are running Datasette behind a proxy, it may be useful to change the root URL used for the Datasette instance. -For example, if you are sending traffic from `https://www.example.com/tools/datasette/` through to a proxied Datasette instance you may wish Datasette to use `/tools/datasette/` as its root URL. +For example, if you are sending traffic from ``https://www.example.com/tools/datasette/`` through to a proxied Datasette instance you may wish Datasette to use ``/tools/datasette/`` as its root URL. You can do that like so::