Skip to content

Commit 2baea7b

Browse files
authored
chore: remove unmaintained links (#4941)
1 parent 2a9c7a1 commit 2baea7b

8 files changed

Lines changed: 3 additions & 26 deletions

File tree

contributing.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ We appreciate your contribution!
3333
* 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.
3434
* 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.
3535

36-
* For quick questions or informal feedback, join the **#🛠️ build-chains** channel in the official [Ignite Discord](https://discord.com/invite/ignitecli).
37-
3836
## Opening Pull Requests (PRs)
3937

4038
Please review relevant issues and discussions before opening a PR to ensure alignment with ongoing work.

docs/docs/06-migration/v29.0.0.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,3 @@ Now start your chain.
9494
```bash
9595
ignite chain serve
9696
```
97-
98-
If you need our help and support, do not hesitate to visit our [Discord](https://discord.com/invite/ignitecli).

docs/docusaurus.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,6 @@ const config = {
195195
{
196196
title: "Social",
197197
items: [
198-
{
199-
label: "Discord",
200-
href: "https://discord.com/invite/ignitecli",
201-
},
202198
{
203199
label: "Twitter",
204200
href: "https://x.com/ignite",

docs/src/pages/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ export default function Home() {
4747
description="Explore recommended IGNITE® Apps"
4848
to="https://ignite.com/marketplace"
4949
/>
50-
<HomeCard
51-
title="Community"
52-
description="Join the IGNITE® community and connect with others"
53-
to="https://discord.com/invite/ignitecli"
54-
/>
5550
</div>
5651
</main>
5752
</Layout>

docs/versioned_docs/version-v0.25/06-bounty.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,4 @@ description: Ignite CLI bounty program incentives and rewards.
77

88
Our Ignite CLI bounty program provides incentives for your participation and pays rewards. If you know Golang, follow the bounty issues, write code, close issues, and get rewarded.
99

10-
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).
11-
12-
For details on the Ignite CLI bounty program, join the #bounty channel in [Ignite Discord](https://discord.com/invite/ignitecli).
13-
14-
New bounties are posted and claimed in Discord on the #bounty announcement channel.
10+
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).

docs/versioned_docs/version-v29/06-migration/v29.0.0.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,3 @@ Now start your chain.
9494
```bash
9595
ignite chain serve
9696
```
97-
98-
If you need our help and support, do not hesitate to visit our [Discord](https://discord.com/invite/ignitecli).

ignite/templates/app/files/readme.md.plush

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,3 @@ curl https://get.ignite.com/<%= GitHubPath %>@latest! | sudo bash
4747
- [Tutorials](https://docs.ignite.com/guide)
4848
- [Ignite CLI docs](https://docs.ignite.com)
4949
- [Cosmos SDK docs](https://docs.cosmos.network)
50-
- [Developer Chat](https://discord.com/invite/ignitecli)

readme.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<a href="https://github.com/ignite/cli/actions/workflows/test-lint.yml">
2525
<img alt="Lint Status" src="https://github.com/ignite/cli/workflows/Lint/badge.svg" />
2626
<a href="https://x.com/ignite" target="_blank"><img alt="Twitter" src="https://img.shields.io/twitter/follow/ignite" />
27-
<a href="https://discord.com/invite/ignitecli" target="_blank"><img alt="Discord" src="https://img.shields.io/discord/893126937067802685"></a>
2827
</div>
2928

3029
![Ignite CLI](./assets/ignite-cli.png)
@@ -177,9 +176,8 @@ blockchain, see [ignite/web](https://github.com/ignite/web).
177176

178177
## Questions
179178

180-
For questions and support, join the official [Ignite
181-
Discord](https://discord.gg/ignite) server. The issue list in this repo is
182-
exclusively for bug reports and feature requests.
179+
For questions and support, ask easily on [GitHub Discussions](https://github.com/ignite/cli/discussions).
180+
The issue list in this repo is exclusively for bug reports and feature requests.
183181

184182
## Cosmos SDK compatibility
185183

@@ -270,7 +268,6 @@ Ignite CLI is a free and open source product maintained by
270268
- [ignite.com website](https://ignite.com)
271269
- [@ignite on Twitter](https://x.com/ignite)
272270
- [ignite.com/blog](https://ignite.com/blog)
273-
- [Ignite Discord](https://discord.com/invite/ignitecli)
274271
- [Ignite YouTube](https://www.youtube.com/@ignitehq)
275272
- [Ignite docs](https://docs.ignite.com)
276273
- [Ignite jobs](https://ignite.com/careers)

0 commit comments

Comments
 (0)