diff options
-rw-r--r-- | examples/jarvis.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/jarvis.js b/examples/jarvis.js index 31b0513..d14d1ee 100644 --- a/examples/jarvis.js +++ b/examples/jarvis.js @@ -85,7 +85,7 @@ var sig = 'feynmansfedora' var notifsrc = '\ \n\ For a node.js YWOT api: \n\ -& http://github.com/feynmansfedora/ywot-clean \n\ +& git.hrhr.dev/ywot-clean \n\ & Try `COMMAND` today. Uptime: UPTIME. Called: JARVISx ~SIGNATURE \n\ ' notifsrc = notifsrc.replace('COMMAND', command).replace('SIGNATURE', sig); |