Skip to content

Commit 2c29f3c

Browse files
committed
update Github locations
1 parent b593b92 commit 2c29f3c

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ SendBird JavaScript SDK
1818
npm install sendbird --save
1919

2020

21-
[download](https://github.com/smilefam/SendBird-SDK-JavaScript) for [SendBird.com](https://sendbird.com) JavaScript SDK
21+
[download](https://github.com/sendbird/SendBird-SDK-JavaScript) for [SendBird.com](https://sendbird.com) JavaScript SDK
2222

2323

2424
# TypeScript
@@ -31,33 +31,33 @@ var sb = new SendBird({'appId': 'APP_ID'});
3131
If you have trouble importing `SendBird`, please check your `tsconfig.json` file and change the value of `"allowSyntheticDefaultImports"` to `true` in `compilerOptions`.
3232

3333

34-
# [Sample](https://github.com/smilefam/SendBird-JavaScript)
34+
# [Sample](https://github.com/sendbird/SendBird-JavaScript)
3535

36-
* [Basic Sample](https://sample.sendbird.com/basic) using [Sendbird SDK](https://github.com/smilefam/SendBird-SDK-JavaScript). [download](https://github.com/smilefam/SendBird-JavaScript/tree/master/web-sample)
37-
* [Widget Sample](https://sample.sendbird.com/widget) using [Sendbird SDK](https://github.com/smilefam/SendBird-SDK-JavaScript). [download](https://github.com/smilefam/SendBird-JavaScript/tree/master/web-widget)
38-
* [LiveChat Sample](https://sample.sendbird.com/livechat) using [Sendbird SDK](https://github.com/smilefam/SendBird-SDK-JavaScript). [download](https://github.com/smilefam/SendBird-JavaScript/tree/master/web-live-chat)
36+
* [Basic Sample](https://sample.sendbird.com/basic) using [Sendbird SDK](https://github.com/sendbird/SendBird-SDK-JavaScript). [download](https://github.com/sendbird/SendBird-JavaScript/tree/master/web-sample)
37+
* [Widget Sample](https://sample.sendbird.com/widget) using [Sendbird SDK](https://github.com/sendbird/SendBird-SDK-JavaScript). [download](https://github.com/sendbird/SendBird-JavaScript/tree/master/web-widget)
38+
* [LiveChat Sample](https://sample.sendbird.com/livechat) using [Sendbird SDK](https://github.com/sendbird/SendBird-SDK-JavaScript). [download](https://github.com/sendbird/SendBird-JavaScript/tree/master/web-live-chat)
3939

4040
## SyncManager
41-
`SyncManager` is a support add-on for [SendBird SDK](https://github.com/smilefam/SendBird-SDK-JavaScript). Major benefits of `SyncManager` are,
41+
`SyncManager` is a support add-on for [SendBird SDK](https://github.com/sendbird/SendBird-SDK-JavaScript). Major benefits of `SyncManager` are,
4242

4343
* Local cache integrated: store channel/message data in local storage for fast view loading.
4444
* Event-driven data handling: subscribe channel/message event like `insert`, `update`, `remove` at a single spot in order to apply data event to view.
4545

46-
Check out [Basic Sample with SyncManager](https://github.com/smilefam/SendBird-JavaScript/tree/master/web-basic-sample-syncmanager) which is similar to [Basic Sample](https://sample.sendbird.com/basic) but `SyncManager` integrated. For more information about `SyncManager`, please refer to [SyncManager README](https://github.com/smilefam/sendbird-syncmanager-javascript/blob/master/README.md).
46+
Check out [Basic Sample with SyncManager](https://github.com/sendbird/SendBird-JavaScript/tree/master/web-basic-sample-syncmanager) which is similar to [Basic Sample](https://sample.sendbird.com/basic) but `SyncManager` integrated. For more information about `SyncManager`, please refer to [SyncManager README](https://github.com/sendbird/sendbird-syncmanager-javascript/blob/master/README.md).
4747

4848

4949
# [Documentation](https://docs.sendbird.com/javascript)
5050

5151
## v3.0.100(MAY 17, 2019)
52-
If you want to check the record of other version, go to [Change Log](https://github.com/smilefam/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md).
52+
If you want to check the record of other version, go to [Change Log](https://github.com/sendbird/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md).
5353
* Improved stability.
5454
* Added `delete()` in `GroupChannel` to delete the `GroupChannel`. Only operators can do this action.
5555

5656

57-
## [Change Log](https://github.com/smilefam/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md)
57+
## [Change Log](https://github.com/sendbird/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md)
5858

5959

6060
## License
61-
[SendBird License](https://github.com/smilefam/SendBird-SDK-JavaScript/blob/master/LICENSE.md)
61+
[SendBird License](https://github.com/sendbird/SendBird-SDK-JavaScript/blob/master/LICENSE.md)
6262

6363

SendBird.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Type Definitions for SendBird SDK v3.0.100
33
* homepage: https://sendbird.com/
4-
* git: https://github.com/smilefam/SendBird-SDK-JavaScript
4+
* git: https://github.com/sendbird/SendBird-SDK-JavaScript
55
*/
66

77
export = SendBird;

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sendbird",
33
"version": "3.0.100",
44
"authors": ["SendBird <[email protected]>"],
5-
"homepage": "https://github.com/smilefam/SendBird-SDK-JavaScript",
5+
"homepage": "https://github.com/sendbird/SendBird-SDK-JavaScript",
66
"description": "SendBird JavaScript SDK",
77
"main": "SendBird.min.js",
88
"moduleType": [],

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/smilefam/SendBird-SDK-JavaScript"
16+
"url": "https://github.com/sendbird/SendBird-SDK-JavaScript"
1717
},
1818
"keywords": ["sendbird", "sendbird.com", "messaging", "chat", "js"],
1919
"author": "SendBird <[email protected]>",
2020
"license": "SEE LICENSE IN LICENSE.md",
2121
"bugs": {
22-
"url": "https://github.com/smilefam/SendBird-SDK-JavaScript/issues"
22+
"url": "https://github.com/sendbird/SendBird-SDK-JavaScript/issues"
2323
},
2424
"homepage": "https://sendbird.com",
2525
"typings": "SendBird.d.ts"

0 commit comments

Comments
 (0)