Skip to content

Commit edbd9f3

Browse files
phil-blaingitster
authored andcommitted
SubmittingPatches: fix Asciidoc syntax in "GitHub CI" section
A superfluous ']' was added to the title of the GitHub CI section in f003a91 (SubmittingPatches: replace discussion of Travis with GitHub Actions, 2021-07-22). Remove it. While at it, format the URL for a GitHub user's workflow runs of Git between backticks, since if not Asciidoc formats only the first part, "https://github.com/<Your", as a link, which is not very useful. Signed-off-by: Philippe Blain <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f003a91 commit edbd9f3

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)