Skip to content

Commit 13bed00

Browse files
committed
fix: Update README with correct GitHub URLs for flyryan/DifyKnowledgeClient
1 parent fd46f33 commit 13bed00

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
An interactive Python client for managing [Dify](https://dify.ai/) Knowledge Bases through the API. This client provides a user-friendly command-line interface to interact with all features of the Dify Knowledge API.
77

8-
<img src="https://github.com/user-attachments/assets/placeholder-demo.gif" alt="Demo" width="600">
9-
108
## ✨ Features
119

1210
- **🗄️ Knowledge Base Management**: Create, list, update, and delete knowledge bases
@@ -23,7 +21,7 @@ An interactive Python client for managing [Dify](https://dify.ai/) Knowledge Bas
2321

2422
```bash
2523
# Clone the repository
26-
git clone https://github.com/yourusername/DifyKnowledgeClient.git
24+
git clone https://github.com/flyryan/DifyKnowledgeClient.git
2725
cd DifyKnowledgeClient
2826

2927
# Install dependencies
@@ -147,7 +145,7 @@ DifyKnowledgeClient/
147145

148146
## 🤝 Contributing
149147

150-
We welcome contributions! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
148+
We welcome contributions! Please see [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines.
151149

152150
### Development Setup
153151

@@ -170,13 +168,13 @@ pip install -e .
170168

171169
### Getting Help
172170

173-
- 📋 [Report Issues](https://github.com/yourusername/DifyKnowledgeClient/issues)
174-
- 💬 [Discussions](https://github.com/yourusername/DifyKnowledgeClient/discussions)
171+
- 📋 [Report Issues](https://github.com/flyryan/DifyKnowledgeClient/issues)
172+
- 💬 [Discussions](https://github.com/flyryan/DifyKnowledgeClient/discussions)
175173
- 📚 [Dify Documentation](https://docs.dify.ai/)
176174

177175
## 📄 License
178176

179-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
177+
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.
180178

181179
## 🙏 Acknowledgments
182180

0 commit comments

Comments
 (0)