From 4c9cdfdd5281616e1d32216bf3482effea9be28a Mon Sep 17 00:00:00 2001 From: Josh GM Walker <56300765+Josh-Walker-GM@users.noreply.github.com> Date: Mon, 27 Jan 2025 16:38:23 +0000 Subject: [PATCH] replace links --- docs/docs/contributing-overview.md | 2 +- docs/docs/how-to/sending-emails.md | 2 +- docs/docs/tutorial/chapter1/prerequisites.md | 2 +- docs/versioned_docs/version-1.x/contributing-overview.md | 2 +- docs/versioned_docs/version-1.x/how-to/sending-emails.md | 2 +- .../version-1.x/tutorial/chapter1/prerequisites.md | 2 +- docs/versioned_docs/version-2.x/contributing-overview.md | 2 +- docs/versioned_docs/version-2.x/how-to/sending-emails.md | 2 +- .../version-2.x/tutorial/chapter1/prerequisites.md | 2 +- docs/versioned_docs/version-3.x/contributing-overview.md | 2 +- docs/versioned_docs/version-3.x/how-to/sending-emails.md | 2 +- .../version-3.x/tutorial/chapter1/prerequisites.md | 2 +- docs/versioned_docs/version-4.x/contributing-overview.md | 2 +- docs/versioned_docs/version-4.x/how-to/sending-emails.md | 2 +- .../version-4.x/tutorial/chapter1/prerequisites.md | 2 +- docs/versioned_docs/version-5.x/contributing-overview.md | 2 +- docs/versioned_docs/version-5.x/how-to/sending-emails.md | 2 +- .../version-5.x/tutorial/chapter1/prerequisites.md | 2 +- docs/versioned_docs/version-6.x/contributing-overview.md | 2 +- docs/versioned_docs/version-6.x/how-to/sending-emails.md | 2 +- .../version-6.x/tutorial/chapter1/prerequisites.md | 2 +- docs/versioned_docs/version-7.x/contributing-overview.md | 2 +- docs/versioned_docs/version-7.x/how-to/sending-emails.md | 2 +- .../version-7.x/tutorial/chapter1/prerequisites.md | 2 +- docs/versioned_docs/version-8.0/contributing-overview.md | 2 +- docs/versioned_docs/version-8.0/how-to/sending-emails.md | 2 +- .../version-8.0/tutorial/chapter1/prerequisites.md | 2 +- docs/versioned_docs/version-8.1/contributing-overview.md | 2 +- docs/versioned_docs/version-8.1/how-to/sending-emails.md | 2 +- .../version-8.1/tutorial/chapter1/prerequisites.md | 2 +- docs/versioned_docs/version-8.2/contributing-overview.md | 2 +- docs/versioned_docs/version-8.2/how-to/sending-emails.md | 2 +- .../version-8.2/tutorial/chapter1/prerequisites.md | 2 +- docs/versioned_docs/version-8.3/contributing-overview.md | 2 +- docs/versioned_docs/version-8.3/how-to/sending-emails.md | 2 +- .../version-8.3/tutorial/chapter1/prerequisites.md | 2 +- docs/versioned_docs/version-8.4/contributing-overview.md | 2 +- docs/versioned_docs/version-8.4/how-to/sending-emails.md | 2 +- .../version-8.4/tutorial/chapter1/prerequisites.md | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) diff --git a/docs/docs/contributing-overview.md b/docs/docs/contributing-overview.md index 873757c25733..833cc6037278 100644 --- a/docs/docs/contributing-overview.md +++ b/docs/docs/contributing-overview.md @@ -10,7 +10,7 @@ Love Redwood and want to get involved? You’re in the right place and in good c There are several ways you can contribute to Redwood: -- join the [community Forums](https://community.redwoodjs.com/) and [Discord server](https://discord.gg/jjSYEQd) — encourage and help others 🙌 +- join the [community Forums](https://community.redwoodjs.com/) and [Discord server](https://discord.com/invite/redwoodjs) — encourage and help others 🙌 - [triage issues on the repo](https://github.com/redwoodjs/redwood/issues) and [review PRs](https://github.com/redwoodjs/redwood/pulls) 🩺 - write and edit [docs](#contributing-docs) ✍️ - and of course, write code! 👩‍💻 diff --git a/docs/docs/how-to/sending-emails.md b/docs/docs/how-to/sending-emails.md index 7a9a03391928..4f6950fa5c5c 100644 --- a/docs/docs/how-to/sending-emails.md +++ b/docs/docs/how-to/sending-emails.md @@ -386,4 +386,4 @@ That's it! We just import the audits service and call the exported `createAudit` To view the audit logs you can use the scaffolded pages we created earlier. Just navigate to http://localhost:8910/audits and you should see them there. -Thanks for reading this! If you liked it, or have any questions, don't hesitate to reach out on [our forums](https://community.redwoodjs.com) or in our [Discord chat](https://discord.gg/jjSYEQd). +Thanks for reading this! If you liked it, or have any questions, don't hesitate to reach out on [our forums](https://community.redwoodjs.com) or in our [Discord chat](https://discord.com/invite/redwoodjs). diff --git a/docs/docs/tutorial/chapter1/prerequisites.md b/docs/docs/tutorial/chapter1/prerequisites.md index 2fe986a41784..2214dadc9b8b 100644 --- a/docs/docs/tutorial/chapter1/prerequisites.md +++ b/docs/docs/tutorial/chapter1/prerequisites.md @@ -13,7 +13,7 @@ Redwood is composed of several popular libraries to make full-stack web developm **Don't panic!** You can work through this tutorial without knowing much of anything about these technologies. You may find yourself getting lost in terminology that we don't stop and take the time to explain, but that's okay: just know that the nitty-gritty details of how those technologies work is out there and there will be plenty of time to learn them. As you learn more about them you'll start to see the lines between what Redwood provides on top of the stock implementations of these projects. -You could definitely learn them all at once, but it will be harder to determine where one ends and another begins, which makes it more difficult to find help once you're past the tutorial and want to dive deeper into one technology or another. Our advice? Make it through the tutorial and then start building something on your own! When you find that what you learned in the tutorial doesn't exactly apply to a feature you're trying to build, Google for where you're stuck ("prisma select only some fields") and you'll be an expert in no time. And don't forget our [Discourse](https://community.redwoodjs.com/) and [Discord](https://discord.gg/jjSYEQd) where you can get help from the creators of the framework, as well as tons of helpful community members. +You could definitely learn them all at once, but it will be harder to determine where one ends and another begins, which makes it more difficult to find help once you're past the tutorial and want to dive deeper into one technology or another. Our advice? Make it through the tutorial and then start building something on your own! When you find that what you learned in the tutorial doesn't exactly apply to a feature you're trying to build, Google for where you're stuck ("prisma select only some fields") and you'll be an expert in no time. And don't forget our [Discourse](https://community.redwoodjs.com/) and [Discord](https://discord.com/invite/redwoodjs) where you can get help from the creators of the framework, as well as tons of helpful community members. ### Redwood Versions diff --git a/docs/versioned_docs/version-1.x/contributing-overview.md b/docs/versioned_docs/version-1.x/contributing-overview.md index d8b79e00c341..fa6b1aacb7b5 100644 --- a/docs/versioned_docs/version-1.x/contributing-overview.md +++ b/docs/versioned_docs/version-1.x/contributing-overview.md @@ -10,7 +10,7 @@ Love Redwood and want to get involved? You’re in the right place and in good c There are several ways you can contribute to Redwood: -- join the [community Forums](https://community.redwoodjs.com/) and [Discord server](https://discord.gg/jjSYEQd) — encourage and help others 🙌 +- join the [community Forums](https://community.redwoodjs.com/) and [Discord server](https://discord.com/invite/redwoodjs) — encourage and help others 🙌 - [triage issues on the repo](https://github.com/redwoodjs/redwood/issues) and [review PRs](https://github.com/redwoodjs/redwood/pulls) 🩺 - write and edit [docs](#contributing-docs) ✍️ - and of course, write code! 👩‍💻 diff --git a/docs/versioned_docs/version-1.x/how-to/sending-emails.md b/docs/versioned_docs/version-1.x/how-to/sending-emails.md index 0ff4c60b2f3b..4896383bb222 100644 --- a/docs/versioned_docs/version-1.x/how-to/sending-emails.md +++ b/docs/versioned_docs/version-1.x/how-to/sending-emails.md @@ -382,4 +382,4 @@ That's it! We just import the audits service and call the exported `createAudit` To view the audit logs you can use the scaffolded pages we created earlier. Just navigate to http://localhost:8910/audits and you should see them there. -Thanks for reading this! If you liked it, or have any questions, don't hesitate to reach out on [our forums](https://community.redwoodjs.com) or in our [Discord chat](https://discord.gg/jjSYEQd). +Thanks for reading this! If you liked it, or have any questions, don't hesitate to reach out on [our forums](https://community.redwoodjs.com) or in our [Discord chat](https://discord.com/invite/redwoodjs). diff --git a/docs/versioned_docs/version-1.x/tutorial/chapter1/prerequisites.md b/docs/versioned_docs/version-1.x/tutorial/chapter1/prerequisites.md index e2b374ce1c91..cf85804f102f 100644 --- a/docs/versioned_docs/version-1.x/tutorial/chapter1/prerequisites.md +++ b/docs/versioned_docs/version-1.x/tutorial/chapter1/prerequisites.md @@ -13,7 +13,7 @@ Redwood is composed of several popular libraries to make full-stack web developm **Don't panic!** You can work through this tutorial without knowing much of anything about these technologies. You may find yourself getting lost in terminology that we don't stop and take the time to explain, but that's okay: just know that the nitty-gritty details of how those technologies work is out there and there will be plenty of time to learn them. As you learn more about them you'll start to see the lines between what Redwood provides on top of the stock implementations of these projects. -You could definitely learn them all at once, but it will be harder to determine where one ends and another begins, which makes it more difficult to find help once you're past the tutorial and want to dive deeper into one technology or another. Our advice? Make it through the tutorial and then start building something on your own! When you find that what you learned in the tutorial doesn't exactly apply to a feature you're trying to build, Google for where you're stuck ("prisma select only some fields") and you'll be an expert in no time. And don't forget our [Discourse](https://community.redwoodjs.com/) and [Discord](https://discord.gg/jjSYEQd) where you can get help from the creators of the framework, as well as tons of helpful community members. +You could definitely learn them all at once, but it will be harder to determine where one ends and another begins, which makes it more difficult to find help once you're past the tutorial and want to dive deeper into one technology or another. Our advice? Make it through the tutorial and then start building something on your own! When you find that what you learned in the tutorial doesn't exactly apply to a feature you're trying to build, Google for where you're stuck ("prisma select only some fields") and you'll be an expert in no time. And don't forget our [Discourse](https://community.redwoodjs.com/) and [Discord](https://discord.com/invite/redwoodjs) where you can get help from the creators of the framework, as well as tons of helpful community members. ### Redwood Versions diff --git a/docs/versioned_docs/version-2.x/contributing-overview.md b/docs/versioned_docs/version-2.x/contributing-overview.md index 623d70ae02a3..836b18566035 100644 --- a/docs/versioned_docs/version-2.x/contributing-overview.md +++ b/docs/versioned_docs/version-2.x/contributing-overview.md @@ -10,7 +10,7 @@ Love Redwood and want to get involved? You’re in the right place and in good c There are several ways you can contribute to Redwood: -- join the [community Forums](https://community.redwoodjs.com/) and [Discord server](https://discord.gg/jjSYEQd) — encourage and help others 🙌 +- join the [community Forums](https://community.redwoodjs.com/) and [Discord server](https://discord.com/invite/redwoodjs) — encourage and help others 🙌 - [triage issues on the repo](https://github.com/redwoodjs/redwood/issues) and [review PRs](https://github.com/redwoodjs/redwood/pulls) 🩺 - write and edit [docs](#contributing-docs) ✍️ - and of course, write code! 👩‍💻 diff --git a/docs/versioned_docs/version-2.x/how-to/sending-emails.md b/docs/versioned_docs/version-2.x/how-to/sending-emails.md index d6186f46fb1a..aef8761c37f5 100644 --- a/docs/versioned_docs/version-2.x/how-to/sending-emails.md +++ b/docs/versioned_docs/version-2.x/how-to/sending-emails.md @@ -382,4 +382,4 @@ That's it! We just import the audits service and call the exported `createAudit` To view the audit logs you can use the scaffolded pages we created earlier. Just navigate to http://localhost:8910/audits and you should see them there. -Thanks for reading this! If you liked it, or have any questions, don't hesitate to reach out on [our forums](https://community.redwoodjs.com) or in our [Discord chat](https://discord.gg/jjSYEQd). +Thanks for reading this! If you liked it, or have any questions, don't hesitate to reach out on [our forums](https://community.redwoodjs.com) or in our [Discord chat](https://discord.com/invite/redwoodjs). diff --git a/docs/versioned_docs/version-2.x/tutorial/chapter1/prerequisites.md b/docs/versioned_docs/version-2.x/tutorial/chapter1/prerequisites.md index 63fcd20263e5..3751856c3ba0 100644 --- a/docs/versioned_docs/version-2.x/tutorial/chapter1/prerequisites.md +++ b/docs/versioned_docs/version-2.x/tutorial/chapter1/prerequisites.md @@ -13,7 +13,7 @@ Redwood is composed of several popular libraries to make full-stack web developm **Don't panic!** You can work through this tutorial without knowing much of anything about these technologies. You may find yourself getting lost in terminology that we don't stop and take the time to explain, but that's okay: just know that the nitty-gritty details of how those technologies work is out there and there will be plenty of time to learn them. As you learn more about them you'll start to see the lines between what Redwood provides on top of the stock implementations of these projects. -You could definitely learn them all at once, but it will be harder to determine where one ends and another begins, which makes it more difficult to find help once you're past the tutorial and want to dive deeper into one technology or another. Our advice? Make it through the tutorial and then start building something on your own! When you find that what you learned in the tutorial doesn't exactly apply to a feature you're trying to build, Google for where you're stuck ("prisma select only some fields") and you'll be an expert in no time. And don't forget our [Discourse](https://community.redwoodjs.com/) and [Discord](https://discord.gg/jjSYEQd) where you can get help from the creators of the framework, as well as tons of helpful community members. +You could definitely learn them all at once, but it will be harder to determine where one ends and another begins, which makes it more difficult to find help once you're past the tutorial and want to dive deeper into one technology or another. Our advice? Make it through the tutorial and then start building something on your own! When you find that what you learned in the tutorial doesn't exactly apply to a feature you're trying to build, Google for where you're stuck ("prisma select only some fields") and you'll be an expert in no time. And don't forget our [Discourse](https://community.redwoodjs.com/) and [Discord](https://discord.com/invite/redwoodjs) where you can get help from the creators of the framework, as well as tons of helpful community members. ### Redwood Versions diff --git a/docs/versioned_docs/version-3.x/contributing-overview.md b/docs/versioned_docs/version-3.x/contributing-overview.md index 623d70ae02a3..836b18566035 100644 --- a/docs/versioned_docs/version-3.x/contributing-overview.md +++ b/docs/versioned_docs/version-3.x/contributing-overview.md @@ -10,7 +10,7 @@ Love Redwood and want to get involved? You’re in the right place and in good c There are several ways you can contribute to Redwood: -- join the [community Forums](https://community.redwoodjs.com/) and [Discord server](https://discord.gg/jjSYEQd) — encourage and help others 🙌 +- join the [community Forums](https://community.redwoodjs.com/) and [Discord server](https://discord.com/invite/redwoodjs) — encourage and help others 🙌 - [triage issues on the repo](https://github.com/redwoodjs/redwood/issues) and [review PRs](https://github.com/redwoodjs/redwood/pulls) 🩺 - write and edit [docs](#contributing-docs) ✍️ - and of course, write code! 👩‍💻 diff --git a/docs/versioned_docs/version-3.x/how-to/sending-emails.md b/docs/versioned_docs/version-3.x/how-to/sending-emails.md index a2913ffe1e23..7ee26de3af85 100644 --- a/docs/versioned_docs/version-3.x/how-to/sending-emails.md +++ b/docs/versioned_docs/version-3.x/how-to/sending-emails.md @@ -386,4 +386,4 @@ That's it! We just import the audits service and call the exported `createAudit` To view the audit logs you can use the scaffolded pages we created earlier. Just navigate to http://localhost:8910/audits and you should see them there. -Thanks for reading this! If you liked it, or have any questions, don't hesitate to reach out on [our forums](https://community.redwoodjs.com) or in our [Discord chat](https://discord.gg/jjSYEQd). +Thanks for reading this! If you liked it, or have any questions, don't hesitate to reach out on [our forums](https://community.redwoodjs.com) or in our [Discord chat](https://discord.com/invite/redwoodjs). diff --git a/docs/versioned_docs/version-3.x/tutorial/chapter1/prerequisites.md b/docs/versioned_docs/version-3.x/tutorial/chapter1/prerequisites.md index 63fcd20263e5..3751856c3ba0 100644 --- a/docs/versioned_docs/version-3.x/tutorial/chapter1/prerequisites.md +++ b/docs/versioned_docs/version-3.x/tutorial/chapter1/prerequisites.md @@ -13,7 +13,7 @@ Redwood is composed of several popular libraries to make full-stack web developm **Don't panic!** You can work through this tutorial without knowing much of anything about these technologies. You may find yourself getting lost in terminology that we don't stop and take the time to explain, but that's okay: just know that the nitty-gritty details of how those technologies work is out there and there will be plenty of time to learn them. As you learn more about them you'll start to see the lines between what Redwood provides on top of the stock implementations of these projects. -You could definitely learn them all at once, but it will be harder to determine where one ends and another begins, which makes it more difficult to find help once you're past the tutorial and want to dive deeper into one technology or another. Our advice? Make it through the tutorial and then start building something on your own! When you find that what you learned in the tutorial doesn't exactly apply to a feature you're trying to build, Google for where you're stuck ("prisma select only some fields") and you'll be an expert in no time. And don't forget our [Discourse](https://community.redwoodjs.com/) and [Discord](https://discord.gg/jjSYEQd) where you can get help from the creators of the framework, as well as tons of helpful community members. +You could definitely learn them all at once, but it will be harder to determine where one ends and another begins, which makes it more difficult to find help once you're past the tutorial and want to dive deeper into one technology or another. Our advice? Make it through the tutorial and then start building something on your own! When you find that what you learned in the tutorial doesn't exactly apply to a feature you're trying to build, Google for where you're stuck ("prisma select only some fields") and you'll be an expert in no time. And don't forget our [Discourse](https://community.redwoodjs.com/) and [Discord](https://discord.com/invite/redwoodjs) where you can get help from the creators of the framework, as well as tons of helpful community members. ### Redwood Versions diff --git a/docs/versioned_docs/version-4.x/contributing-overview.md b/docs/versioned_docs/version-4.x/contributing-overview.md index 623d70ae02a3..836b18566035 100644 --- a/docs/versioned_docs/version-4.x/contributing-overview.md +++ b/docs/versioned_docs/version-4.x/contributing-overview.md @@ -10,7 +10,7 @@ Love Redwood and want to get involved? You’re in the right place and in good c There are several ways you can contribute to Redwood: -- join the [community Forums](https://community.redwoodjs.com/) and [Discord server](https://discord.gg/jjSYEQd) — encourage and help others 🙌 +- join the [community Forums](https://community.redwoodjs.com/) and [Discord server](https://discord.com/invite/redwoodjs) — encourage and help others 🙌 - [triage issues on the repo](https://github.com/redwoodjs/redwood/issues) and [review PRs](https://github.com/redwoodjs/redwood/pulls) 🩺 - write and edit [docs](#contributing-docs) ✍️ - and of course, write code! 👩‍💻 diff --git a/docs/versioned_docs/version-4.x/how-to/sending-emails.md b/docs/versioned_docs/version-4.x/how-to/sending-emails.md index bcb62dda77d8..36981e7b9e2c 100644 --- a/docs/versioned_docs/version-4.x/how-to/sending-emails.md +++ b/docs/versioned_docs/version-4.x/how-to/sending-emails.md @@ -386,4 +386,4 @@ That's it! We just import the audits service and call the exported `createAudit` To view the audit logs you can use the scaffolded pages we created earlier. Just navigate to http://localhost:8910/audits and you should see them there. -Thanks for reading this! If you liked it, or have any questions, don't hesitate to reach out on [our forums](https://community.redwoodjs.com) or in our [Discord chat](https://discord.gg/jjSYEQd). +Thanks for reading this! If you liked it, or have any questions, don't hesitate to reach out on [our forums](https://community.redwoodjs.com) or in our [Discord chat](https://discord.com/invite/redwoodjs). diff --git a/docs/versioned_docs/version-4.x/tutorial/chapter1/prerequisites.md b/docs/versioned_docs/version-4.x/tutorial/chapter1/prerequisites.md index 691375959fbc..9631a8fe6fb9 100644 --- a/docs/versioned_docs/version-4.x/tutorial/chapter1/prerequisites.md +++ b/docs/versioned_docs/version-4.x/tutorial/chapter1/prerequisites.md @@ -13,7 +13,7 @@ Redwood is composed of several popular libraries to make full-stack web developm **Don't panic!** You can work through this tutorial without knowing much of anything about these technologies. You may find yourself getting lost in terminology that we don't stop and take the time to explain, but that's okay: just know that the nitty-gritty details of how those technologies work is out there and there will be plenty of time to learn them. As you learn more about them you'll start to see the lines between what Redwood provides on top of the stock implementations of these projects. -You could definitely learn them all at once, but it will be harder to determine where one ends and another begins, which makes it more difficult to find help once you're past the tutorial and want to dive deeper into one technology or another. Our advice? Make it through the tutorial and then start building something on your own! When you find that what you learned in the tutorial doesn't exactly apply to a feature you're trying to build, Google for where you're stuck ("prisma select only some fields") and you'll be an expert in no time. And don't forget our [Discourse](https://community.redwoodjs.com/) and [Discord](https://discord.gg/jjSYEQd) where you can get help from the creators of the framework, as well as tons of helpful community members. +You could definitely learn them all at once, but it will be harder to determine where one ends and another begins, which makes it more difficult to find help once you're past the tutorial and want to dive deeper into one technology or another. Our advice? Make it through the tutorial and then start building something on your own! When you find that what you learned in the tutorial doesn't exactly apply to a feature you're trying to build, Google for where you're stuck ("prisma select only some fields") and you'll be an expert in no time. And don't forget our [Discourse](https://community.redwoodjs.com/) and [Discord](https://discord.com/invite/redwoodjs) where you can get help from the creators of the framework, as well as tons of helpful community members. ### Redwood Versions diff --git a/docs/versioned_docs/version-5.x/contributing-overview.md b/docs/versioned_docs/version-5.x/contributing-overview.md index 623d70ae02a3..836b18566035 100644 --- a/docs/versioned_docs/version-5.x/contributing-overview.md +++ b/docs/versioned_docs/version-5.x/contributing-overview.md @@ -10,7 +10,7 @@ Love Redwood and want to get involved? You’re in the right place and in good c There are several ways you can contribute to Redwood: -- join the [community Forums](https://community.redwoodjs.com/) and [Discord server](https://discord.gg/jjSYEQd) — encourage and help others 🙌 +- join the [community Forums](https://community.redwoodjs.com/) and [Discord server](https://discord.com/invite/redwoodjs) — encourage and help others 🙌 - [triage issues on the repo](https://github.com/redwoodjs/redwood/issues) and [review PRs](https://github.com/redwoodjs/redwood/pulls) 🩺 - write and edit [docs](#contributing-docs) ✍️ - and of course, write code! 👩‍💻 diff --git a/docs/versioned_docs/version-5.x/how-to/sending-emails.md b/docs/versioned_docs/version-5.x/how-to/sending-emails.md index afeb4580fca5..613df3e45c21 100644 --- a/docs/versioned_docs/version-5.x/how-to/sending-emails.md +++ b/docs/versioned_docs/version-5.x/how-to/sending-emails.md @@ -386,4 +386,4 @@ That's it! We just import the audits service and call the exported `createAudit` To view the audit logs you can use the scaffolded pages we created earlier. Just navigate to http://localhost:8910/audits and you should see them there. -Thanks for reading this! If you liked it, or have any questions, don't hesitate to reach out on [our forums](https://community.redwoodjs.com) or in our [Discord chat](https://discord.gg/jjSYEQd). +Thanks for reading this! If you liked it, or have any questions, don't hesitate to reach out on [our forums](https://community.redwoodjs.com) or in our [Discord chat](https://discord.com/invite/redwoodjs). diff --git a/docs/versioned_docs/version-5.x/tutorial/chapter1/prerequisites.md b/docs/versioned_docs/version-5.x/tutorial/chapter1/prerequisites.md index a0678f78f896..acaad405bec3 100644 --- a/docs/versioned_docs/version-5.x/tutorial/chapter1/prerequisites.md +++ b/docs/versioned_docs/version-5.x/tutorial/chapter1/prerequisites.md @@ -13,7 +13,7 @@ Redwood is composed of several popular libraries to make full-stack web developm **Don't panic!** You can work through this tutorial without knowing much of anything about these technologies. You may find yourself getting lost in terminology that we don't stop and take the time to explain, but that's okay: just know that the nitty-gritty details of how those technologies work is out there and there will be plenty of time to learn them. As you learn more about them you'll start to see the lines between what Redwood provides on top of the stock implementations of these projects. -You could definitely learn them all at once, but it will be harder to determine where one ends and another begins, which makes it more difficult to find help once you're past the tutorial and want to dive deeper into one technology or another. Our advice? Make it through the tutorial and then start building something on your own! When you find that what you learned in the tutorial doesn't exactly apply to a feature you're trying to build, Google for where you're stuck ("prisma select only some fields") and you'll be an expert in no time. And don't forget our [Discourse](https://community.redwoodjs.com/) and [Discord](https://discord.gg/jjSYEQd) where you can get help from the creators of the framework, as well as tons of helpful community members. +You could definitely learn them all at once, but it will be harder to determine where one ends and another begins, which makes it more difficult to find help once you're past the tutorial and want to dive deeper into one technology or another. Our advice? Make it through the tutorial and then start building something on your own! When you find that what you learned in the tutorial doesn't exactly apply to a feature you're trying to build, Google for where you're stuck ("prisma select only some fields") and you'll be an expert in no time. And don't forget our [Discourse](https://community.redwoodjs.com/) and [Discord](https://discord.com/invite/redwoodjs) where you can get help from the creators of the framework, as well as tons of helpful community members. ### Redwood Versions diff --git a/docs/versioned_docs/version-6.x/contributing-overview.md b/docs/versioned_docs/version-6.x/contributing-overview.md index 623d70ae02a3..836b18566035 100644 --- a/docs/versioned_docs/version-6.x/contributing-overview.md +++ b/docs/versioned_docs/version-6.x/contributing-overview.md @@ -10,7 +10,7 @@ Love Redwood and want to get involved? You’re in the right place and in good c There are several ways you can contribute to Redwood: -- join the [community Forums](https://community.redwoodjs.com/) and [Discord server](https://discord.gg/jjSYEQd) — encourage and help others 🙌 +- join the [community Forums](https://community.redwoodjs.com/) and [Discord server](https://discord.com/invite/redwoodjs) — encourage and help others 🙌 - [triage issues on the repo](https://github.com/redwoodjs/redwood/issues) and [review PRs](https://github.com/redwoodjs/redwood/pulls) 🩺 - write and edit [docs](#contributing-docs) ✍️ - and of course, write code! 👩‍💻 diff --git a/docs/versioned_docs/version-6.x/how-to/sending-emails.md b/docs/versioned_docs/version-6.x/how-to/sending-emails.md index afeb4580fca5..613df3e45c21 100644 --- a/docs/versioned_docs/version-6.x/how-to/sending-emails.md +++ b/docs/versioned_docs/version-6.x/how-to/sending-emails.md @@ -386,4 +386,4 @@ That's it! We just import the audits service and call the exported `createAudit` To view the audit logs you can use the scaffolded pages we created earlier. Just navigate to http://localhost:8910/audits and you should see them there. -Thanks for reading this! If you liked it, or have any questions, don't hesitate to reach out on [our forums](https://community.redwoodjs.com) or in our [Discord chat](https://discord.gg/jjSYEQd). +Thanks for reading this! If you liked it, or have any questions, don't hesitate to reach out on [our forums](https://community.redwoodjs.com) or in our [Discord chat](https://discord.com/invite/redwoodjs). diff --git a/docs/versioned_docs/version-6.x/tutorial/chapter1/prerequisites.md b/docs/versioned_docs/version-6.x/tutorial/chapter1/prerequisites.md index 094a84230861..aeb86976667e 100644 --- a/docs/versioned_docs/version-6.x/tutorial/chapter1/prerequisites.md +++ b/docs/versioned_docs/version-6.x/tutorial/chapter1/prerequisites.md @@ -13,7 +13,7 @@ Redwood is composed of several popular libraries to make full-stack web developm **Don't panic!** You can work through this tutorial without knowing much of anything about these technologies. You may find yourself getting lost in terminology that we don't stop and take the time to explain, but that's okay: just know that the nitty-gritty details of how those technologies work is out there and there will be plenty of time to learn them. As you learn more about them you'll start to see the lines between what Redwood provides on top of the stock implementations of these projects. -You could definitely learn them all at once, but it will be harder to determine where one ends and another begins, which makes it more difficult to find help once you're past the tutorial and want to dive deeper into one technology or another. Our advice? Make it through the tutorial and then start building something on your own! When you find that what you learned in the tutorial doesn't exactly apply to a feature you're trying to build, Google for where you're stuck ("prisma select only some fields") and you'll be an expert in no time. And don't forget our [Discourse](https://community.redwoodjs.com/) and [Discord](https://discord.gg/jjSYEQd) where you can get help from the creators of the framework, as well as tons of helpful community members. +You could definitely learn them all at once, but it will be harder to determine where one ends and another begins, which makes it more difficult to find help once you're past the tutorial and want to dive deeper into one technology or another. Our advice? Make it through the tutorial and then start building something on your own! When you find that what you learned in the tutorial doesn't exactly apply to a feature you're trying to build, Google for where you're stuck ("prisma select only some fields") and you'll be an expert in no time. And don't forget our [Discourse](https://community.redwoodjs.com/) and [Discord](https://discord.com/invite/redwoodjs) where you can get help from the creators of the framework, as well as tons of helpful community members. ### Redwood Versions diff --git a/docs/versioned_docs/version-7.x/contributing-overview.md b/docs/versioned_docs/version-7.x/contributing-overview.md index 623d70ae02a3..836b18566035 100644 --- a/docs/versioned_docs/version-7.x/contributing-overview.md +++ b/docs/versioned_docs/version-7.x/contributing-overview.md @@ -10,7 +10,7 @@ Love Redwood and want to get involved? You’re in the right place and in good c There are several ways you can contribute to Redwood: -- join the [community Forums](https://community.redwoodjs.com/) and [Discord server](https://discord.gg/jjSYEQd) — encourage and help others 🙌 +- join the [community Forums](https://community.redwoodjs.com/) and [Discord server](https://discord.com/invite/redwoodjs) — encourage and help others 🙌 - [triage issues on the repo](https://github.com/redwoodjs/redwood/issues) and [review PRs](https://github.com/redwoodjs/redwood/pulls) 🩺 - write and edit [docs](#contributing-docs) ✍️ - and of course, write code! 👩‍💻 diff --git a/docs/versioned_docs/version-7.x/how-to/sending-emails.md b/docs/versioned_docs/version-7.x/how-to/sending-emails.md index afeb4580fca5..613df3e45c21 100644 --- a/docs/versioned_docs/version-7.x/how-to/sending-emails.md +++ b/docs/versioned_docs/version-7.x/how-to/sending-emails.md @@ -386,4 +386,4 @@ That's it! We just import the audits service and call the exported `createAudit` To view the audit logs you can use the scaffolded pages we created earlier. Just navigate to http://localhost:8910/audits and you should see them there. -Thanks for reading this! If you liked it, or have any questions, don't hesitate to reach out on [our forums](https://community.redwoodjs.com) or in our [Discord chat](https://discord.gg/jjSYEQd). +Thanks for reading this! If you liked it, or have any questions, don't hesitate to reach out on [our forums](https://community.redwoodjs.com) or in our [Discord chat](https://discord.com/invite/redwoodjs). diff --git a/docs/versioned_docs/version-7.x/tutorial/chapter1/prerequisites.md b/docs/versioned_docs/version-7.x/tutorial/chapter1/prerequisites.md index 2fe986a41784..2214dadc9b8b 100644 --- a/docs/versioned_docs/version-7.x/tutorial/chapter1/prerequisites.md +++ b/docs/versioned_docs/version-7.x/tutorial/chapter1/prerequisites.md @@ -13,7 +13,7 @@ Redwood is composed of several popular libraries to make full-stack web developm **Don't panic!** You can work through this tutorial without knowing much of anything about these technologies. You may find yourself getting lost in terminology that we don't stop and take the time to explain, but that's okay: just know that the nitty-gritty details of how those technologies work is out there and there will be plenty of time to learn them. As you learn more about them you'll start to see the lines between what Redwood provides on top of the stock implementations of these projects. -You could definitely learn them all at once, but it will be harder to determine where one ends and another begins, which makes it more difficult to find help once you're past the tutorial and want to dive deeper into one technology or another. Our advice? Make it through the tutorial and then start building something on your own! When you find that what you learned in the tutorial doesn't exactly apply to a feature you're trying to build, Google for where you're stuck ("prisma select only some fields") and you'll be an expert in no time. And don't forget our [Discourse](https://community.redwoodjs.com/) and [Discord](https://discord.gg/jjSYEQd) where you can get help from the creators of the framework, as well as tons of helpful community members. +You could definitely learn them all at once, but it will be harder to determine where one ends and another begins, which makes it more difficult to find help once you're past the tutorial and want to dive deeper into one technology or another. Our advice? Make it through the tutorial and then start building something on your own! When you find that what you learned in the tutorial doesn't exactly apply to a feature you're trying to build, Google for where you're stuck ("prisma select only some fields") and you'll be an expert in no time. And don't forget our [Discourse](https://community.redwoodjs.com/) and [Discord](https://discord.com/invite/redwoodjs) where you can get help from the creators of the framework, as well as tons of helpful community members. ### Redwood Versions diff --git a/docs/versioned_docs/version-8.0/contributing-overview.md b/docs/versioned_docs/version-8.0/contributing-overview.md index 873757c25733..833cc6037278 100644 --- a/docs/versioned_docs/version-8.0/contributing-overview.md +++ b/docs/versioned_docs/version-8.0/contributing-overview.md @@ -10,7 +10,7 @@ Love Redwood and want to get involved? You’re in the right place and in good c There are several ways you can contribute to Redwood: -- join the [community Forums](https://community.redwoodjs.com/) and [Discord server](https://discord.gg/jjSYEQd) — encourage and help others 🙌 +- join the [community Forums](https://community.redwoodjs.com/) and [Discord server](https://discord.com/invite/redwoodjs) — encourage and help others 🙌 - [triage issues on the repo](https://github.com/redwoodjs/redwood/issues) and [review PRs](https://github.com/redwoodjs/redwood/pulls) 🩺 - write and edit [docs](#contributing-docs) ✍️ - and of course, write code! 👩‍💻 diff --git a/docs/versioned_docs/version-8.0/how-to/sending-emails.md b/docs/versioned_docs/version-8.0/how-to/sending-emails.md index 7a9a03391928..4f6950fa5c5c 100644 --- a/docs/versioned_docs/version-8.0/how-to/sending-emails.md +++ b/docs/versioned_docs/version-8.0/how-to/sending-emails.md @@ -386,4 +386,4 @@ That's it! We just import the audits service and call the exported `createAudit` To view the audit logs you can use the scaffolded pages we created earlier. Just navigate to http://localhost:8910/audits and you should see them there. -Thanks for reading this! If you liked it, or have any questions, don't hesitate to reach out on [our forums](https://community.redwoodjs.com) or in our [Discord chat](https://discord.gg/jjSYEQd). +Thanks for reading this! If you liked it, or have any questions, don't hesitate to reach out on [our forums](https://community.redwoodjs.com) or in our [Discord chat](https://discord.com/invite/redwoodjs). diff --git a/docs/versioned_docs/version-8.0/tutorial/chapter1/prerequisites.md b/docs/versioned_docs/version-8.0/tutorial/chapter1/prerequisites.md index 2fe986a41784..2214dadc9b8b 100644 --- a/docs/versioned_docs/version-8.0/tutorial/chapter1/prerequisites.md +++ b/docs/versioned_docs/version-8.0/tutorial/chapter1/prerequisites.md @@ -13,7 +13,7 @@ Redwood is composed of several popular libraries to make full-stack web developm **Don't panic!** You can work through this tutorial without knowing much of anything about these technologies. You may find yourself getting lost in terminology that we don't stop and take the time to explain, but that's okay: just know that the nitty-gritty details of how those technologies work is out there and there will be plenty of time to learn them. As you learn more about them you'll start to see the lines between what Redwood provides on top of the stock implementations of these projects. -You could definitely learn them all at once, but it will be harder to determine where one ends and another begins, which makes it more difficult to find help once you're past the tutorial and want to dive deeper into one technology or another. Our advice? Make it through the tutorial and then start building something on your own! When you find that what you learned in the tutorial doesn't exactly apply to a feature you're trying to build, Google for where you're stuck ("prisma select only some fields") and you'll be an expert in no time. And don't forget our [Discourse](https://community.redwoodjs.com/) and [Discord](https://discord.gg/jjSYEQd) where you can get help from the creators of the framework, as well as tons of helpful community members. +You could definitely learn them all at once, but it will be harder to determine where one ends and another begins, which makes it more difficult to find help once you're past the tutorial and want to dive deeper into one technology or another. Our advice? Make it through the tutorial and then start building something on your own! When you find that what you learned in the tutorial doesn't exactly apply to a feature you're trying to build, Google for where you're stuck ("prisma select only some fields") and you'll be an expert in no time. And don't forget our [Discourse](https://community.redwoodjs.com/) and [Discord](https://discord.com/invite/redwoodjs) where you can get help from the creators of the framework, as well as tons of helpful community members. ### Redwood Versions diff --git a/docs/versioned_docs/version-8.1/contributing-overview.md b/docs/versioned_docs/version-8.1/contributing-overview.md index 873757c25733..833cc6037278 100644 --- a/docs/versioned_docs/version-8.1/contributing-overview.md +++ b/docs/versioned_docs/version-8.1/contributing-overview.md @@ -10,7 +10,7 @@ Love Redwood and want to get involved? You’re in the right place and in good c There are several ways you can contribute to Redwood: -- join the [community Forums](https://community.redwoodjs.com/) and [Discord server](https://discord.gg/jjSYEQd) — encourage and help others 🙌 +- join the [community Forums](https://community.redwoodjs.com/) and [Discord server](https://discord.com/invite/redwoodjs) — encourage and help others 🙌 - [triage issues on the repo](https://github.com/redwoodjs/redwood/issues) and [review PRs](https://github.com/redwoodjs/redwood/pulls) 🩺 - write and edit [docs](#contributing-docs) ✍️ - and of course, write code! 👩‍💻 diff --git a/docs/versioned_docs/version-8.1/how-to/sending-emails.md b/docs/versioned_docs/version-8.1/how-to/sending-emails.md index 7a9a03391928..4f6950fa5c5c 100644 --- a/docs/versioned_docs/version-8.1/how-to/sending-emails.md +++ b/docs/versioned_docs/version-8.1/how-to/sending-emails.md @@ -386,4 +386,4 @@ That's it! We just import the audits service and call the exported `createAudit` To view the audit logs you can use the scaffolded pages we created earlier. Just navigate to http://localhost:8910/audits and you should see them there. -Thanks for reading this! If you liked it, or have any questions, don't hesitate to reach out on [our forums](https://community.redwoodjs.com) or in our [Discord chat](https://discord.gg/jjSYEQd). +Thanks for reading this! If you liked it, or have any questions, don't hesitate to reach out on [our forums](https://community.redwoodjs.com) or in our [Discord chat](https://discord.com/invite/redwoodjs). diff --git a/docs/versioned_docs/version-8.1/tutorial/chapter1/prerequisites.md b/docs/versioned_docs/version-8.1/tutorial/chapter1/prerequisites.md index 2fe986a41784..2214dadc9b8b 100644 --- a/docs/versioned_docs/version-8.1/tutorial/chapter1/prerequisites.md +++ b/docs/versioned_docs/version-8.1/tutorial/chapter1/prerequisites.md @@ -13,7 +13,7 @@ Redwood is composed of several popular libraries to make full-stack web developm **Don't panic!** You can work through this tutorial without knowing much of anything about these technologies. You may find yourself getting lost in terminology that we don't stop and take the time to explain, but that's okay: just know that the nitty-gritty details of how those technologies work is out there and there will be plenty of time to learn them. As you learn more about them you'll start to see the lines between what Redwood provides on top of the stock implementations of these projects. -You could definitely learn them all at once, but it will be harder to determine where one ends and another begins, which makes it more difficult to find help once you're past the tutorial and want to dive deeper into one technology or another. Our advice? Make it through the tutorial and then start building something on your own! When you find that what you learned in the tutorial doesn't exactly apply to a feature you're trying to build, Google for where you're stuck ("prisma select only some fields") and you'll be an expert in no time. And don't forget our [Discourse](https://community.redwoodjs.com/) and [Discord](https://discord.gg/jjSYEQd) where you can get help from the creators of the framework, as well as tons of helpful community members. +You could definitely learn them all at once, but it will be harder to determine where one ends and another begins, which makes it more difficult to find help once you're past the tutorial and want to dive deeper into one technology or another. Our advice? Make it through the tutorial and then start building something on your own! When you find that what you learned in the tutorial doesn't exactly apply to a feature you're trying to build, Google for where you're stuck ("prisma select only some fields") and you'll be an expert in no time. And don't forget our [Discourse](https://community.redwoodjs.com/) and [Discord](https://discord.com/invite/redwoodjs) where you can get help from the creators of the framework, as well as tons of helpful community members. ### Redwood Versions diff --git a/docs/versioned_docs/version-8.2/contributing-overview.md b/docs/versioned_docs/version-8.2/contributing-overview.md index 873757c25733..833cc6037278 100644 --- a/docs/versioned_docs/version-8.2/contributing-overview.md +++ b/docs/versioned_docs/version-8.2/contributing-overview.md @@ -10,7 +10,7 @@ Love Redwood and want to get involved? You’re in the right place and in good c There are several ways you can contribute to Redwood: -- join the [community Forums](https://community.redwoodjs.com/) and [Discord server](https://discord.gg/jjSYEQd) — encourage and help others 🙌 +- join the [community Forums](https://community.redwoodjs.com/) and [Discord server](https://discord.com/invite/redwoodjs) — encourage and help others 🙌 - [triage issues on the repo](https://github.com/redwoodjs/redwood/issues) and [review PRs](https://github.com/redwoodjs/redwood/pulls) 🩺 - write and edit [docs](#contributing-docs) ✍️ - and of course, write code! 👩‍💻 diff --git a/docs/versioned_docs/version-8.2/how-to/sending-emails.md b/docs/versioned_docs/version-8.2/how-to/sending-emails.md index 7a9a03391928..4f6950fa5c5c 100644 --- a/docs/versioned_docs/version-8.2/how-to/sending-emails.md +++ b/docs/versioned_docs/version-8.2/how-to/sending-emails.md @@ -386,4 +386,4 @@ That's it! We just import the audits service and call the exported `createAudit` To view the audit logs you can use the scaffolded pages we created earlier. Just navigate to http://localhost:8910/audits and you should see them there. -Thanks for reading this! If you liked it, or have any questions, don't hesitate to reach out on [our forums](https://community.redwoodjs.com) or in our [Discord chat](https://discord.gg/jjSYEQd). +Thanks for reading this! If you liked it, or have any questions, don't hesitate to reach out on [our forums](https://community.redwoodjs.com) or in our [Discord chat](https://discord.com/invite/redwoodjs). diff --git a/docs/versioned_docs/version-8.2/tutorial/chapter1/prerequisites.md b/docs/versioned_docs/version-8.2/tutorial/chapter1/prerequisites.md index 2fe986a41784..2214dadc9b8b 100644 --- a/docs/versioned_docs/version-8.2/tutorial/chapter1/prerequisites.md +++ b/docs/versioned_docs/version-8.2/tutorial/chapter1/prerequisites.md @@ -13,7 +13,7 @@ Redwood is composed of several popular libraries to make full-stack web developm **Don't panic!** You can work through this tutorial without knowing much of anything about these technologies. You may find yourself getting lost in terminology that we don't stop and take the time to explain, but that's okay: just know that the nitty-gritty details of how those technologies work is out there and there will be plenty of time to learn them. As you learn more about them you'll start to see the lines between what Redwood provides on top of the stock implementations of these projects. -You could definitely learn them all at once, but it will be harder to determine where one ends and another begins, which makes it more difficult to find help once you're past the tutorial and want to dive deeper into one technology or another. Our advice? Make it through the tutorial and then start building something on your own! When you find that what you learned in the tutorial doesn't exactly apply to a feature you're trying to build, Google for where you're stuck ("prisma select only some fields") and you'll be an expert in no time. And don't forget our [Discourse](https://community.redwoodjs.com/) and [Discord](https://discord.gg/jjSYEQd) where you can get help from the creators of the framework, as well as tons of helpful community members. +You could definitely learn them all at once, but it will be harder to determine where one ends and another begins, which makes it more difficult to find help once you're past the tutorial and want to dive deeper into one technology or another. Our advice? Make it through the tutorial and then start building something on your own! When you find that what you learned in the tutorial doesn't exactly apply to a feature you're trying to build, Google for where you're stuck ("prisma select only some fields") and you'll be an expert in no time. And don't forget our [Discourse](https://community.redwoodjs.com/) and [Discord](https://discord.com/invite/redwoodjs) where you can get help from the creators of the framework, as well as tons of helpful community members. ### Redwood Versions diff --git a/docs/versioned_docs/version-8.3/contributing-overview.md b/docs/versioned_docs/version-8.3/contributing-overview.md index 873757c25733..833cc6037278 100644 --- a/docs/versioned_docs/version-8.3/contributing-overview.md +++ b/docs/versioned_docs/version-8.3/contributing-overview.md @@ -10,7 +10,7 @@ Love Redwood and want to get involved? You’re in the right place and in good c There are several ways you can contribute to Redwood: -- join the [community Forums](https://community.redwoodjs.com/) and [Discord server](https://discord.gg/jjSYEQd) — encourage and help others 🙌 +- join the [community Forums](https://community.redwoodjs.com/) and [Discord server](https://discord.com/invite/redwoodjs) — encourage and help others 🙌 - [triage issues on the repo](https://github.com/redwoodjs/redwood/issues) and [review PRs](https://github.com/redwoodjs/redwood/pulls) 🩺 - write and edit [docs](#contributing-docs) ✍️ - and of course, write code! 👩‍💻 diff --git a/docs/versioned_docs/version-8.3/how-to/sending-emails.md b/docs/versioned_docs/version-8.3/how-to/sending-emails.md index 7a9a03391928..4f6950fa5c5c 100644 --- a/docs/versioned_docs/version-8.3/how-to/sending-emails.md +++ b/docs/versioned_docs/version-8.3/how-to/sending-emails.md @@ -386,4 +386,4 @@ That's it! We just import the audits service and call the exported `createAudit` To view the audit logs you can use the scaffolded pages we created earlier. Just navigate to http://localhost:8910/audits and you should see them there. -Thanks for reading this! If you liked it, or have any questions, don't hesitate to reach out on [our forums](https://community.redwoodjs.com) or in our [Discord chat](https://discord.gg/jjSYEQd). +Thanks for reading this! If you liked it, or have any questions, don't hesitate to reach out on [our forums](https://community.redwoodjs.com) or in our [Discord chat](https://discord.com/invite/redwoodjs). diff --git a/docs/versioned_docs/version-8.3/tutorial/chapter1/prerequisites.md b/docs/versioned_docs/version-8.3/tutorial/chapter1/prerequisites.md index 2fe986a41784..2214dadc9b8b 100644 --- a/docs/versioned_docs/version-8.3/tutorial/chapter1/prerequisites.md +++ b/docs/versioned_docs/version-8.3/tutorial/chapter1/prerequisites.md @@ -13,7 +13,7 @@ Redwood is composed of several popular libraries to make full-stack web developm **Don't panic!** You can work through this tutorial without knowing much of anything about these technologies. You may find yourself getting lost in terminology that we don't stop and take the time to explain, but that's okay: just know that the nitty-gritty details of how those technologies work is out there and there will be plenty of time to learn them. As you learn more about them you'll start to see the lines between what Redwood provides on top of the stock implementations of these projects. -You could definitely learn them all at once, but it will be harder to determine where one ends and another begins, which makes it more difficult to find help once you're past the tutorial and want to dive deeper into one technology or another. Our advice? Make it through the tutorial and then start building something on your own! When you find that what you learned in the tutorial doesn't exactly apply to a feature you're trying to build, Google for where you're stuck ("prisma select only some fields") and you'll be an expert in no time. And don't forget our [Discourse](https://community.redwoodjs.com/) and [Discord](https://discord.gg/jjSYEQd) where you can get help from the creators of the framework, as well as tons of helpful community members. +You could definitely learn them all at once, but it will be harder to determine where one ends and another begins, which makes it more difficult to find help once you're past the tutorial and want to dive deeper into one technology or another. Our advice? Make it through the tutorial and then start building something on your own! When you find that what you learned in the tutorial doesn't exactly apply to a feature you're trying to build, Google for where you're stuck ("prisma select only some fields") and you'll be an expert in no time. And don't forget our [Discourse](https://community.redwoodjs.com/) and [Discord](https://discord.com/invite/redwoodjs) where you can get help from the creators of the framework, as well as tons of helpful community members. ### Redwood Versions diff --git a/docs/versioned_docs/version-8.4/contributing-overview.md b/docs/versioned_docs/version-8.4/contributing-overview.md index 873757c25733..833cc6037278 100644 --- a/docs/versioned_docs/version-8.4/contributing-overview.md +++ b/docs/versioned_docs/version-8.4/contributing-overview.md @@ -10,7 +10,7 @@ Love Redwood and want to get involved? You’re in the right place and in good c There are several ways you can contribute to Redwood: -- join the [community Forums](https://community.redwoodjs.com/) and [Discord server](https://discord.gg/jjSYEQd) — encourage and help others 🙌 +- join the [community Forums](https://community.redwoodjs.com/) and [Discord server](https://discord.com/invite/redwoodjs) — encourage and help others 🙌 - [triage issues on the repo](https://github.com/redwoodjs/redwood/issues) and [review PRs](https://github.com/redwoodjs/redwood/pulls) 🩺 - write and edit [docs](#contributing-docs) ✍️ - and of course, write code! 👩‍💻 diff --git a/docs/versioned_docs/version-8.4/how-to/sending-emails.md b/docs/versioned_docs/version-8.4/how-to/sending-emails.md index 7a9a03391928..4f6950fa5c5c 100644 --- a/docs/versioned_docs/version-8.4/how-to/sending-emails.md +++ b/docs/versioned_docs/version-8.4/how-to/sending-emails.md @@ -386,4 +386,4 @@ That's it! We just import the audits service and call the exported `createAudit` To view the audit logs you can use the scaffolded pages we created earlier. Just navigate to http://localhost:8910/audits and you should see them there. -Thanks for reading this! If you liked it, or have any questions, don't hesitate to reach out on [our forums](https://community.redwoodjs.com) or in our [Discord chat](https://discord.gg/jjSYEQd). +Thanks for reading this! If you liked it, or have any questions, don't hesitate to reach out on [our forums](https://community.redwoodjs.com) or in our [Discord chat](https://discord.com/invite/redwoodjs). diff --git a/docs/versioned_docs/version-8.4/tutorial/chapter1/prerequisites.md b/docs/versioned_docs/version-8.4/tutorial/chapter1/prerequisites.md index 2fe986a41784..2214dadc9b8b 100644 --- a/docs/versioned_docs/version-8.4/tutorial/chapter1/prerequisites.md +++ b/docs/versioned_docs/version-8.4/tutorial/chapter1/prerequisites.md @@ -13,7 +13,7 @@ Redwood is composed of several popular libraries to make full-stack web developm **Don't panic!** You can work through this tutorial without knowing much of anything about these technologies. You may find yourself getting lost in terminology that we don't stop and take the time to explain, but that's okay: just know that the nitty-gritty details of how those technologies work is out there and there will be plenty of time to learn them. As you learn more about them you'll start to see the lines between what Redwood provides on top of the stock implementations of these projects. -You could definitely learn them all at once, but it will be harder to determine where one ends and another begins, which makes it more difficult to find help once you're past the tutorial and want to dive deeper into one technology or another. Our advice? Make it through the tutorial and then start building something on your own! When you find that what you learned in the tutorial doesn't exactly apply to a feature you're trying to build, Google for where you're stuck ("prisma select only some fields") and you'll be an expert in no time. And don't forget our [Discourse](https://community.redwoodjs.com/) and [Discord](https://discord.gg/jjSYEQd) where you can get help from the creators of the framework, as well as tons of helpful community members. +You could definitely learn them all at once, but it will be harder to determine where one ends and another begins, which makes it more difficult to find help once you're past the tutorial and want to dive deeper into one technology or another. Our advice? Make it through the tutorial and then start building something on your own! When you find that what you learned in the tutorial doesn't exactly apply to a feature you're trying to build, Google for where you're stuck ("prisma select only some fields") and you'll be an expert in no time. And don't forget our [Discourse](https://community.redwoodjs.com/) and [Discord](https://discord.com/invite/redwoodjs) where you can get help from the creators of the framework, as well as tons of helpful community members. ### Redwood Versions