Skip to content

Commit 0ba34ac

Browse files
authored
Replace Spectrum references with community.apollographql.com (#8238)
Reason: https://community.apollographql.com/t/coming-from-spectrum-welcome/44
1 parent 19a58e1 commit 0ba34ac

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
name: 🤗 Question / Discussion
3-
about: Questions / discussions are best posted in Apollo's Spectrum community or StackOverflow.
3+
about: Questions / discussions are best posted in our community forums or StackOverflow.
44
---
55

66
Need help or want to talk all things Apollo Client? Issues here are reserved for bugs, but one of the following resources should help:
77

8-
* Apollo Spectrum community: https://spectrum.chat/apollo
8+
* Apollo GraphQL community forums: https://community.apollographql.com
99
* StackOverflow (`apollo-client` tag): https://stackoverflow.com/questions/tagged/apollo-client
1010
* Apollo Feature Request repo: https://github.com/apollographql/apollo-feature-requests

COLLABORATORS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Thanks for helping make Apollo OSS better! Here are a few quick repo maintenance
88

99
## Issues
1010

11-
- Issues are for bugs only. All other requests should be redirected accordingly, then closed. Feature requests have their own [repo](https://github.com/apollographql/apollo-feature-requests), and requests for help should go to [Spectrum](https://spectrum.chat/apollo) or [Stack Overflow](http://stackoverflow.com).
11+
- Issues are for bugs only. All other requests should be redirected accordingly, then closed. Feature requests have their own [repo](https://github.com/apollographql/apollo-feature-requests), and requests for help should go to [our community forums](https://community.apollographql.com) or [Stack Overflow](http://stackoverflow.com).
1212
- If a bug report is valid, add the `confirmed` label, and optionally decide if community help should be requested using the `help-wanted` label. If you’re planning on working on it, assign the issue to yourself.
1313
- If an issue isn’t easily reproducible, ask for a reproduction and add a `reproduction-needed` label.
1414
- If a reproduction has been asked for but hasn’t been received in 1 week, close the issue.

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Excited about Apollo and want to make it better? We’re excited too!
44

55
Apollo is a community of developers just like you, striving to create the best tools and libraries around GraphQL. We welcome anyone who wants to contribute or provide constructive feedback, no matter the age or level of experience. If you want to help but don't know where to start, let us know, and we'll find something for you.
66

7-
Oh, and if you haven't already, join the [Apollo Spectrum community](https://spectrum.chat/apollo).
7+
Oh, and if you haven't already, join our [community forums](https://community.apollographql.com).
88

99
Here are some ways to contribute to the project, from easiest to most difficult:
1010

@@ -35,7 +35,7 @@ Improving the documentation, examples, and other open source content can be the
3535

3636
### Responding to issues
3737

38-
In addition to reporting issues, a great way to contribute to Apollo is to respond to other peoples' issues and try to identify the problem or help them work around it. If you’re interested in taking a more active role in this process, please go ahead and respond to issues. And don't forget to say "Hi" in Apollo Spectrum!
38+
In addition to reporting issues, a great way to contribute to Apollo is to respond to other peoples' issues and try to identify the problem or help them work around it. If you’re interested in taking a more active role in this process, please go ahead and respond to issues. And don't forget to say "Hi" in our [community forums](https://community.apollographql.com)!
3939

4040
### Small bug fixes
4141

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![npm version](https://badge.fury.io/js/%40apollo%2Fclient.svg)](https://badge.fury.io/js/%40apollo%2Fclient)
66
[![Build Status](https://circleci.com/gh/apollographql/apollo-client.svg?style=svg)](https://circleci.com/gh/apollographql/apollo-client)
7-
[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/apollo)
7+
[![Join the community](https://img.shields.io/discourse/status?label=Join%20the%20community&server=https%3A%2F%2Fcommunity.apollographql.com)](https://community.apollographql.com)
88

99
Apollo Client is a fully-featured caching GraphQL client with integrations for React, Angular, and more. It allows you to easily build UI components that fetch data via GraphQL.
1010

docs/source/api/link/apollo-link-rest.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -704,4 +704,4 @@ To get you started, here are some example apps:
704704

705705
## Contributing
706706

707-
Please join us on github [apollographql/apollo-link-rest](https://github.com/apollographql/apollo-link-rest/) and in [Spectrum](https://spectrum.chat/apollo).
707+
Please join us on github [apollographql/apollo-link-rest](https://github.com/apollographql/apollo-link-rest/) and in the [Apollo GraphQL community forums](https://community.apollographql.com).

docs/source/why-apollo.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ This flexibility makes it simple to create your dream client by building extensi
132132
- [`apollo-storybook-decorator`](https://github.com/abhiaiyer91/apollo-storybook-decorator): Wrap your React Storybook stories with Apollo Client ([@abhiaiyer91](https://github.com/abhiaiyer91))
133133
- [AppSync by AWS](https://blog.apollographql.com/aws-appsync-powered-by-apollo-df61eb706183): Amazon's real-time GraphQL client uses Apollo Client under the hood
134134

135-
When you choose Apollo to manage your data, you also gain the support of our amazing community. There are thousands of developers in our [Apollo Spectrum community](https://spectrum.chat/apollo) for you to share ideas with. You can also read articles on best practices and our announcements on the [Apollo blog](https://blog.apollographql.com/), updated frequently.
135+
When you choose Apollo to manage your data, you also gain the support of our amazing community. There are thousands of developers in our [community forums](https://community.apollographql.com) for you to share ideas with. You can also read articles on best practices and our announcements on the [Apollo blog](https://blog.apollographql.com/), updated frequently.
136136

137137
## Case studies
138138

@@ -144,4 +144,4 @@ Companies ranging from enterprises to startups trust Apollo Client to power thei
144144
- [Expo](https://blog.apollographql.com/using-graphql-apollo-at-expo-4c1f21f0f115): Developing their React Native app with Apollo allowed the Expo engineers to focus on improving their product instead of writing data fetching logic
145145
- [KLM](https://youtu.be/T2njjXHdKqw): Learn how the KLM team scaled their Angular app with GraphQL and Apollo
146146

147-
If your company is using Apollo Client in production, we'd love to feature a case study on our blog! Please get in touch via [Spectrum](https://spectrum.chat/apollo) so we can learn more about how you're using Apollo. Alternatively, if you already have a blog post or a conference talk that you'd like to feature here, please send in a PR.
147+
If your company is using Apollo Client in production, we'd love to feature a case study on our blog! Please get in touch via [our community forums](https://community.apollographql.com) so we can learn more about how you're using Apollo. Alternatively, if you already have a blog post or a conference talk that you'd like to feature here, please send in a PR.

0 commit comments

Comments
 (0)