diff options
author | Michael Vetter <jubalh@iodoru.org> | 2019-05-03 10:31:58 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2019-05-03 10:33:52 +0200 |
commit | 928862132056056fc3edcb6177274cd9af8a795d (patch) | |
tree | 366a6010a9481252caa39d5d463223785c84cc9f /src | |
parent | 1446ac15cb56be90406290294312cf8b7618d7c1 (diff) | |
download | profani-tty-928862132056056fc3edcb6177274cd9af8a795d.tar.gz |
Update profanity URL in /tiny example
Regards https://github.com/profanity-im/profanity/issues/1085
Diffstat (limited to 'src')
-rw-r--r-- | src/command/cmd_defs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index 5aaf56ef..d9b26259 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -1034,7 +1034,7 @@ static struct cmd_t command_defs[] = CMD_ARGS( { "<url>", "The url to make tiny." }) CMD_EXAMPLES( - "Example: /tiny http://www.profanity.im") + "Example: /tiny https://profanity-im.github.io/") }, { "/who", |