diff options
author | Graham Perrin <grahamperrin@FreeBSD.org> | 2022-07-19 01:43:18 +0000 |
---|---|---|
committer | Graham Perrin <grahamperrin@FreeBSD.org> | 2022-07-19 01:43:18 +0000 |
commit | 963f5e07c18cb479b4d2d21b49b2c995ab0eab5a (patch) | |
tree | 66be1e8c15c6b5e6683cf9608e42c92bee1f345a | |
parent | 57c6b5b4a1f990e04bde1c653623e2e7c82a3871 (diff) | |
download | doc-963f5e07c1.tar.gz doc-963f5e07c1.zip |
New Account Creation Procedure: correct two links
62f6d393eae561326d3846061a24d61aeb4089db essentially fixed PR 264562,
however there were three superfluous solidi within URLs. One of the
three – / at a tail – broke what should have been anchoring.
PR: 264562
Reviewed by: gjb
Approved by: gjb
Fixes: 62f6d393eae
Fix typos in new account creation procedure
Differential revision: https://reviews.freebsd.org/D35838
-rw-r--r-- | website/content/en/internal/new-account.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/content/en/internal/new-account.adoc b/website/content/en/internal/new-account.adoc index 2b5391aff4..2b153965a0 100644 --- a/website/content/en/internal/new-account.adoc +++ b/website/content/en/internal/new-account.adoc @@ -66,14 +66,14 @@ accounts@ creates the new account with the above information on the FreeBSD.org After the new committer confirms that the account works, the mentor adds the new committer to the correct `access` file, using an appropriate commit message. The commit message should at least contain the committer's full name and username, the mentor's name and what area the new committer will start to work in. -An entry should also be added to the `mentors` file in the respective link:{committers-guide}/#admin-branch[Git repository] to indicate the mentor relationship. +An entry should also be added to the `mentors` file in the respective link:{committers-guide}#admin-branch[Git repository] to indicate the mentor relationship. Having done all that, the new committer and mentor jointly go through the first commit operations. == Additional Services The mentor should add the new committer to the https://wiki.freebsd.org/DevelopersGroup[Developers group] on the wiki and to the https://reviews.freebsd.org/project/view/3/[committer] project on Phabricator. -Reading the link:{committers-guide}[Committer's Guide] is considered a good first step for new committers, especially the link:{committers-guide}/#conventions/[Conventions and Traditions] section. +Reading the link:{committers-guide}[Committer's Guide] is considered a good first step for new committers, especially the link:{committers-guide}#conventions[Conventions and Traditions] section. == End Of Mentorship |