diff options
author | Teddy Wing | 2020-08-05 22:21:44 +0200 |
---|---|---|
committer | Teddy Wing | 2020-08-06 00:18:19 +0200 |
commit | a9c9d1c3a20af5779145dbba8cdfbf0d1fbb960f (patch) | |
tree | 045b3e594a5679e3867cb39037f968f0c93855f9 /doc/git-sugapply.1 | |
parent | fd63548311453520eef6d20908ff6fc8454d11df (diff) | |
download | git-suggestion-a9c9d1c3a20af5779145dbba8cdfbf0d1fbb960f.tar.bz2 |
Rename the project `git-suggestion`
Since this is a Git command, this makes more sense to me.
Diffstat (limited to 'doc/git-sugapply.1')
-rw-r--r-- | doc/git-sugapply.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/git-sugapply.1 b/doc/git-sugapply.1 index 477714a..d9eb195 100644 --- a/doc/git-sugapply.1 +++ b/doc/git-sugapply.1 @@ -2,12 +2,12 @@ .\" Title: git-sugapply .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> -.\" Date: 08/04/2020 +.\" Date: 08/06/2020 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "GIT\-SUGAPPLY" "1" "08/04/2020" "\ \&" "\ \&" +.TH "GIT\-SUGAPPLY" "1" "08/06/2020" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -94,7 +94,7 @@ Suggestion references can be specified either as URLs: .RS 4 .\} .nf -$ git sugapply https://github\&.com/teddywing/github\-suggestion/pull/1#discussion_r459691747 +$ git sugapply https://github\&.com/teddywing/git\-suggestion/pull/1#discussion_r459691747 .fi .if n \{\ .RE @@ -118,7 +118,7 @@ They can also be mixed: .RS 4 .\} .nf -$ 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 .fi .if n \{\ .RE |