Skip to content

Commit bcef4ba

Browse files
committed
Merge branch 'ab/update-submitting-patches' into maint
Doc fix. * ab/update-submitting-patches: SubmittingPatches: fix Asciidoc syntax in "GitHub CI" section
2 parents ad03180 + edbd9f3 commit bcef4ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/SubmittingPatches

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ their trees themselves.
448448
entitled "What's cooking in git.git" and "What's in git.git" giving
449449
the status of various proposed changes.
450450

451-
== GitHub CI[[GHCI]]]
451+
== GitHub CI[[GHCI]]
452452

453453
With an account at GitHub, you can use GitHub CI to test your changes
454454
on Linux, Mac and Windows. See
@@ -463,7 +463,7 @@ Follow these steps for the initial setup:
463463

464464
After the initial setup, CI will run whenever you push new changes
465465
to your fork of Git on GitHub. You can monitor the test state of all your
466-
branches here: https://github.com/<Your GitHub handle>/git/actions/workflows/main.yml
466+
branches here: `https://github.com/<Your GitHub handle>/git/actions/workflows/main.yml`
467467

468468
If a branch did not pass all test cases then it is marked with a red
469469
cross. In that case you can click on the failing job and navigate to

0 commit comments

Comments
 (0)