Skip to content

Commit 814e069

Browse files
authored
Merge pull request #1 from Sejal-hani/Sejal_DV
docs: improve README, fix links and capitalization.md
2 parents 8280573 + 5f8331e commit 814e069

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
</p>
1010

1111
<p align="center">
12-
<a href="https://github.com/your-username/dialogweaver/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License: MIT"></a>
13-
<a href="https://github.com/Hiteshydv001/DialogWeaver/issues"><img src="https://img.shields.io/github/issues/your-username/dialogweaver" alt="GitHub issues"></a>
14-
<a href="https://github.com/Hiteshydv001/DialogWeaver/blob/main/docs/Contribution.md"><img src="https://img.shields.io/badge/PRs-Welcome-brightgreen.svg" alt="PRs Welcome"></a>
15-
<a href="#"><img src="https://img.shields.io/static/v1?label=Discord&message=Join%20Chat&color=7289DA&logo=discord" alt="Join the community on Discord"></a>
12+
<a href="https://github.com/OpenVoiceX/DialogWeaver/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License: MIT"></a>
13+
<a href="https://github.com/OpenVoiceX/DialogWeaver/issues"><img src="https://img.shields.io/github/issues/OpenVoiceX/DialogWeaver" alt="GitHub issues"></a>
14+
<a href="https://github.com/OpenVoiceX/DialogWeaver/blob/main/CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-Welcome-brightgreen.svg" alt="PRs Welcome"></a>
15+
1616
</p>
1717

1818
---
@@ -42,7 +42,7 @@ DialogWeaver is built as a modern, service-oriented monorepo. This design provid
4242
| **`database`**| Persistent relational data storage. | `PostgreSQL` |
4343
| **`cache`** | In-memory data store for caching and session management. | `Redis` |
4444

45-
![DialogWeaver Architecture Diagram](https://github.com/Hiteshydv001/DialogWeaver/blob/main/docs/Architecture.png)
45+
![DialogWeaver Architecture Diagram](https://github.com/OpenVoiceX/DialogWeaver/blob/main/docs/Architecture.png)
4646

4747

4848
---
@@ -57,8 +57,8 @@ Get the entire DialogWeaver platform running on your local machine in just a few
5757

5858
### 1. Clone the Repository
5959
```bash
60-
git clone https://github.com/your-username/dialogweaver.git
61-
cd dialogweaver
60+
git clone https://github.com/OpenVoiceX/DialogWeaver.git
61+
cd DialogWeaver
6262
```
6363

6464
### 2. Configure Your Environment
@@ -101,3 +101,9 @@ Please read our **[CONTRIBUTING.md](CONTRIBUTING.md)** to get started with the d
101101
## License
102102

103103
This project is licensed under the MIT License - see the **[LICENSE](LICENSE)** file for details.
104+
105+
106+
107+
108+
109+

0 commit comments

Comments
 (0)