summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-11-23 14:48:08 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-11-23 14:48:08 -0800
commitbcef4ba32920b00632c89b2d3f6a5099d3d623b1 (patch)
treeffc9ee18a38b340e2c912a6cf1bc6420643e3ad0
parentMerge branch 'ev/pull-already-up-to-date-is-noop' into maint (diff)
parentSubmittingPatches: fix Asciidoc syntax in "GitHub CI" section (diff)
downloadtgif-bcef4ba32920b00632c89b2d3f6a5099d3d623b1.tar.xz
Merge branch 'ab/update-submitting-patches' into maint
Doc fix. * ab/update-submitting-patches: SubmittingPatches: fix Asciidoc syntax in "GitHub CI" section
-rw-r--r--Documentation/SubmittingPatches4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
index e409022d93..11e03056f2 100644
--- a/Documentation/SubmittingPatches
+++ b/Documentation/SubmittingPatches
@@ -448,7 +448,7 @@ their trees themselves.
entitled "What's cooking in git.git" and "What's in git.git" giving
the status of various proposed changes.
-== GitHub CI[[GHCI]]]
+== GitHub CI[[GHCI]]
With an account at GitHub, you can use GitHub CI to test your changes
on Linux, Mac and Windows. See
@@ -463,7 +463,7 @@ Follow these steps for the initial setup:
After the initial setup, CI will run whenever you push new changes
to your fork of Git on GitHub. You can monitor the test state of all your
-branches here: https://github.com/<Your GitHub handle>/git/actions/workflows/main.yml
+branches here: `https://github.com/<Your GitHub handle>/git/actions/workflows/main.yml`
If a branch did not pass all test cases then it is marked with a red
cross. In that case you can click on the failing job and navigate to