Skip to content

Commit d1b837f

Browse files
authored
Merge pull request #7131 from afvincent/doc_typos_devel_workflow
Fix branch name in "Deleting a branch on GitHub_" section
2 parents eccc53a + 7210959 commit d1b837f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/devel/gitwash/development_workflow.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,9 +397,8 @@ Deleting a branch on GitHub_
397397
# delete branch on GitHub
398398
git push origin :my-unwanted-branch
399399

400-
(Note the colon ``:`` before ``test-branch``. See also:
401-
http://github.com/guides/remove-a-remote-branch
402-
400+
Note the colon ``:`` before ``my-unwanted-branch``. See also:
401+
https://help.github.com/articles/removing-a-remote/
403402

404403
Exploring your repository
405404
=========================

0 commit comments

Comments
 (0)