git: 963f5e07c1 - main - New Account Creation Procedure: correct two links
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Jul 2022 02:05:04 UTC
The branch main has been updated by grahamperrin:
URL: https://cgit.FreeBSD.org/doc/commit/?id=963f5e07c18cb479b4d2d21b49b2c995ab0eab5a
commit 963f5e07c18cb479b4d2d21b49b2c995ab0eab5a
Author: Graham Perrin <grahamperrin@FreeBSD.org>
AuthorDate: 2022-07-19 01:43:18 +0000
Commit: Graham Perrin <grahamperrin@FreeBSD.org>
CommitDate: 2022-07-19 01:43:18 +0000
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
---
website/content/en/internal/new-account.adoc | 4 ++--
1 file 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