From 380f28029b30e2f02c91438964fdaf5edf194517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Sat, 20 Feb 2016 03:36:05 +0800 Subject: [PATCH] wrong address --- notify-term/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notify-term/app.js b/notify-term/app.js index 4423f29..8982d83 100644 --- a/notify-term/app.js +++ b/notify-term/app.js @@ -20,7 +20,7 @@ class App extends Base // Everything here is plain text this.HTTP.response.headers[ "Content-Type" ] = "text/plain; charset=utf-8"; - this.result = "Hello there! This is a notify-term server.\nFor more information please head to https://github.com/tgckpg/notify-term"; + this.result = "Hello there! This is a notify-term server.\nFor more information please head to https://github.com/tgckpg/term-notify"; if( !this.HTTP.request.isPost ) {