Skip to content

Commit 012f123

Browse files
committed
docs/contrib: fix typo.
1 parent f976754 commit 012f123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contrib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Working on documentation usually involves making many small, iterative changes,
9494
9595
$ pdm run document-live
9696
97-
While it is running you can browse the documentation at `https://127.0.0.1:8000 <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.
97+
While it is running you can browse the documentation at `http://127.0.0.1:8000 <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.
9898

9999
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:
100100

0 commit comments

Comments
 (0)