Skip to content

Commit

Permalink
update Github repo path
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisallo committed Jun 11, 2019
1 parent e5c772e commit 2acd273
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ Using [npm](https://www.npmjs.com/package/sendbird):

### Manual download

Or, you can manually download JS SDK files [here](https://github.com/smilefam/SendBird-SDK-JavaScript).
Or, you can manually download JS SDK files [here](https://github.com/sendbird/SendBird-SDK-JavaScript).


## Previous versions

To view the version 2 sample, checkout the `v2` branch instead of `master`.
To view the basic sample used `jQuery`, checkout the [Legacy tag](https://github.com/smilefam/SendBird-JavaScript/tree/Legacy(WebBasic)) instead of `master`.
To view the basic sample used `jQuery`, checkout the [Legacy tag](https://github.com/sendbird/SendBird-JavaScript/tree/Legacy(WebBasic)) instead of `master`.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<a href="https://sample.sendbird.com/basic/" target="_blank">
<div class="button"><i class="fas fa-link"></i>DEMO</div>
</a>
<a href="https://github.com/smilefam/SendBird-JavaScript/tree/master/web-basic-sample" target="_blank">
<a href="https://github.com/sendbird/SendBird-JavaScript/tree/master/web-basic-sample" target="_blank">
<div class="button"><i class="fab fa-github"></i>GITHUB</div>
</a>
</div>
Expand All @@ -51,7 +51,7 @@
<a href="https://sample.sendbird.com/basic/sync-manager" target="_blank">
<div class="button"><i class="fas fa-link"></i>DEMO</div>
</a>
<a href="https://github.com/smilefam/SendBird-JavaScript/tree/master/web-basic-sample-localcache" target="_blank">
<a href="https://github.com/sendbird/SendBird-JavaScript/tree/master/web-basic-sample-localcache" target="_blank">
<div class="button"><i class="fab fa-github"></i>GITHUB</div>
</a>
</div>
Expand All @@ -71,7 +71,7 @@
<a href="https://sample.sendbird.com/widget/" target="_blank">
<div class="button"><i class="fas fa-link"></i>DEMO</div>
</a>
<a href="https://github.com/smilefam/SendBird-JavaScript/tree/master/web-widget" target="_blank">
<a href="https://github.com/sendbird/SendBird-JavaScript/tree/master/web-widget" target="_blank">
<div class="button"><i class="fab fa-github"></i>GITHUB</div>
</a>
</div>
Expand All @@ -91,7 +91,7 @@
<a href="https://sample.sendbird.com/livechat/" target="_blank">
<div class="button"><i class="fas fa-link"></i>DEMO</div>
</a>
<a href="https://github.com/smilefam/SendBird-JavaScript/tree/master/web-live-chat" target="_blank">
<a href="https://github.com/sendbird/SendBird-JavaScript/tree/master/web-live-chat" target="_blank">
<div class="button"><i class="fab fa-github"></i>GITHUB</div>
</a>
</div>
Expand All @@ -100,7 +100,7 @@
</div>
</a>

<a href="https://github.com/smilefam/SendBird-JavaScript/tree/master/react-native-redux-sample" target="_blank">
<a href="https://github.com/sendbird/SendBird-JavaScript/tree/master/react-native-redux-sample" target="_blank">
<div class="content">
<div class="item">
<div class="item-image rn-android"></div>
Expand All @@ -109,7 +109,7 @@
<div class="info-desc">This sample is React-Native chat sample that works on both Android and iOS.</div>
<div class="info-button">
<div class="button disable"><i class="fas fa-link"></i>DEMO</div>
<a href="https://github.com/smilefam/SendBird-JavaScript/tree/master/react-native-redux-sample" target="_blank">
<a href="https://github.com/sendbird/SendBird-JavaScript/tree/master/react-native-redux-sample" target="_blank">
<div class="button"><i class="fab fa-github"></i>GITHUB</div>
</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/smilefam/SendBird-JavaScript.git"
"url": "git+https://github.com/sendbird/SendBird-JavaScript.git"
},
"keywords": [],
"author": "SendBird",
"license": "ISC",
"bugs": {
"url": "support@sendbird.com"
},
"homepage": "https://github.com/smilefam/SendBird-JavaScript#readme",
"homepage": "https://github.com/sendbird/SendBird-JavaScript#readme",
"devDependencies": {
"express": "^4.16.3"
}
Expand Down
2 changes: 1 addition & 1 deletion react-native-redux-sample/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sample JavaScript React-Native Redux

SendBird React-Native sample using [SendBird SDK](https://github.com/smilefam/SendBird-SDK-JavaScript).
SendBird React-Native sample using [SendBird SDK](https://github.com/sendbird/SendBird-SDK-JavaScript).

## Prerequisite

Expand Down
2 changes: 1 addition & 1 deletion react-native-redux-syncmanager-sample/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sample JavaScript React-Native Redux with SyncManager

SendBird React-Native sample using [SendBird SDK](https://github.com/smilefam/SendBird-SDK-JavaScript) and [SyncManager](https://github.com/smilefam/sendbird-syncmanager-javascript).
SendBird React-Native sample using [SendBird SDK](https://github.com/sendbird/SendBird-SDK-JavaScript) and [SyncManager](https://github.com/sendbird/sendbird-syncmanager-javascript).

## Prerequisite

Expand Down
2 changes: 1 addition & 1 deletion react-native-sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
## NOTICE!

This sample is deprecated and not supported any longer.
You can see the latest React Native sample in [SendBird React Native Redux sample](https://github.com/smilefam/SendBird-JavaScript/tree/master/react-native-redux-sample).
You can see the latest React Native sample in [SendBird React Native Redux sample](https://github.com/sendbird/SendBird-JavaScript/tree/master/react-native-redux-sample).
6 changes: 3 additions & 3 deletions web-basic-sample-syncmanager/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SendBird JavaScript Web Basic Sample with SyncManager
This is full screen chat sample like Slack using [SendBird SDK](https://github.com/smilefam/SendBird-SDK-JavaScript) for desktop browsers. SyncManager is included and applied.
This is full screen chat sample like Slack using [SendBird SDK](https://github.com/sendbird/SendBird-SDK-JavaScript) for desktop browsers. SyncManager is included and applied.

- [SendBird JavaScript Web Basic Sample with SyncManager](#sendbird-javascript-web-basic-sample-with-syncmanager)
- [SyncManager](#syncmanager)
Expand All @@ -9,12 +9,12 @@ This is full screen chat sample like Slack using [SendBird SDK](https://github.c

## SyncManager

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

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

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).
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).

## Demo
You can try out a live demo from the link [here](https://sample.sendbird.com/basic/sync-manager).
Expand Down
2 changes: 1 addition & 1 deletion web-basic-sample-syncmanager/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
Start chatting on SendBird by choosing your display name.
<br> This can be changed anytime and will be shown on 1-on-1 and group messaging.
<div class="download">
<a href="https://github.com/smilefam/SendBird-JavaScript/" target="blank" class="download-sample">Download Sample</a>
<a href="https://github.com/sendbird/SendBird-JavaScript/" target="blank" class="download-sample">Download Sample</a>
</div>
</div>
<div class="form">
Expand Down
4 changes: 2 additions & 2 deletions web-basic-sample/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SendBird JavaScript Web Basic Sample
This is full screen chat sample like Slack using the [SendBird SDK](https://github.com/smilefam/SendBird-SDK-JavaScript) for desktop browsers.
This is full screen chat sample like Slack using the [SendBird SDK](https://github.com/sendbird/SendBird-SDK-JavaScript) for desktop browsers.

1. [Demo](#demo)
1. [Run the sample](#run-the-sample)
Expand All @@ -8,7 +8,7 @@ This is full screen chat sample like Slack using the [SendBird SDK](https://gith
## [Demo](https://sample.sendbird.com/basic)
You can try out a live demo from the link [here](https://sample.sendbird.com/basic).

> If you want to legacy basic sample used jQuery, you can find the [Legacy tag](https://github.com/smilefam/SendBird-JavaScript/tree/Legacy(WebBasic)).
> If you want to legacy basic sample used jQuery, you can find the [Legacy tag](https://github.com/sendbird/SendBird-JavaScript/tree/Legacy(WebBasic)).

## Run the sample
Expand Down
2 changes: 1 addition & 1 deletion web-basic-sample/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
Start chatting on SendBird by choosing your display name.
<br> This can be changed anytime and will be shown on 1-on-1 and group messaging.
<div class="download">
<a href="https://github.com/smilefam/SendBird-JavaScript/" target="blank" class="download-sample">Download Sample</a>
<a href="https://github.com/sendbird/SendBird-JavaScript/" target="blank" class="download-sample">Download Sample</a>
</div>
</div>
<div class="form">
Expand Down
4 changes: 2 additions & 2 deletions web-live-chat/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SendBird JavaScript Chat Sample
This is a sample chat built using using the [SendBird SDK](https://github.com/smilefam/SendBird-SDK-JavaScript). It can be used to add a functional chat to any website.
This is a sample chat built using using the [SendBird SDK](https://github.com/sendbird/SendBird-SDK-JavaScript). It can be used to add a functional chat to any website.


## [Demo](https://sample.sendbird.com/livechat/)
Expand All @@ -16,7 +16,7 @@ You can try out a live demo from the link [here](https://sample.sendbird.com/liv
</body>
```

2. Import the [`SendBird SDK`](https://github.com/smilefam/SendBird-SDK-JavaScript).
2. Import the [`SendBird SDK`](https://github.com/sendbird/SendBird-SDK-JavaScript).
3. Import the `liveChat.SendBird.js` file.
```javascript
<script src="SendBird.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion web-sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
## NOTICE!

This sample is deprecated and not supported any longer.
You can see the latest web basic sample in [SendBird Web Basic Sample](https://github.com/smilefam/SendBird-JavaScript/tree/master/web-basic-sample).
You can see the latest web basic sample in [SendBird Web Basic Sample](https://github.com/sendbird/SendBird-JavaScript/tree/master/web-basic-sample).
2 changes: 1 addition & 1 deletion web-sample/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
This can be changed anytime and will be shown on 1-on-1 and group messaging.
<br />
<br />
<a href="https://github.com/smilefam/SendBird-JavaScript/" class="download-sample">Download Sample</a>
<a href="https://github.com/sendbird/SendBird-JavaScript/" class="download-sample">Download Sample</a>
</div>

<div class="index-section index-bottom">
Expand Down
4 changes: 2 additions & 2 deletions web-widget/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SendBird JavaScript Widget Sample
This is a sample chat widget built using using the [SendBird SDK](https://github.com/smilefam/SendBird-SDK-JavaScript). It can be used to add a functional chat widget to any website.
This is a sample chat widget built using using the [SendBird SDK](https://github.com/sendbird/SendBird-SDK-JavaScript). It can be used to add a functional chat widget to any website.


## [Demo](https://sample.sendbird.com/widget/)
Expand All @@ -16,7 +16,7 @@ You can try out a live demo from the link [here](https://sample.sendbird.com/wid
</body>
```

2. Import the [`SendBird SDK`](https://github.com/smilefam/SendBird-SDK-JavaScript).
2. Import the [`SendBird SDK`](https://github.com/sendbird/SendBird-SDK-JavaScript).
3. Import the `widget.SendBird.js` file.
```javascript
<script src="SendBird.min.js"></script>
Expand Down

0 comments on commit 2acd273

Please sign in to comment.