Skip to content

Commit 1d6d7fc

Browse files
committed
relative Discord links, fix bad 2023 workflow link, minor text and url changes
1 parent af77baf commit 1d6d7fc

12 files changed

+20
-20
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Here are the types of contributions we are looking for:
2323

2424
1. Share your creative work inspired by a coding challenge or tutorial in the showcase!
2525

26-
- You can submit your showcase with the [Passenger Showcase Form](http://thecodingtrain.com/submit)
26+
- You can submit your showcase with the [Passenger Showcase Form](https://thecodingtrain.com/submit)
2727

2828
2. Add a new track to the site! (https://github.com/CodingTrain/thecodingtrain.com/issues/279)
2929

HACKTOBERFEST.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This Hacktoberfest, here are the ways you can contribute to The Coding Train:
44

55
1. **Share your creative work on the Passenger Showcase!**
66

7-
- For your submission to count towards Hacktoberfest, you must manually create a Pull Request to the website repository. You can follow along with the [Passenger Showcase Guide](http://thecodingtrain.com/guides/passenger-showcase-guide) (scroll down below the form) to create your Pull Request.
7+
- For your submission to count towards Hacktoberfest, you must manually create a Pull Request to the website repository. You can follow along with the [Passenger Showcase Guide](https://thecodingtrain.com/guides/passenger-showcase-guide) (scroll down below the form) to create your Pull Request.
88

99
2. **Curate content for the website**
1010

@@ -21,6 +21,7 @@ This Hacktoberfest, here are the ways you can contribute to The Coding Train:
2121
- You can contribute to other [Coding Train repositories](https://github.com/CodingTrain/) as well. You will need to ask for the Pull Request to be accepted for Hacktoberfest to count it towards your progress.
2222

2323
## Guide For Newer Contributors
24+
2425
If you are new to open source contributions, here are some useful resources that can help you get started:
2526

2627
- [Git and GitHub for Poets](https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZF9C0YMKuns9sLDzK6zoiV): A Coding Train video series for Git and GitHub beginners.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Coding Train Website
22

33
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
4+
45
[![All Contributors](https://img.shields.io/badge/all_contributors-24-orange.svg?style=flat-square)](#contributors-)
6+
57
<!-- ALL-CONTRIBUTORS-BADGE:END -->
68

79
This repo holds the website for [thecodingtrain.com](https://thecodingtrain.com/). The website is built with:
810

911
- [Gatsby](https://www.gatsbyjs.com/) to perform the static site rendering
10-
- [React](https://reactjs.org/) as the general JavaScript framework
12+
- [React](https://react.dev/) as the general JavaScript framework
1113

1214
## Table of Contents
1315

content/pages/about/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"url": "https://www.youtube.com/c/TheCodingTrain/",
3737
"site": "youtube"
3838
},
39-
{ "url": "https://thecodingtrain.com/discord", "site": "discord" },
39+
{ "url": "/discord", "site": "discord" },
4040
{ "url": "https://github.com/CodingTrain", "site": "github" }
4141
]
4242
}

content/pages/faqs/cafe-car.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"question": "Cafe Car",
33
"answer": {
4-
"text": "The Cafe Car is the place to meet and chat with the Coding Train community! Your first stop is the [Discord](https://thecodingtrain.com/discord), but we’d also love for you to say hi on [Twitter](https://twitter.com/thecodingtrain) and [Instagram](https://www.instagram.com/the.coding.train)!"
4+
"text": "The Cafe Car is the place to meet and chat with the Coding Train community! Your first stop is the [Discord](/discord), but we’d also love for you to say hi on [Twitter](https://twitter.com/thecodingtrain) and [Instagram](https://www.instagram.com/the.coding.train)!"
55
}
66
}

content/pages/faqs/find-help.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"question": "Where can I find help with my code?",
33
"answer": {
4-
"text": "We have a friendly and helpful community in the [Coding Train Discord](https://thecodingtrain.com/discord), which has a number of help channels. You can also visit [The Processing Foundation's forum](https://discourse.processing.org/), a great place to ask specific questions related to Processing and p5.js.",
5-
"list": [
6-
"[The Coding Train's Discord](https://thecodingtrain.com/discord)",
7-
"[The Processing Foundation's Forum](https://discourse.processing.org/)"
8-
]
4+
"text": "We have a friendly and helpful community in the [Coding Train Discord](/discord), which has a number of help channels. You can also visit [The Processing Foundation's forum](https://discourse.processing.org/), a great place to ask specific questions related to Processing and p5.js.",
5+
"list": ["[The Coding Train's Discord](/discord)", "[The Processing Foundation's Forum](https://discourse.processing.org/)"]
96
}
107
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"question": "Where and when do you live stream? Can I get a notification?",
33
"answer": {
4-
"text": "The best way to stay up to date on my schedule is to [join the Coding Train discord](https://thecodingtrain.com/discord) and subscribe to the “notifications” role.\n Live streams occur on both [Twitch](https://www.twitch.tv/codingtrainchoochoo) and [YouTube](https://www.youtube.com/c/TheCodingTrain/featured). Each platform has various options for receiving notifications. On YouTube, for example you can [subscribe to The Coding Train](https://www.youtube.com/c/TheCodingTrain) and click the bell for all notifications. For streams scheduled in advance, they’ll be listed on the [homepage of this website](/)."
4+
"text": "The best way to stay up to date on my schedule is to [join the Coding Train discord](/discord) and subscribe to the “notifications” role.\n Live streams occur on both [Twitch](https://www.twitch.tv/codingtrainchoochoo) and [YouTube](https://www.youtube.com/c/TheCodingTrain/featured). Each platform has various options for receiving notifications. On YouTube, for example you can [subscribe to The Coding Train](https://www.youtube.com/c/TheCodingTrain) and click the bell for all notifications. For streams scheduled in advance, they’ll be listed on the [homepage of this website](/)."
55
}
66
}

content/pages/faqs/suggest-topic.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"question": "How do I suggest a topic for a Coding Challenge or Track?",
33
"answer": {
4-
"text": "You can share ideas by [opening an issue in the Coding Train Suggestion Box](https://github.com/CodingTrain/Suggestion-Box) or by [joining the Coding Train discord](https://thecodingtrain.com/discord)."
4+
"text": "You can share ideas by [opening an issue in the Coding Train Suggestion Box](https://github.com/CodingTrain/Suggestion-Box) or by [joining the Coding Train discord](/discord)."
55
}
66
}

content/pages/guides/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you are interested in learning web development, p5.js is a way to get started
3636

3737
<Video videoId="46WOuOrMwTQ" />
3838

39-
For a beginner, I recommend the [p5.js web editor](https://editor.p5js.org/), it’s probably the most used coding environment! If you are using Processing, it comes [with its own development environment](https://processing.org/download)! You can also explore a downloadable text editor like [Visual Studio Code](https://code.visualstudio.com/) for either! I cover tools beyond p5.js and Processing in [my 2023 workflow video](/tracks/2018-workflow/workflow/2023-update). There are many text editors out there – feel free to use whichever makes your coding experience comfortable!
39+
For a beginner, I recommend the [p5.js web editor](https://editor.p5js.org/), it’s probably the most used coding environment! If you are using Processing, it comes [with its own development environment](https://processing.org/download)! You can also explore a downloadable text editor like [Visual Studio Code](https://code.visualstudio.com/) for either! I cover tools beyond p5.js and Processing in [my 2023 workflow video](/tracks/2018-workflow/discord/2023-workflow). There are many text editors out there – feel free to use whichever makes your coding experience comfortable!
4040

4141
## Version Control
4242

content/pages/guides/maintain-website-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ git push --set-upstream origin branch-name
153153

154154
7. Check the links to the references and videos to make sure are not broken and add additional metadata. Add a link (s) to any archived Live Streams associated with the challenge.
155155

156-
- For accessibilty and for general clarity, ensure that all "description" properties in the index.json file as well as the contribution JSON files are filled in with at least 1 sentence.
156+
- For accessibility and for general clarity, ensure that all "description" properties in the index.json file as well as the contribution JSON files are filled in with at least 1 sentence.
157157
- Update the "languages" property in the "index.json" file. In this instance, "languages" refers to the programming language(s) used in the challenge. For example: "p5.js", "JavaScript", "Processing", or "node.js".
158158
- Update the "topics" property in the "index.json" file. If any tags were present on the YouTube page of the challenge, those would have been brought over by the web scraper and included as "topics". The tags from YouTube are pretty generic and overall too much information. Only a handful of topics are needed, so only include topics that are relevant to this specific video. If no tags were present on the YouTube page, then this may be blank - go ahead and add a couple of topics!
159159
- Use the Description on the YouTube video for additional links to add as "References" or "Videos" in the "groupLinks" property in the "index.json" file. Also, add in links to Wikipedia about whatever concept is being discussed, or links to p5.js or Processing documentation about any special functions that are used in the video, or links to whatever other resource may help to further explain a concept.
@@ -378,7 +378,7 @@ from GitHub.
378378
## Troubleshooting
379379

380380
Sometimes, things don't work like they should. If you get stuck, don't worry!
381-
Feel free to ask for help at any time, file an issue or come say hello in the [Coding Train Discord](https://thecodingtrain.com/discord).
381+
Feel free to ask for help at any time, file an issue or come say hello in the [Coding Train Discord](/discord).
382382

383383
## Adding a New Event
384384

content/pages/guides/passenger-showcase-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ There are currently two ways to submit your work:
1515

1616
<PassengerShowcaseForm />
1717

18-
If you have questions or need any help, come board the [Coding Train Discord](https://thecodingtrain.com/discord) or write to help@thecodingtrain.com. This guide is in progress, and will be updated as the showcase submission process changes.
18+
If you have questions or need any help, come board the [Coding Train Discord](/discord) or write to help@thecodingtrain.com. This guide is in progress, and will be updated as the showcase submission process changes.
1919

2020
## Finding the Video on GitHub
2121

src/components/Footer.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ const Footer = () => {
4747

4848
<nav className={cn(css.box)} aria-labelledby="cafe-car-navigation">
4949
<h3 id="cafe-car-navigation">
50-
<a href="https://thecodingtrain.com/discord">The Cafe Car!</a>
50+
<a href="/discord">The Cafe Car!</a>
5151
</h3>
5252
<div className={css.action}>
5353
<p>
5454
Join the Coding Train Discord to chat with the community and get
5555
help with your code from the Station Managers.
5656
</p>
57-
<a className={css.cta} href="https://thecodingtrain.com/discord">
57+
<a className={css.cta} href="/discord">
5858
Join Discord now
5959
</a>
6060
</div>
@@ -121,7 +121,7 @@ const Footer = () => {
121121
</a>
122122
</li>
123123
<li>
124-
<a href="https://thecodingtrain.com/discord" aria-label="Discord">
124+
<a href="/discord" aria-label="Discord">
125125
<FaDiscord size={30} />
126126
<span>Discord</span>
127127
</a>
@@ -174,7 +174,7 @@ const Footer = () => {
174174
<Link to="/showcase">Showcase</Link>
175175
</li>
176176
<li>
177-
<a href="https://thecodingtrain.com/discord">Discord</a>
177+
<a href="/discord">Discord</a>
178178
</li>
179179
<li>
180180
<a href="https://github.com/CodingTrain">GitHub</a>

0 commit comments

Comments
 (0)