Skip to content

Commit c54755d

Browse files
author
Frantisek Hrbata
committed
Merge commit '6e39eb8ca7100c27aa42409b0491592be0d67a0d'
2 parents f76fa64 + 6e39eb8 commit c54755d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

redhat/rhdocs/docs/README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,14 @@ Note that kernel repositories take a long time to fork.
128128
. Find the name of the fork.
129129
* `git remote -v | grep _<GitLab_username>_` +
130130
Note that GitLab username is used for the remote name.
131-
. Modify your fork while following the details outlined in xref:commitrules.adoc#commitdescriptioninfo[CommitRules Section 3: Commit-Specific Description Information]
131+
. Modify your fork while following the details outlined in xref:CommitRules.adoc#commitdescriptioninfo[CommitRules Section 3: Commit-Specific Description Information]
132132

133133
. Push the updated branch to your kernel fork on GitLab.
134134
* `git push -u _<GitLab_fork_name>_ _<branch_name>_`
135135

136136
== Creating merge requests
137137

138-
. Familiarize yourself with xref:commitrules.adoc[CommitRules] and xref:verifying_a_gitlab_mr.adoc[Verify the MR information] documents.
138+
. Familiarize yourself with xref:CommitRules.adoc[CommitRules] and xref:verifying_a_gitlab_mr.adoc[Verify the MR information] documents.
139139

140140
. When done with your work, create a merge request (MR) on some branch other than the `main` branch. +
141141
`git checkout -b <branch_name>` +
@@ -303,7 +303,7 @@ All approved MR's, assuming they have the +readyForMerge+ label, will normally b
303303
* https://source.redhat.com/groups/public/kernel[General Kernel Info Page]
304304
* https://gitlab.com/redhat/centos-stream/src/kernel/documentation/-/blob/main/docs/what_is_a_GitLab_fork.adoc[What is a GitLab Fork?]
305305
* xref:faq.adoc[Frequently Asked Questions]
306-
* xref:commitrules.adoc[CommitRules]
306+
* xref:CommitRules.adoc[CommitRules]
307307
* xref:rh_and_gitlab_configuration.adoc[Red Hat and GitLab Configuration]
308308
* xref:lab.adoc[Gitlab 'lab' utility and the Red Hat Kernel]
309309
* https://gitlab.cee.redhat.com/kernel-review/revumatic/[Red Hat Specific 'revumatic' tool]

0 commit comments

Comments
 (0)