chore: Update repository references from soulcraft-research to soulcraftlabs
- Updated GitHub URLs to github.com/soulcraftlabs/brainy - Updated git remote origin URL - Updated all documentation references
This commit is contained in:
parent
8e48b58650
commit
5e0c02e363
16 changed files with 122 additions and 122 deletions
|
|
@ -113,8 +113,8 @@ Common issues and solutions.
|
|||
|
||||
## 📞 Getting Help
|
||||
|
||||
- **[GitHub Issues](https://github.com/soulcraft-research/brainy/issues)** - Bug reports and feature requests
|
||||
- **[Discussions](https://github.com/soulcraft-research/brainy/discussions)** - Community support
|
||||
- **[GitHub Issues](https://github.com/soulcraftlabs/brainy/issues)** - Bug reports and feature requests
|
||||
- **[Discussions](https://github.com/soulcraftlabs/brainy/discussions)** - Community support
|
||||
- **[Examples](examples/)** - Code examples and tutorials
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -325,7 +325,7 @@ Switch storage backends as your requirements evolve - your application code stay
|
|||
## 💡 Need Help?
|
||||
|
||||
- **Built-in adapters**: Use File System, S3, OPFS, or Memory storage
|
||||
- **Custom adapters**: Follow the examples above or ask in [GitHub Discussions](https://github.com/soulcraft-research/brainy/discussions)
|
||||
- **Custom adapters**: Follow the examples above or ask in [GitHub Discussions](https://github.com/soulcraftlabs/brainy/discussions)
|
||||
- **Performance tuning**: See [Storage Optimization Guide](../optimization-guides/storage-optimization.md)
|
||||
|
||||
**The power is in your hands** - Brainy adapts to your storage, not the other way around! 🚀
|
||||
|
|
@ -1167,7 +1167,7 @@ npm install @soulcraft/brainy-client
|
|||
pip install brainy-client
|
||||
|
||||
# Go
|
||||
go get github.com/soulcraft-research/brainy-client-go
|
||||
go get github.com/soulcraftlabs/brainy-client-go
|
||||
|
||||
# Java
|
||||
implementation 'com.soulcraft:brainy-client:1.0.0'
|
||||
|
|
|
|||
|
|
@ -856,8 +856,8 @@ export class ProductionDataService {
|
|||
## Support
|
||||
|
||||
- **Documentation**: https://soulcraft-research.com/brainy/docs
|
||||
- **Community**: https://github.com/soulcraft-research/brainy/discussions
|
||||
- **Issues**: https://github.com/soulcraft-research/brainy/issues
|
||||
- **Community**: https://github.com/soulcraftlabs/brainy/discussions
|
||||
- **Issues**: https://github.com/soulcraftlabs/brainy/issues
|
||||
- **Premium Support**: support@soulcraft-research.com (license holders)
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
```bash
|
||||
# 1. Clone and setup
|
||||
git clone https://github.com/soulcraft-research/brainy.git
|
||||
git clone https://github.com/soulcraftlabs/brainy.git
|
||||
cd brainy
|
||||
npm install
|
||||
|
||||
|
|
@ -511,7 +511,7 @@ http {
|
|||
|
||||
```bash
|
||||
# Clone repository
|
||||
git clone https://github.com/soulcraft-research/brainy-server.git
|
||||
git clone https://github.com/soulcraftlabs/brainy-server.git
|
||||
cd brainy-server
|
||||
|
||||
# Configure environment
|
||||
|
|
@ -945,7 +945,7 @@ sudo apt update
|
|||
sudo apt install -y docker.io docker-compose nginx certbot
|
||||
|
||||
# 3. Clone and configure
|
||||
git clone https://github.com/soulcraft-research/brainy-server.git
|
||||
git clone https://github.com/soulcraftlabs/brainy-server.git
|
||||
cd brainy-server
|
||||
|
||||
# 4. Configure environment
|
||||
|
|
|
|||
|
|
@ -402,7 +402,7 @@ setInterval(() => {
|
|||
|
||||
## 🎯 Example Request Guidelines
|
||||
|
||||
**Need a specific example?** Open a [GitHub Issue](https://github.com/soulcraft-research/brainy/issues) with:
|
||||
**Need a specific example?** Open a [GitHub Issue](https://github.com/soulcraftlabs/brainy/issues) with:
|
||||
|
||||
1. **Use Case**: What you're trying to build
|
||||
2. **Environment**: Browser, Node.js, serverless, etc.
|
||||
|
|
|
|||
|
|
@ -309,8 +309,8 @@ if (!environment.isBrowser) {
|
|||
### Getting Help
|
||||
|
||||
- 📚 [Troubleshooting Guide](../troubleshooting/)
|
||||
- 🐛 [GitHub Issues](https://github.com/soulcraft-research/brainy/issues)
|
||||
- 💬 [GitHub Discussions](https://github.com/soulcraft-research/brainy/discussions)
|
||||
- 🐛 [GitHub Issues](https://github.com/soulcraftlabs/brainy/issues)
|
||||
- 💬 [GitHub Discussions](https://github.com/soulcraftlabs/brainy/discussions)
|
||||
|
||||
## ✅ Next Steps
|
||||
|
||||
|
|
|
|||
|
|
@ -227,8 +227,8 @@ Now that you have Brainy running:
|
|||
|
||||
### Get Help
|
||||
- **[Troubleshooting](../troubleshooting/)** - Common issues and solutions
|
||||
- **[GitHub Issues](https://github.com/soulcraft-research/brainy/issues)** - Bug reports
|
||||
- **[GitHub Discussions](https://github.com/soulcraft-research/brainy/discussions)** - Community support
|
||||
- **[GitHub Issues](https://github.com/soulcraftlabs/brainy/issues)** - Bug reports
|
||||
- **[GitHub Discussions](https://github.com/soulcraftlabs/brainy/discussions)** - Community support
|
||||
|
||||
## 💡 Pro Tips
|
||||
|
||||
|
|
|
|||
|
|
@ -309,7 +309,7 @@ const config = modelConfig[process.env.NODE_ENV] || modelConfig.production
|
|||
|
||||
## Support and Resources
|
||||
|
||||
- **GitHub Issues**: [Report deployment issues](https://github.com/soulcraft-research/brainy/issues)
|
||||
- **GitHub Issues**: [Report deployment issues](https://github.com/soulcraftlabs/brainy/issues)
|
||||
- **Documentation**: Complete API reference and examples
|
||||
- **Community**: Join discussions about production deployments
|
||||
|
||||
|
|
|
|||
|
|
@ -359,6 +359,6 @@ For optimal performance:
|
|||
|
||||
For issues with the optional model bundling package:
|
||||
|
||||
- [GitHub Issues](https://github.com/soulcraft-research/brainy/issues)
|
||||
- [Main Documentation](https://github.com/soulcraft-research/brainy)
|
||||
- [GitHub Issues](https://github.com/soulcraftlabs/brainy/issues)
|
||||
- [Main Documentation](https://github.com/soulcraftlabs/brainy)
|
||||
- [Model Management Guide](./model-management.md)
|
||||
|
|
|
|||
|
|
@ -118,5 +118,5 @@ Optimize bundle size with selective model loading.
|
|||
## 🆘 Need Help?
|
||||
|
||||
- **[Troubleshooting](../troubleshooting/)** - Common issues and solutions
|
||||
- **[GitHub Issues](https://github.com/soulcraft-research/brainy/issues)** - Report bugs or request features
|
||||
- **[GitHub Discussions](https://github.com/soulcraft-research/brainy/discussions)** - Community support and questions
|
||||
- **[GitHub Issues](https://github.com/soulcraftlabs/brainy/issues)** - Report bugs or request features
|
||||
- **[GitHub Discussions](https://github.com/soulcraftlabs/brainy/discussions)** - Community support and questions
|
||||
Loading…
Add table
Add a link
Reference in a new issue