Skip to content

Commit fbf1bb8

Browse files
committed
Update Discord community link across documentation and examples to reflect new invite URL.
1 parent 16a0903 commit fbf1bb8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ info: ## Show package information
133133
@echo ""
134134
@echo "🌐 Website: https://costkatana.com"
135135
@echo "📚 Docs: https://docs.costkatana.com"
136-
@echo "💬 Discord: https://discord.gg/costkatana"
136+
@echo "💬 Discord: https://discord.gg/Wcwzw8wM"
137137

138138
# Quick start for new users
139139
# CI/CD helpers

QUICKSTART.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,13 +182,13 @@ print(f"Optimizations: {metadata.optimizations_applied}")
182182

183183
- **Full Documentation**: [docs.costkatana.com](https://docs.costkatana.com)
184184
- **Example Projects**: Check the `examples/` folder
185-
- **Community Support**: [discord.gg/costkatana](https://discord.gg/costkatana)
185+
- **Community Support**: [discord.gg/costkatana](https://discord.gg/Wcwzw8wM)
186186
- **Enterprise Features**: [costkatana.com/enterprise](https://costkatana.com/enterprise)
187187

188188
## 🆘 Need Help?
189189

190190
- 📖 **Documentation**: https://docs.costkatana.com
191-
- 💬 **Discord**: https://discord.gg/costkatana
191+
- 💬 **Discord**: https://discord.gg/Wcwzw8wM
192192
- ✉️ **Email**: abdul@hypothesize.tech
193193
- 🐛 **Issues**: https://github.com/cost-katana/python-sdk/issues
194194

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ class GenerateContentResponse:
367367
## 🤝 Support
368368

369369
- **Documentation**: [docs.costkatana.com](https://docs.costkatana.com)
370-
- **Discord Community**: [discord.gg/costkatana](https://discord.gg/costkatana)
370+
- **Discord Community**: [discord.gg/costkatana](https://discord.gg/Wcwzw8wM)
371371
- **Email Support**: abdul@hypothesize.tech
372372
- **GitHub Issues**: [github.com/cost-katana/python-sdk](https://github.com/cost-katana/python-sdk)
373373
- **GitHub Repository**: [github.com/Hypothesize-Tech/cost-katana-python](https://github.com/Hypothesize-Tech/cost-katana-python)

examples/old_vs_new.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,4 +222,4 @@ def new_way_example():
222222

223223
print("🚀 Get started: https://costkatana.com")
224224
print("📚 Documentation: https://docs.costkatana.com")
225-
print("💬 Community: https://discord.gg/costkatana")
225+
print("💬 Community: https://discord.gg/Wcwzw8wM")

0 commit comments

Comments
 (0)