mirror of https://github.com/razor-ai/soup.git
docs: swap the Discord invite for a non-expiring one
The invite added in the previous commit was a default one, which Discord expires after seven days. It is now in the README, CONTRIBUTING, the Code of Conduct and `[project.urls]`, and the last of those ships in release metadata where a dead link cannot be corrected after publish - so it has to be a permanent invite, not a convenient one. All six occurrences move together; a half-updated set is worse than the old link, since the stale copies would be the ones a reader hits first. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
fba981595b
commit
2210ca83e3
|
|
@ -38,7 +38,7 @@ This Code of Conduct applies within all community spaces, and also applies when
|
|||
|
||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the project maintainer at **team@trysoup.dev** (the project address) or **makazanalpamys@gmail.com** (the maintainer's personal address). All complaints will be reviewed and investigated promptly and fairly.
|
||||
|
||||
This Code of Conduct applies in every project space, including the [Discord server](https://discord.gg/hnZjaDa4w).
|
||||
This Code of Conduct applies in every project space, including the [Discord server](https://discord.gg/8RgVbFA6Zq).
|
||||
|
||||
All community leaders are obligated to respect the privacy and security of the reporter of any incident.
|
||||
|
||||
|
|
|
|||
|
|
@ -459,7 +459,7 @@ If you contributed and aren't credited somewhere, that's a bug — open a PR or
|
|||
|
||||
- **Issues:** Report bugs and request features on [GitHub Issues](https://github.com/MakazhanAlpamys/Soup/issues)
|
||||
- **Discussions:** Ask questions on [GitHub Discussions](https://github.com/MakazhanAlpamys/Soup/discussions)
|
||||
- **Discord:** Chat with maintainers and other users on [Discord](https://discord.gg/hnZjaDa4w) — good for
|
||||
- **Discord:** Chat with maintainers and other users on [Discord](https://discord.gg/8RgVbFA6Zq) — good for
|
||||
quick questions and pairing on a PR; anything worth finding later still belongs in Issues or Discussions
|
||||
- **Code of Conduct:** Please read [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) — it applies on Discord too
|
||||
- **Security:** Report security issues via [SECURITY.md](SECURITY.md) — privately, never in Discord
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<a href="#documentation">Docs</a> ·
|
||||
<a href="docs/commands.md">Commands</a> ·
|
||||
<a href="docs/models.md">Models</a> ·
|
||||
<a href="https://discord.gg/hnZjaDa4w">Discord</a>
|
||||
<a href="https://discord.gg/8RgVbFA6Zq">Discord</a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
<a href="https://github.com/MakazhanAlpamys/Soup/actions"><img src="https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/MakazhanAlpamys/65fdc943f85f3b2c46ecddb415c2b779/raw/soup_tests.json" alt="Tests"></a>
|
||||
<a href="https://github.com/MakazhanAlpamys/Soup/actions"><img src="https://github.com/MakazhanAlpamys/Soup/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
|
||||
<a href="https://trysoup.dev"><img src="https://img.shields.io/badge/website-trysoup.dev-blue" alt="Website"></a>
|
||||
<a href="https://discord.gg/hnZjaDa4w"><img src="https://img.shields.io/badge/Discord-join-5865F2?logo=discord&logoColor=white" alt="Discord"></a>
|
||||
<a href="https://discord.gg/8RgVbFA6Zq"><img src="https://img.shields.io/badge/Discord-join-5865F2?logo=discord&logoColor=white" alt="Discord"></a>
|
||||
</p>
|
||||
|
||||
---
|
||||
|
|
@ -385,7 +385,7 @@ Bugs and feature requests belong in the
|
|||
and help the next person with the same problem.
|
||||
|
||||
For live chat, setup help, and everything that reads better as a conversation, join the
|
||||
[Discord](https://discord.gg/hnZjaDa4w). Anything that should still be findable in six months
|
||||
[Discord](https://discord.gg/8RgVbFA6Zq). Anything that should still be findable in six months
|
||||
belongs in Issues or Discussions — a Discord answer helps one person, an issue helps everyone
|
||||
who hits the same thing. The [Code of Conduct](CODE_OF_CONDUCT.md) applies there too.
|
||||
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@ soup = "soup_cli.cli:run"
|
|||
Homepage = "https://github.com/MakazhanAlpamys/Soup"
|
||||
Repository = "https://github.com/MakazhanAlpamys/Soup"
|
||||
Issues = "https://github.com/MakazhanAlpamys/Soup/issues"
|
||||
Discord = "https://discord.gg/hnZjaDa4w"
|
||||
Discord = "https://discord.gg/8RgVbFA6Zq"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/soup_cli"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue