Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ We appreciate your contribution!
* Before opening an issue, search for [existing open and closed issues](https://github.com/ignite/cli/issues) to check if your question has already been addressed. If a relevant issue exists, consider commenting on it instead of opening a duplicate issue.
* For feedback, questions, or suggestions, open a [Discussion topic](https://github.com/ignite/cli/discussions/new) to share your thoughts. Providing detailed information, such as use cases and links, will make the discussion more productive and actionable.

* For quick questions or informal feedback, join the **#🛠️ build-chains** channel in the official [Ignite Discord](https://discord.gg/ignite).
* For quick questions or informal feedback, join the **#🛠️ build-chains** channel in the official [Ignite Discord](https://discord.com/invite/ignitecli).

## Opening Pull Requests (PRs)

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/06-migration/v29.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ Now start your chain.
ignite chain serve
```

If you need our help and support, do not hesitate to visit our [Discord](https://discord.com/invite/ignite).
If you need our help and support, do not hesitate to visit our [Discord](https://discord.com/invite/ignitecli).
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const config = {
items: [
{
label: "Discord",
href: "https://discord.com/invite/ignite",
href: "https://discord.com/invite/ignitecli",
},
{
label: "Twitter",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function Home() {
<HomeCard
title="Community"
description="Join the Ignite community and connect with others"
to="https://discord.com/invite/ignite"
to="https://discord.com/invite/ignitecli"
/>
</div>
</main>
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-v0.25/06-bounty.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ Our Ignite CLI bounty program provides incentives for your participation and pay

Do your bounty hunting in our repo. Track new, in-progress, and completed bounties in the [GitHub Issues](https://github.com/ignite/cli/issues?q=is%3Aissue+is%3Aopen+label%3Abounty).

For details on the Ignite CLI bounty program, join the #bounty channel in [Ignite Discord](https://discord.com/invite/ignite).
For details on the Ignite CLI bounty program, join the #bounty channel in [Ignite Discord](https://discord.com/invite/ignitecli).

New bounties are posted and claimed in Discord on the #bounty announcement channel.
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-v29/06-migration/v29.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ Now start your chain.
ignite chain serve
```

If you need our help and support, do not hesitate to visit our [Discord](https://discord.com/invite/ignite).
If you need our help and support, do not hesitate to visit our [Discord](https://discord.com/invite/ignitecli).
2 changes: 1 addition & 1 deletion ignite/templates/app/files/readme.md.plush
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ curl https://get.ignite.com/<%= GitHubPath %>@latest! | sudo bash
- [Tutorials](https://docs.ignite.com/guide)
- [Ignite CLI docs](https://docs.ignite.com)
- [Cosmos SDK docs](https://docs.cosmos.network)
- [Developer Chat](https://discord.gg/ignite)
- [Developer Chat](https://discord.com/invite/ignitecli)
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<a href="https://github.com/ignite/cli/actions/workflows/test-lint.yml">
<img alt="Lint Status" src="https://github.com/ignite/cli/workflows/Lint/badge.svg" />
<a href="https://x.com/ignite" target="_blank"><img alt="Twitter" src="https://img.shields.io/twitter/follow/ignite" />
<a href="https://discord.com/invite/ignite" target="_blank"><img alt="Discord" src="https://img.shields.io/discord/893126937067802685"></a>
<a href="https://discord.com/invite/ignitecli" target="_blank"><img alt="Discord" src="https://img.shields.io/discord/893126937067802685"></a>
</div>

![Ignite CLI](./assets/ignite-cli.png)
Expand Down Expand Up @@ -276,7 +276,7 @@ Ignite CLI is a free and open source product maintained by
- [ignite.com website](https://ignite.com)
- [@ignite on Twitter](https://x.com/ignite)
- [ignite.com/blog](https://ignite.com/blog)
- [Ignite Discord](https://discord.com/invite/ignite)
- [Ignite Discord](https://discord.com/invite/ignitecli)
- [Ignite YouTube](https://www.youtube.com/@ignitehq)
- [Ignite docs](https://docs.ignite.com)
- [Ignite jobs](https://ignite.com/careers)
Loading