From 012f12339daeac1a405712e8f679d34c8249b8f5 Mon Sep 17 00:00:00 2001 From: Catherine Date: Wed, 16 Aug 2023 09:33:22 +0000 Subject: [PATCH] docs/contrib: fix typo. --- docs/contrib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contrib.rst b/docs/contrib.rst index 8db0640..fcacf3c 100644 --- a/docs/contrib.rst +++ b/docs/contrib.rst @@ -94,7 +94,7 @@ Working on documentation usually involves making many small, iterative changes, $ pdm run document-live -While it is running you can browse the documentation at `https://127.0.0.1:8000 `_. The edits you make are reflected on the document open in the browser after a short delay. It is useful to keep an eye on the terminal where this process is running, as the information about syntactic errors, missing references, and other issues will be printed there. +While it is running you can browse the documentation at `http://127.0.0.1:8000 `_. The edits you make are reflected on the document open in the browser after a short delay. It is useful to keep an eye on the terminal where this process is running, as the information about syntactic errors, missing references, and other issues will be printed there. Occasionally, the documentation builder will persist in rendering an incorrect or outdated version of the contents of a Python source file. To fix this, run: