From bcf2fdb5d0205851c94382f3d8474dc637755211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BC=93=EF=BC=97=EF=BC=93?= <151577046+ccclxxiii@users.noreply.github.com> Date: Sun, 28 Dec 2025 21:41:55 +0000 Subject: [PATCH] docs: consistent naming schema in documentation --- doc/source/getting_started.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst index 005390ad..e0ffb619 100644 --- a/doc/source/getting_started.rst +++ b/doc/source/getting_started.rst @@ -40,10 +40,10 @@ steps. Please substitute it with your own domain. :: - chat.example.com. 3600 IN A 198.51.100.5 - chat.example.com. 3600 IN AAAA 2001:db8::5 - www.chat.example.com. 3600 IN CNAME chat.example.com. - mta-sts.chat.example.com. 3600 IN CNAME chat.example.com. + chat.example.org. 3600 IN A 198.51.100.5 + chat.example.org. 3600 IN AAAA 2001:db8::5 + www.chat.example.org. 3600 IN CNAME chat.example.org. + mta-sts.chat.example.org. 3600 IN CNAME chat.example.org. 2. On your local PC, clone the repository and bootstrap the Python virtualenv.