Skip to content

Commit 587c986

Browse files
committed
Update announcement to promote community survey
Replaced the Discord server announcement with a new message encouraging users to take the Processing Community Survey.
1 parent 0141dd0 commit 587c986

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

i18n/react-intl/en.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
"gettingStartedP1": "Download and open the 'Processing' application. Select something from the Examples. Hit the Run button. Lather, rinse, repeat as necessary. More information on using Processing itself is can be found in the <a href='/environment'>environment</a> section of the reference. To learn the Processing language, we recommend you try a few of the built-in <a href='/examples'>examples</a>, and check out the <a href='/reference'>reference</a>. A group of diverse <a href='/books'>books</a> have been written to help people with different goals and skill levels.",
3838
"gettingStartedP2": "To learn the Processing language, we recommend you try a few of the built-in examples, and check out the <a href='/reference'>reference</a>. A group of diverse <a href='/books'>books</a> have been written to help people with different goals and skill levels. If you're stuck or want to talk about your work, head over to the forum section of the site to find open minds and helpful peers.",
3939
"gettingStartedP3": "For a more detailed overview, check the <a href='/tutorials/gettingstarted'>Getting Started</a> tutorial.",
40-
"announcement": "Join our Discord!",
41-
"announcementP1": "We're excited to announce the launch of the official Processing Discord server, a new space for our community to connect, share, and collaborate in real time.",
42-
"announcementP2": "Whether you're a beginner or an expert, join us to ask questions, get help, and meet fellow creative coders from around the world.",
43-
"announcementButton": "Join Discord",
40+
"announcement": "Take the Processing Community Survey",
41+
"announcementP1": "Were running a community survey to better understand how people use Processing, what matters most to them, and where the project should focus next.",
42+
"announcementP2": "The survey takes about 10–15 minutes, most questions are optional, and your feedback directly helps guide future development and priorities.",
43+
"announcementButton": "Take the Survey",
4444
"contribute": "Contribute",
4545
"contributeP1": "The core Processing software is augmented by libraries and tools contributed through the community. These inventive extensions are a bright future for the project. We have a list of Contributed Libraries and Contributed Tools posted online. These contributions can't be underestimated.",
4646
"contributeP2": "To contribute to Processing development, please visit Processing on GitHub to read instructions for downloading the code,",

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ const IndexPage = ({ data }) => {
177177
</div>
178178
<div className={css.participateButton}>
179179
<Button
180-
href={'https://discord.gg/h99u95nU7q'}
180+
href={'https://survey.processing.org'}
181181
variant="animate1"
182182
size="large">
183183
{intl.formatMessage({ id: 'announcementButton' })}

0 commit comments

Comments
 (0)