aboutsummaryrefslogtreecommitdiffstats
path: root/doc/git-sugapply.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/git-sugapply.1.txt')
-rw-r--r--doc/git-sugapply.1.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/git-sugapply.1.txt b/doc/git-sugapply.1.txt
index 31c677f..d513505 100644
--- a/doc/git-sugapply.1.txt
+++ b/doc/git-sugapply.1.txt
@@ -56,7 +56,7 @@ EXAMPLES
--------
Suggestion references can be specified either as URLs:
- $ git sugapply https://github.com/teddywing/github-suggestion/pull/1#discussion_r459691747
+ $ git sugapply https://github.com/teddywing/git-suggestion/pull/1#discussion_r459691747
or as comment IDs:
@@ -64,7 +64,7 @@ or as comment IDs:
They can also be mixed:
- $ git sugapply 459692838 https://github.com/teddywing/github-suggestion/pull/1#discussion_r459691747
+ $ git sugapply 459692838 https://github.com/teddywing/git-suggestion/pull/1#discussion_r459691747
SEE ALSO
--------