use discord vanity link (#2420)
# Objective I wanted to send the Bevy discord link to someone but couldn't find a pretty link to copy paste ## Solution Use the vanity link we have for discord
This commit is contained in:
parent
69e888e630
commit
b52edc107d
@ -5,7 +5,7 @@
|
|||||||
[](https://crates.io/crates/bevy)
|
[](https://crates.io/crates/bevy)
|
||||||
[](https://github.com/bevyengine/bevy/actions)
|
[](https://github.com/bevyengine/bevy/actions)
|
||||||

|

|
||||||
[](https://discord.gg/gMUk5Ph)
|
[](https://discord.gg/bevy)
|
||||||
|
|
||||||
## What is Bevy?
|
## What is Bevy?
|
||||||
|
|
||||||
@ -41,7 +41,7 @@ Bevy is still in the _very_ early stages of development. APIs can and will chang
|
|||||||
Before contributing or participating in discussions with the community, you should familiarize yourself with our **[Code of Conduct](./CODE_OF_CONDUCT.md)** and
|
Before contributing or participating in discussions with the community, you should familiarize yourself with our **[Code of Conduct](./CODE_OF_CONDUCT.md)** and
|
||||||
**[How to Contribute](https://bevyengine.org/learn/book/contributing/code/)**
|
**[How to Contribute](https://bevyengine.org/learn/book/contributing/code/)**
|
||||||
|
|
||||||
* **[Discord](https://discord.gg/gMUk5Ph):** Bevy's official discord server.
|
* **[Discord](https://discord.gg/bevy):** Bevy's official discord server.
|
||||||
* **[Reddit](https://reddit.com/r/bevy):** Bevy's official subreddit.
|
* **[Reddit](https://reddit.com/r/bevy):** Bevy's official subreddit.
|
||||||
* **[Stack Overflow](https://stackoverflow.com/questions/tagged/bevy):** Questions tagged Bevy on Stack Overflow.
|
* **[Stack Overflow](https://stackoverflow.com/questions/tagged/bevy):** Questions tagged Bevy on Stack Overflow.
|
||||||
* **[Awesome Bevy](https://github.com/bevyengine/awesome-bevy):** A collection of awesome Bevy projects.
|
* **[Awesome Bevy](https://github.com/bevyengine/awesome-bevy):** A collection of awesome Bevy projects.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[](https://crates.io/crates/bevy_ecs)
|
[](https://crates.io/crates/bevy_ecs)
|
||||||
[](https://github.com/bevyengine/bevy/blob/HEAD/LICENSE)
|
[](https://github.com/bevyengine/bevy/blob/HEAD/LICENSE)
|
||||||
[](https://discord.gg/gMUk5Ph)
|
[](https://discord.gg/bevy)
|
||||||
|
|
||||||
## What is Bevy ECS?
|
## What is Bevy ECS?
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ You are free to use a `bevy_xxx` name for your plugin, but please be reasonable.
|
|||||||
You can promote your plugin in Bevy's [communities](https://github.com/bevyengine/bevy#community):
|
You can promote your plugin in Bevy's [communities](https://github.com/bevyengine/bevy#community):
|
||||||
|
|
||||||
* Add it to [Awesome Bevy](https://github.com/bevyengine/awesome-bevy).
|
* Add it to [Awesome Bevy](https://github.com/bevyengine/awesome-bevy).
|
||||||
* Announce it on [Discord](https://discord.gg/gMUk5Ph), in the `#showcase` channel.
|
* Announce it on [Discord](https://discord.gg/bevy), in the `#showcase` channel.
|
||||||
* Announce it on [Reddit](https://reddit.com/r/bevy).
|
* Announce it on [Reddit](https://reddit.com/r/bevy).
|
||||||
|
|
||||||
## Bevy Version Supported
|
## Bevy Version Supported
|
||||||
|
Loading…
Reference in New Issue
Block a user