Skip to content

Commit bb05028

Browse files
committed
doc/setup_mailinglist: Use :manpage:
Readers likely will want to read the official docs. While at it, fix git-send-email.io description (it's a tutorial, not an official doc). Signed-off-by: Petr Vorel <pvorel@suse.cz>
1 parent 8d010e8 commit bb05028

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

doc/developers/setup_mailinglist.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
Setting up the Mailing list
44
===========================
55

6-
Before using ``git send-email``, you need to set up your email client to send
7-
emails from the command line. This typically involves configuring an SMTP server
8-
and authentication details.
6+
Before using :manpage:`git-send-email(1)`, you need to set up your email client
7+
to send emails from the command line. This typically involves configuring an
8+
SMTP server and authentication details.
99

1010
Open a terminal and configure Git with your email settings using the following
1111
commands:
@@ -41,7 +41,7 @@ Replace ``your_email@example.com`` with your email address and ``your_password``
4141
with your email account password.
4242

4343
For any corner case, please take a look at the
44-
`email + git <https://git-send-email.io/>`_ documentation.
44+
`email + git <https://git-send-email.io/>`_ tutorial.
4545

4646
.. note::
4747

0 commit comments

Comments
 (0)