Skip to content

Commit 1123239

Browse files
committed
(docs) update repo path
1 parent ca8def5 commit 1123239

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<a href="https://github.com/antoine92190/vue-advanced-chat/actions/workflows/build.yml"><img src="https://img.shields.io/github/actions/workflow/status/antoine92190/vue-advanced-chat/build.yml?branch=master"></a>
2+
<a href="https://github.com/advanced-chat/vue-advanced-chat/actions/workflows/build.yml"><img src="https://img.shields.io/github/actions/workflow/status/advanced-chat/vue-advanced-chat/build.yml?branch=master"></a>
33
<a href="https://www.npmjs.com/package/vue-advanced-chat"><img src="https://img.shields.io/npm/dm/vue-advanced-chat.svg"></a>
44
<a href="https://www.npmjs.com/package/vue-advanced-chat"><img src="https://img.shields.io/bundlephobia/minzip/vue-advanced-chat"></a>
55
<a href="https://www.npmjs.com/package/vue-advanced-chat"><img src="https://img.shields.io/npm/v/vue-advanced-chat.svg"></a>
@@ -852,8 +852,8 @@ You can find the source code to implement a full featured chat app using Firebas
852852
To test it using your own Firebase project:
853853

854854
- Setup Cloud Firestore (to store users and rooms) and Realtime Database (to store users online status)
855-
- Clone this repository: `git clone https://github.com/antoine92190/vue-advanced-chat.git`
856-
- Inside `demo/src/firestore/index.js` file, replace the line `const config = ...` by your own Firebase config
855+
- Clone this repository: `git clone https://github.com/advanced-chat/vue-advanced-chat.git`
856+
- Inside `demo/src/database/index.js` file, replace the line `const config = ...` by your own Firebase config
857857
- Go inside `demo` folder and run `npm run serve`
858858

859859
### Data structure
@@ -913,7 +913,7 @@ messages: {
913913

914914
<br>
915915

916-
## [Contributing](https://github.com/antoine92190/vue-advanced-chat/blob/master/.github/CONTRIBUTING.md)
916+
## [Contributing](https://github.com/advanced-chat/vue-advanced-chat/blob/master/.github/CONTRIBUTING.md)
917917

918918
Your help is always appreciated :rocket:
919919

0 commit comments

Comments
 (0)