diff --git a/app.json b/app.json index ecda94f297221bc654620a0eab5fcef16f363079..81d590e5620b01fde3b4bc83343078c75a8b6f9f 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "name": "wechaty", "description": "Wechat for Bot. Get your Heroku cloud bot by deploy me", - "repository": "https://github.com/zixia/wechaty", + "repository": "https://github.com/chatie/wechaty", "logo": "https://raw.githubusercontent.com/chatie/wechaty/master/image/wechaty-icon.png", "keywords": ["wechaty", "wechat", "bot", "chatbot", "framework", "cloudbot"], "env": { diff --git a/example/ding-dong-bot.ts b/example/ding-dong-bot.ts index 368ee86936d1daef75f61cd9754ae8dd1cc2fbe2..23d260d8d17e86c8efa5eb4e030a72e73b7782d6 100644 --- a/example/ding-dong-bot.ts +++ b/example/ding-dong-bot.ts @@ -42,7 +42,7 @@ const welcome = ` | |___/ =============== Powered by Wechaty =============== --------- https://github.com/zixia/wechaty -------- +-------- https://github.com/chatie/wechaty -------- I'm a bot, my super power is talk in Wechat. diff --git a/src/puppet-web/browser-driver.ts b/src/puppet-web/browser-driver.ts index 5aee90914160b4dfc464deb2862c3fd7b8470b01..5e8102801bb7916b4a331b4592f8db853b6935b5 100644 --- a/src/puppet-web/browser-driver.ts +++ b/src/puppet-web/browser-driver.ts @@ -263,7 +263,7 @@ export class BrowserDriver { /* tslint:disable:jsdoc-format */ /** - * FIXME: ISSUE #21 - https://github.com/zixia/wechaty/issues/21 + * FIXME: ISSUE #21 - https://github.com/chatie/wechaty/issues/21 * * http://phantomjs.org/api/webpage/handler/on-resource-requested.html * http://stackoverflow.com/a/29544970/1123955 diff --git a/src/room.ts b/src/room.ts index c1cc1248d5415cfe54b55ac980b22400552fd06e..9883b6317c2ef55098b6ae538fe4ef244a5c2813 100644 --- a/src/room.ts +++ b/src/room.ts @@ -79,10 +79,10 @@ export interface MemberQueryFilter { * * wechaty: Wechat for Bot. and for human who talk to bot/robot * - * Licenst: ISC - * https://github.com/zixia/wechaty + * Licenst: Apache-2.0 + * https://github.com/chatie/wechaty * - * Add/Del/Topic: https://github.com/wechaty/wechaty/issues/32 + * Add/Del/Topic: https://github.com/chatie/wechaty/issues/32 * */ export class Room extends EventEmitter implements Sayable { diff --git a/src/wechaty.ts b/src/wechaty.ts index 7803dbcadae82cfac8b9e4dc270fd11e006dc4c6..f0e421bbfde522eda192b97fe919a523aadb0ba2 100644 --- a/src/wechaty.ts +++ b/src/wechaty.ts @@ -61,13 +61,11 @@ export type WechatyEventName = 'error' /** * * Wechaty: Wechat for ChatBots. - * Connect ChatBots - * - * Class Wechaty - * - * Licenst: ISC - * https://github.com/zixia/wechaty * + * Wechaty is a Bot Framework for Wechat **Personal** Account + * which can help you create a bot in 6 lines of javascript + * by easy to use API, with cross-platform support for + * Linux/Mac/Windows. * * **Example** *