diff --git a/src/const.ts b/src/const.ts index 46c119b5..666ca782 100644 --- a/src/const.ts +++ b/src/const.ts @@ -9,7 +9,7 @@ export const GITHUB_URL_WEBSITE = "https://github.com/ddev/ddev.com/tree/main/src/content/blog" export const GITHUB_ISSUES_URL = "https://github.com/ddev/ddev/issues" export const DOCUMENTATION_URL = "https://ddev.readthedocs.io/" -export const DISCORD_URL = "https://discord.gg/5wjP76mBJD" +export const DISCORD_URL = "/s/discord" export const EMAIL_URL = "mailto:support%40ddev.com" export const COPYRIGHT_HOLDER = "DDEV Foundation" export const MASTODON_URL = "https://fosstodon.org/@ddev" diff --git a/src/content/blog/2024-plans.md b/src/content/blog/2024-plans.md index 3b836ebf..8222808a 100644 --- a/src/content/blog/2024-plans.md +++ b/src/content/blog/2024-plans.md @@ -12,7 +12,7 @@ categories: - Community --- -At the DDEV Advisory Group's 2-hour [annual review/planning meeting on March 6, 2024](https://www.timeanddate.com/worldclock/fixedtime.html?msg=DDEV+Advisory+Group&iso=20240306T09&p1=75&ah=2), we'll talk about plans and priorities for 2024. These have been discussed previously in the [DDEV 2024 Priorities discussion](https://github.com/orgs/ddev/discussions/5720) but in getting ready for the meeting it seems like a good time to propose them in a more cohesive fashion. (Everyone is welcome to the meeting. The Zoom link is announced in [Discord](https://discord.com/channels/664580571770388500/1068592494184501349/1213180991133192302) or email [support](mailto:support%40ddev.com) for a calendar invitation or the zoom link.) +At the DDEV Advisory Group's 2-hour [annual review/planning meeting on March 6, 2024](https://www.timeanddate.com/worldclock/fixedtime.html?msg=DDEV+Advisory+Group&iso=20240306T09&p1=75&ah=2), we'll talk about plans and priorities for 2024. These have been discussed previously in the [DDEV 2024 Priorities discussion](https://github.com/orgs/ddev/discussions/5720) but in getting ready for the meeting it seems like a good time to propose them in a more cohesive fashion. (Everyone is welcome to the meeting. The Zoom link is announced in [Discord](/s/discord) or email [support](mailto:support%40ddev.com) for a calendar invitation or the zoom link.) ## Community diff --git a/src/content/blog/amd64-on-apple-silicon-ddev.md b/src/content/blog/amd64-on-apple-silicon-ddev.md index 69e4012d..4960077f 100644 --- a/src/content/blog/amd64-on-apple-silicon-ddev.md +++ b/src/content/blog/amd64-on-apple-silicon-ddev.md @@ -72,4 +72,4 @@ They won't be happy sharing ports though, so you'll want to change `router_http_ ## Keep in touch! -I'd love to hear your experience. Join us in [Discord](https://discord.gg/5wjP76mBJD) or [open an issue](https://github.com/ddev/ddev/issues) or send [an email](mailto:support%40ddev.com) if you have success (or failure 😀). +I'd love to hear your experience. Join us in [Discord](/s/discord) or [open an issue](https://github.com/ddev/ddev/issues) or send [an email](mailto:support%40ddev.com) if you have success (or failure 😀). diff --git a/src/content/blog/contributor-training.md b/src/content/blog/contributor-training.md index a6e294c2..48e048e6 100644 --- a/src/content/blog/contributor-training.md +++ b/src/content/blog/contributor-training.md @@ -75,4 +75,4 @@ Live training sessions will be held weekly on Tuesdays at 8am US MT, 5pm CET or - Go Development Environment with Goland or vscode - Experimenting with custom commands -Please join the [DDEV Live Event meetup](https://www.meetup.com/ddev-events/) to get notified about upcoming trainings. Drop by [Discord](https://discord.gg/5wjP76mBJD) or send [an email](mailto:support%40ddev.com) if you want to talk more. +Please join the [DDEV Live Event meetup](https://www.meetup.com/ddev-events/) to get notified about upcoming trainings. Drop by [Discord](/s/discord) or send [an email](mailto:support%40ddev.com) if you want to talk more. diff --git a/src/content/blog/customizing-ddev-local-images-with-a-custom-dockerfile.md b/src/content/blog/customizing-ddev-local-images-with-a-custom-dockerfile.md index 6a98fc8c..e8ce0fd8 100644 --- a/src/content/blog/customizing-ddev-local-images-with-a-custom-dockerfile.md +++ b/src/content/blog/customizing-ddev-local-images-with-a-custom-dockerfile.md @@ -80,4 +80,4 @@ RUN cp /etc/php/7.1/mods-available/mcrypt.ini /etc/php/${DDEV_PHP_VERSION}/mods- ## Join the conversation! -We’d love to hear about your recipes! Discuss them in our [Discord channel](https://discord.gg/5wjP76mBJD), PR them into [ddev-contrib](http://github.com/ddev/ddev-contrib), create a new [DDEV Add-on](https://ddev.readthedocs.io/en/stable/users/extend/additional-services/), or tweet, or blog about them and give us a holler when you do. And we’re always happy to hear from you on any of our [support channels](https://ddev.readthedocs.io/en/stable/users/support/). +We’d love to hear about your recipes! Discuss them in our [Discord channel](/s/discord), create a new [DDEV Add-on](https://ddev.readthedocs.io/en/stable/users/extend/additional-services/), or tweet, or blog about them and give us a holler when you do. And we’re always happy to hear from you on any of our [support channels](https://ddev.readthedocs.io/en/stable/users/support/). diff --git a/src/content/blog/ddev-backups.md b/src/content/blog/ddev-backups.md index 6eda3c60..76f99b29 100644 --- a/src/content/blog/ddev-backups.md +++ b/src/content/blog/ddev-backups.md @@ -53,4 +53,4 @@ hooks: **User-generated and non-code images, etc.**: In general, these should come from upstream hosting environments. Although it is possible to push them upstream, it's usually a bad idea, as this could overwrite a production environment. So normally, if you lose these, you would just pull them again from wherever they come from. -**What are your techniques?** Do you agree or disagree? I'd love to have a [PR with your suggestions](https://github.com/ddev/ddev.com) or stop by and chat about your preferences in the [DDEV Discord](https://discord.com/invite/5wjP76mBJD). +**What are your techniques?** Do you agree or disagree? I'd love to have a [PR with your suggestions](https://github.com/ddev/ddev.com) or stop by and chat about your preferences in the [DDEV Discord](/s/discord). diff --git a/src/content/blog/ddev-debug-test-contributor-training.md b/src/content/blog/ddev-debug-test-contributor-training.md index 9a62db8e..49533e0e 100644 --- a/src/content/blog/ddev-debug-test-contributor-training.md +++ b/src/content/blog/ddev-debug-test-contributor-training.md @@ -20,7 +20,7 @@ Here's our October 9, 2024 [Contributor Training](/blog/category/training) on us ## What is `ddev debug test` anyway? -`ddev debug test` is really just a [shell script](https://github.com/ddev/ddev/blob/master/cmd/ddev/cmd/scripts/test_ddev.sh) embedded in the `ddev` binary that tries to answer all the questions we've learned to ask in support sessions in our [DDEV Discord channel](https://discord.com/invite/5wjP76mBJD) and the [issue queue](https://github.com/ddev/ddev/issues). There are so many different things that can affect people's DDEV experience, and asking the questions one by one is hard. So when people just run that one command and we can read through the results, it's a big win. +`ddev debug test` is really just a [shell script](https://github.com/ddev/ddev/blob/master/cmd/ddev/cmd/scripts/test_ddev.sh) embedded in the `ddev` binary that tries to answer all the questions we've learned to ask in support sessions in our [DDEV Discord channel](/s/discord) and the [issue queue](https://github.com/ddev/ddev/issues). There are so many different things that can affect people's DDEV experience, and asking the questions one by one is hard. So when people just run that one command and we can read through the results, it's a big win. ## What does it check? diff --git a/src/content/blog/ddev-dec-2024-newsletter.md b/src/content/blog/ddev-dec-2024-newsletter.md index 1215cfeb..c8d68efb 100644 --- a/src/content/blog/ddev-dec-2024-newsletter.md +++ b/src/content/blog/ddev-dec-2024-newsletter.md @@ -43,6 +43,6 @@ Want to keep up as the month goes along? Follow on - [LinkedIn](https://www.linkedin.com/company/ddev-foundation) - [Mastodon](https://fosstodon.org/@ddev) - [Bluesky](https://bsky.app/profile/ddev.bsky.social) -- and join our community on [Discord](https://discord.gg/5wjP76mBJD) +- and join our community on [Discord](/s/discord) Happy December from Randy Fay, DDEV Project Lead. diff --git a/src/content/blog/ddev-docker-desktop-and-colima-benchmarking-updated-dec-2022.md b/src/content/blog/ddev-docker-desktop-and-colima-benchmarking-updated-dec-2022.md index cb3e7e0e..046dbf82 100644 --- a/src/content/blog/ddev-docker-desktop-and-colima-benchmarking-updated-dec-2022.md +++ b/src/content/blog/ddev-docker-desktop-and-colima-benchmarking-updated-dec-2022.md @@ -59,4 +59,4 @@ Some takeaways from this round of testing: Congratulations to the [Colima](https://github.com/abiosoft/colima), [Lima](https://github.com/lima-vm/lima), and [Docker Desktop](https://www.docker.com/products/docker-desktop/), and [Mutagen](https://mutagen.io) teams for an amazing year of progress! -Interested in engaging more with the DDEV community? Catch us in the [Discord Server](https://discord.gg/5wjP76mBJD), on [Stack Overflow](https://stackoverflow.com/tags/ddev), and in the [Issue Queue on GitHub](https://github.com/ddev/ddev/issues). We’d love to have you. Interested in knowing more about DDEV? It’s quick and easy to start up in the [docs](https://ddev.readthedocs.io/en/stable/). +Interested in engaging more with the DDEV community? Catch us in the [Discord Server](/s/discord), on [Stack Overflow](https://stackoverflow.com/tags/ddev), and in the [Issue Queue on GitHub](https://github.com/ddev/ddev/issues). We’d love to have you. Interested in knowing more about DDEV? It’s quick and easy to start up in the [docs](https://ddev.readthedocs.io/en/stable/). diff --git a/src/content/blog/ddev-name-resolution-wildcards.md b/src/content/blog/ddev-name-resolution-wildcards.md index e99db22b..4bd353f0 100644 --- a/src/content/blog/ddev-name-resolution-wildcards.md +++ b/src/content/blog/ddev-name-resolution-wildcards.md @@ -99,4 +99,4 @@ Be exceptionally careful with "masking" real sites this way. It can be really co ## Keep in touch! -I'd love to hear your experience. Join us in [Discord](https://discord.gg/5wjP76mBJD) or [open an issue](https://github.com/ddev/ddev/issues) or send [an email](mailto:support%40ddev.com) if you have success (or failure 😀). We're always trying to make DDEV better for you. +I'd love to hear your experience. Join us in [Discord](/s/discord) or [open an issue](https://github.com/ddev/ddev/issues) or send [an email](mailto:support%40ddev.com) if you have success (or failure 😀). We're always trying to make DDEV better for you. diff --git a/src/content/blog/ddev-nov-2024-newsletter.md b/src/content/blog/ddev-nov-2024-newsletter.md index 9c324598..3a1cffcc 100644 --- a/src/content/blog/ddev-nov-2024-newsletter.md +++ b/src/content/blog/ddev-nov-2024-newsletter.md @@ -55,6 +55,6 @@ categories: **THANKS to all of you who are supporting DDEV’s path to sustainability** and who have gotten your organizations to do so. -Want to keep up as the month goes along? Follow our [blog](https://ddev.com/blog/), [LinkedIn](https://www.linkedin.com/company/ddev-foundation), [Mastodon](https://fosstodon.org/@ddev), and join us on [Discord](https://discord.gg/5wjP76mBJD). +Want to keep up as the month goes along? Follow our [blog](https://ddev.com/blog/), [LinkedIn](https://www.linkedin.com/company/ddev-foundation), [Mastodon](https://fosstodon.org/@ddev), and join us on [Discord](/s/discord). Happy November from Randy Fay, DDEV Project Lead. diff --git a/src/content/blog/ddev-oct-2024-newsletter.md b/src/content/blog/ddev-oct-2024-newsletter.md index 6e975401..fd90a347 100644 --- a/src/content/blog/ddev-oct-2024-newsletter.md +++ b/src/content/blog/ddev-oct-2024-newsletter.md @@ -41,6 +41,6 @@ categories: **THANKS to all of you who are supporting DDEV’s path to sustainability** and who have gotten your organizations to do so. -Want to keep up as the month goes along? Follow our [blog](https://ddev.com/blog/), [LinkedIn](https://www.linkedin.com/company/ddev-foundation), [Mastodon](https://fosstodon.org/@ddev), and join us on [Discord](https://discord.gg/5wjP76mBJD). +Want to keep up as the month goes along? Follow our [blog](https://ddev.com/blog/), [LinkedIn](https://www.linkedin.com/company/ddev-foundation), [Mastodon](https://fosstodon.org/@ddev), and join us on [Discord](/s/discord). Happy October from Randy Fay, DDEV Project Lead. diff --git a/src/content/blog/eight-more-ways-to-get-the-most-out-of-ddev-local.md b/src/content/blog/eight-more-ways-to-get-the-most-out-of-ddev-local.md index fd2e4dc5..fb3c8239 100644 --- a/src/content/blog/eight-more-ways-to-get-the-most-out-of-ddev-local.md +++ b/src/content/blog/eight-more-ways-to-get-the-most-out-of-ddev-local.md @@ -126,7 +126,7 @@ To get the JSON output on the command line, add this global flag to any command: `ddev describe -j` -I’ve seen this used in some creative ways. In one case, I saw someone use JSON output to find the port that MySQL was using on the host. For another example, you could grab the HTTP URL and launch it automatically. If you have ideas and you’re playing with DDEV JSON output in your projects, join us in [Discord](https://discord.com/invite/5wjP76mBJD), we’d love to hear your ideas. +I’ve seen this used in some creative ways. In one case, I saw someone use JSON output to find the port that MySQL was using on the host. For another example, you could grab the HTTP URL and launch it automatically. If you have ideas and you’re playing with DDEV JSON output in your projects, join us in [Discord](/s/discord), we’d love to hear your ideas. ### Thanks for your feedback! diff --git a/src/content/blog/expanding-ddev-maintainer-team.md b/src/content/blog/expanding-ddev-maintainer-team.md index 80d82dab..485ce19d 100644 --- a/src/content/blog/expanding-ddev-maintainer-team.md +++ b/src/content/blog/expanding-ddev-maintainer-team.md @@ -27,7 +27,7 @@ But first, what do maintainers do? Why are they so busy? Why is it important to **Test infrastructure has to be maintained**: You know from your own work that test infrastructure and the tests themselves require extensive maintenance. DDEV runs tests on all supported operating systems and architectures and Docker providers. That’s a _lot_ of tests, meaning hours of tests for every push, and of course there are flaky tests to improve and Windows machines to reboot when they fail. -**Onboarding and Support**: This is a wide-open Free and Open Source project. We want every contributor to have a great experience, and we want everybody to be free to contribute. But this means mentoring, and [contributor training](contributor-training.md). And support. Support all the time. It’s amazing how many people do not need support, but there is lots to be done every day in the [issue queue](https://github.com/ddev/ddev/issues), [Discord](https://discord.gg/5wjP76mBJD), Slack, and [Stack Overflow](https://stackoverflow.com/tags/ddev). It’s mostly maintainers that do this support, but it’s a great community and everybody is encouraged to help. +**Onboarding and Support**: This is a wide-open Free and Open Source project. We want every contributor to have a great experience, and we want everybody to be free to contribute. But this means mentoring, and [contributor training](contributor-training.md). And support. Support all the time. It’s amazing how many people do not need support, but there is lots to be done every day in the [issue queue](https://github.com/ddev/ddev/issues), [Discord](/s/discord), Slack, and [Stack Overflow](https://stackoverflow.com/tags/ddev). It’s mostly maintainers that do this support, but it’s a great community and everybody is encouraged to help. **Documentation**: You know how docs are always needing more help and they’re affected by all the factors above. @@ -65,6 +65,6 @@ No funding to the DDEV Foundation goes to Randy. - **Smaller amounts** from individuals or agencies are easier to handle via [GitHub Sponsors](https://github.com/sponsors/ddev). - **Your contributions in all other ways are so welcome**! Financial is a topic for this blog, but the bottom line is that we’re a community working together by helping each other. Thank you! -**Do you want to talk more? Drop by [Discord](https://discord.gg/5wjP76mBJD) or send [an email](mailto:support%40ddev.com)** +**Do you want to talk more? Drop by [Discord](/s/discord) or send [an email](mailto:support%40ddev.com)** **Have you [signed up for the monthly DDEV newsletter](/newsletter)?** diff --git a/src/content/blog/how-to-give-and-get-community-support.md b/src/content/blog/how-to-give-and-get-community-support.md index 3674ae5a..f0661a71 100644 --- a/src/content/blog/how-to-give-and-get-community-support.md +++ b/src/content/blog/how-to-give-and-get-community-support.md @@ -56,5 +56,5 @@ One of the great things about open source technology is the fact that we can all - The [DDEV Docs](https://ddev.readthedocs.io/en/stable/) are a great place to start looking for answers to straightforward questions. - Subscribe to the [issue queue on GitHub](https://github.com/ddev/ddev/issues). -- On [DDEV's Discord](https://discord.gg/5wjP76mBJD), try to use #support where possible, or use threads elsewhere. +- On [DDEV's Discord](/s/discord), try to use #support where possible, or use threads elsewhere. - The [DDEV tag on Stack Overflow](https://stackoverflow.com/tags/ddev) is a great place for long-term storage of obscure answers or complicated questions. When somebody figures out the answer to an important question, try to get it written up there. diff --git a/src/content/blog/maintaining-ddev-tests-contributor-training.md b/src/content/blog/maintaining-ddev-tests-contributor-training.md index a8101e4b..fccbf1fc 100644 --- a/src/content/blog/maintaining-ddev-tests-contributor-training.md +++ b/src/content/blog/maintaining-ddev-tests-contributor-training.md @@ -117,7 +117,7 @@ If it passes or fails, I'll likely click on a line to create a breakpoint and th - [Training: Setting up a go development environment](setting-up-a-go-development-environment.md) - [DDEV docs: Building, Testing, and Contributing](https://ddev.readthedocs.io/en/stable/developers/building-contributing/) -- The GitHub Workflow tests and Buildkite tests are shown on every PR run and every run on the default branch. If you don't have access to see them, just ask in [Discord](https://discord.com/invite/5wjP76mBJD) or the [issue queue](https://github.com/ddev/ddev/issues), and you can get it. +- The GitHub Workflow tests and Buildkite tests are shown on every PR run and every run on the default branch. If you don't have access to see them, just ask in [Discord](/s/discord) or the [issue queue](https://github.com/ddev/ddev/issues), and you can get it. ## Contributions welcome! diff --git a/src/content/blog/randy-in-patagonia.md b/src/content/blog/randy-in-patagonia.md index 0b52db39..a7f6c727 100644 --- a/src/content/blog/randy-in-patagonia.md +++ b/src/content/blog/randy-in-patagonia.md @@ -42,7 +42,7 @@ We're looking forward to having you along with us. Thanks for your support of DD ## Stay in Touch! -The DDEV community will be going strong as usual. Join us to give and receive support [in Discord](https://discord.gg/5wjP76mBJD) and [the issue queue](https://github.com/ddev/ddev/issues). +The DDEV community will be going strong as usual. Join us to give and receive support [in Discord](/s/discord) and [the issue queue](https://github.com/ddev/ddev/issues). ## Making DDEV Sustainable in the Long Term diff --git a/src/content/blog/recruiting-maintainers.md b/src/content/blog/recruiting-maintainers.md index 3fa3ac1b..f1d678f4 100644 --- a/src/content/blog/recruiting-maintainers.md +++ b/src/content/blog/recruiting-maintainers.md @@ -63,4 +63,4 @@ While maintainers may work on the project on a volunteer basis, the community ha You don't actually "apply," you grow into these positions. But if becoming a maintainer is interesting to you, let's talk about it and make a plan! We'll mentor you, give you responsibilities commensurate with your capabililties, and help you grow into the role. If you're a PHP developer, you can learn go enough to make significant contributions in a modest amount of time. But perhaps most of the DDEV project is a variety of miscellaneous technologies that you may already have experience with. And understanding the web developer is a fundamental part of DDEV, so if you're a web developer you're already part of the way there. -Drop by [Discord](https://discord.gg/5wjP76mBJD), the [issue queue](https://github.com/ddev/ddev/issues) or send an email to `randy.fay (at) ddev.com`. We'd love to talk with you about it! +Drop by [Discord](/s/discord), the [issue queue](https://github.com/ddev/ddev/issues) or send an email to `randy.fay (at) ddev.com`. We'd love to talk with you about it! diff --git a/src/content/blog/release-v1.23.5-auto-port-assignment.md b/src/content/blog/release-v1.23.5-auto-port-assignment.md index d7f2e8ad..85081d4e 100644 --- a/src/content/blog/release-v1.23.5-auto-port-assignment.md +++ b/src/content/blog/release-v1.23.5-auto-port-assignment.md @@ -31,4 +31,4 @@ You'll find loads more in the [release notes](https://github.com/ddev/ddev/relea Our next release is planned to be a major release, v1.24.0, and will have PHP 8.4.0 and will change the default PHP version for new projects to PHP 8.3. We expect to have MySQL 8.4 in there as well. -Follow our [blog](https://ddev.com/blog/), [LinkedIn](https://www.linkedin.com/company/ddev-foundation), [Mastodon](https://fosstodon.org/@ddev), and join us on [Discord](https://discord.gg/5wjP76mBJD). And we'd love to have you sign up for the [monthly newsletter](/newsletter). +Follow our [blog](https://ddev.com/blog/), [LinkedIn](https://www.linkedin.com/company/ddev-foundation), [Mastodon](https://fosstodon.org/@ddev), and join us on [Discord](/s/discord). And we'd love to have you sign up for the [monthly newsletter](/newsletter). diff --git a/src/content/blog/release-v1.24.0-php8.4.md b/src/content/blog/release-v1.24.0-php8.4.md index 40e3dba4..2f5a192f 100644 --- a/src/content/blog/release-v1.24.0-php8.4.md +++ b/src/content/blog/release-v1.24.0-php8.4.md @@ -58,4 +58,4 @@ From the entire team, thanks for using, promoting, contributing, and supporting If you have more questions, please reach out to us in any of the many [support channels](https://ddev.readthedocs.io/en/stable/users/support/). -Follow our [blog](https://ddev.com/blog/), [Bluesky](https://bsky.app/profile/ddev.bsky.social), [LinkedIn](https://www.linkedin.com/company/ddev-foundation), [Mastodon](https://fosstodon.org/@ddev), and join us on [Discord](https://discord.gg/5wjP76mBJD). And we'd love to have you sign up for the [monthly newsletter](/newsletter). +Follow our [blog](https://ddev.com/blog/), [Bluesky](https://bsky.app/profile/ddev.bsky.social), [LinkedIn](https://www.linkedin.com/company/ddev-foundation), [Mastodon](https://fosstodon.org/@ddev), and join us on [Discord](/s/discord). And we'd love to have you sign up for the [monthly newsletter](/newsletter). diff --git a/src/content/blog/save-as-you-go-and-make-backups-in-a-jiffy-with-ddev-local.md b/src/content/blog/save-as-you-go-and-make-backups-in-a-jiffy-with-ddev-local.md index 9cd55465..2310264e 100644 --- a/src/content/blog/save-as-you-go-and-make-backups-in-a-jiffy-with-ddev-local.md +++ b/src/content/blog/save-as-you-go-and-make-backups-in-a-jiffy-with-ddev-local.md @@ -104,4 +104,4 @@ A text-format database dump created with either this technique or `ddev export-d See the [docs](https://ddev.readthedocs.io/en/stable/users/usage/database-management/) for everything there is to know about database management. -And join us in the [issue queue](https://github.com/ddev/ddev/issues), [Discord](https://discord.gg/5wjP76mBJD), [Stack Overflow](https://stackoverflow.com/tags/ddev) with your questions, comments, and suggestions. +And join us in the [issue queue](https://github.com/ddev/ddev/issues), [Discord](/s/discord), [Stack Overflow](https://stackoverflow.com/tags/ddev) with your questions, comments, and suggestions. diff --git a/src/content/blog/setting-up-a-go-development-environment.md b/src/content/blog/setting-up-a-go-development-environment.md index 98c14b18..843bf5bf 100644 --- a/src/content/blog/setting-up-a-go-development-environment.md +++ b/src/content/blog/setting-up-a-go-development-environment.md @@ -93,4 +93,4 @@ devcontainer.json ([Min 58:35](https://youtu.be/IjrJw0Ay-dk?t=3507)) is a file f ## Keep in touch! -Join us in [Discord](https://discord.gg/5wjP76mBJD) or [open an issue](https://github.com/ddev/ddev/issues) or send [an email](mailto:support%40ddev.com) if you have success (or failure 😀). +Join us in [Discord](/s/discord) or [open an issue](https://github.com/ddev/ddev/issues) or send [an email](mailto:support%40ddev.com) if you have success (or failure 😀). diff --git a/src/content/blog/stats-on-ddev-usage-nov-2024.md b/src/content/blog/stats-on-ddev-usage-nov-2024.md index 6eebe0d9..3beea204 100644 --- a/src/content/blog/stats-on-ddev-usage-nov-2024.md +++ b/src/content/blog/stats-on-ddev-usage-nov-2024.md @@ -107,4 +107,4 @@ Now that the Traefik router has been standard for two major versions, there's ve **THANKS to all of you who are supporting DDEV’s path to sustainability** and who have gotten your organizations to do so. 13,600 or so of you are using this tool and ecosystem weekly, about 55 of you are financially supporting its sustainability. Time to [step up](https://github.com/sponsors/ddev) if you're not in those 55! We need you in the same way you need us. -Want to keep up as the month goes along? Follow our [blog](https://ddev.com/blog/), [LinkedIn](https://www.linkedin.com/company/ddev-foundation), [Mastodon](https://fosstodon.org/@ddev), and join us on [Discord](https://discord.gg/5wjP76mBJD). +Want to keep up as the month goes along? Follow our [blog](https://ddev.com/blog/), [LinkedIn](https://www.linkedin.com/company/ddev-foundation), [Mastodon](https://fosstodon.org/@ddev), and join us on [Discord](/s/discord). diff --git a/src/content/blog/whats-so-different-about-ddev-local.md b/src/content/blog/whats-so-different-about-ddev-local.md index 16966671..696fd926 100644 --- a/src/content/blog/whats-so-different-about-ddev-local.md +++ b/src/content/blog/whats-so-different-about-ddev-local.md @@ -41,7 +41,7 @@ In 2022, users from designers to developers to testers and open source contribut ## Most importantly: the DDEV community -- **Amazing community involvement and support**: The DDEV community has been phenomenal through the years, contributing ideas, code, and shared support. There are open collections of [DDEV services, tools, snippets, approaches](https://ddev.readthedocs.io/en/stable/users/extend/additional-services/) as well as [blogs and presentations](https://github.com/ddev/awesome-ddev) and more from users around the world. You’ll find very deep [community support](https://ddev.readthedocs.io/en/stable/users/support/) in a [Discord](https://discord.gg/5wjP76mBJD) and [Stack Overflow](https://stackoverflow.com/tags/ddev), etc. We are beyond grateful to all who have contributed to and shared DDEV, thank you! +- **Amazing community involvement and support**: The DDEV community has been phenomenal through the years, contributing ideas, code, and shared support. There are open collections of [DDEV services, tools, snippets, approaches](https://ddev.readthedocs.io/en/stable/users/extend/additional-services/) as well as [blogs and presentations](https://github.com/ddev/awesome-ddev) and more from users around the world. You’ll find very deep [community support](https://ddev.readthedocs.io/en/stable/users/support/) in a [Discord](/s/discord) and [Stack Overflow](https://stackoverflow.com/tags/ddev), etc. We are beyond grateful to all who have contributed to and shared DDEV, thank you! - **The [DDEV Advisory Group](https://github.com/ddev/ddev/discussions/categories/ddev-advisory-group)** provides oversight, direction and feedback for the project. Anyone is welcome to join. - **DDEV in the Open Source ecosystem:** Upstream and downstream, we’re pleased to contribute and collaborate to a variety of open source projects, including: - **Docker project**: We’re very involved with the Docker project, because DDEV users are always pushing the limits. We participate heavily in the [Compose](https://github.com/docker/compose/issues), [Docker Desktop for Mac](https://github.com/docker/for-mac/issues) and [Docker Desktop for Windows](https://github.com/docker/for-win/issues) issue queues, along with several others. diff --git a/src/content/blog/windows-ddev-setup.md b/src/content/blog/windows-ddev-setup.md index 9e1acb52..fea90c9a 100644 --- a/src/content/blog/windows-ddev-setup.md +++ b/src/content/blog/windows-ddev-setup.md @@ -53,6 +53,6 @@ Two recent Windows machines I set up were the new ARM64/Qualcomm/CoPilot variety - Run `.githooks/linkallchecks.sh` - Install `golangci-lint` for `make staticrequired`: `go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest` -We'd love to hear your own hints and tips on how you set up a Windows machine (or any other computer!). You can contribute to this article with a [PR to the blog](https://github.com/ddev/ddev.com) or make your suggestions on [Discord](https://discord.com/invite/5wjP76mBJD). We welcome guest blogs too! +We'd love to hear your own hints and tips on how you set up a Windows machine (or any other computer!). You can contribute to this article with a [PR to the blog](https://github.com/ddev/ddev.com) or make your suggestions on [Discord](/s/discord). We welcome guest blogs too! -Follow our [blog](https://ddev.com/blog/), [LinkedIn](https://www.linkedin.com/company/ddev-foundation), [Mastodon](https://fosstodon.org/@ddev), and join us on [Discord](https://discord.gg/5wjP76mBJD). And we'd love to have you sign up for the [monthly newsletter](/newsletter). +Follow our [blog](https://ddev.com/blog/), [LinkedIn](https://www.linkedin.com/company/ddev-foundation), [Mastodon](https://fosstodon.org/@ddev), and join us on [Discord](/s/discord). And we'd love to have you sign up for the [monthly newsletter](/newsletter).