aboutsummaryrefslogtreecommitdiffstats
path: root/github-suggestion
diff options
context:
space:
mode:
authorTeddy Wing2020-08-05 22:21:44 +0200
committerTeddy Wing2020-08-06 00:18:19 +0200
commita9c9d1c3a20af5779145dbba8cdfbf0d1fbb960f (patch)
tree045b3e594a5679e3867cb39037f968f0c93855f9 /github-suggestion
parentfd63548311453520eef6d20908ff6fc8454d11df (diff)
downloadgit-suggestion-a9c9d1c3a20af5779145dbba8cdfbf0d1fbb960f.tar.bz2
Rename the project `git-suggestion`
Since this is a Git command, this makes more sense to me.
Diffstat (limited to 'github-suggestion')
-rw-r--r--github-suggestion/src/url.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/github-suggestion/src/url.rs b/github-suggestion/src/url.rs
index 0ff7baa..413a37d 100644
--- a/github-suggestion/src/url.rs
+++ b/github-suggestion/src/url.rs
@@ -47,7 +47,7 @@ pub struct SuggestionUrl {
}
/// Parses a URL with the format
-/// `https://github.com/teddywing/github-suggestion/pull/1#discussion_r459691747`.
+/// `https://github.com/teddywing/git-suggestion/pull/1#discussion_r459691747`.
impl FromStr for SuggestionUrl {
type Err = Error;