From 3b9cd3e15603bdb2c1ce8f4925447cc844b5e9cf Mon Sep 17 00:00:00 2001 From: Brandon Martinez Date: Wed, 1 Jul 2026 13:20:43 -0700 Subject: [PATCH] Fix Link Destination The displayed text for the support email is correct as support@rewst.io, but the destination still pointed at roc@rewst.io. Updated the mailto link --- support-and-community/roc-support/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support-and-community/roc-support/README.md b/support-and-community/roc-support/README.md index 8074c48e..ea947e99 100644 --- a/support-and-community/roc-support/README.md +++ b/support-and-community/roc-support/README.md @@ -28,7 +28,7 @@ Learn more about our support priority levels [here](support-priorities.md). To create a support request, you have several options. -* Email: Send your request to [support@rewst.io](mailto:roc@rewst.io) +* Email: Send your request to [support@rewst.io](mailto:support@rewst.io) * Self-Service Portal: Log in and submit a ticket at [https://service.rewst.io/portal](https://service.rewst.io/portal) * Discord: You can send a message to our team via your private customer channel in Discord. We aim to respond to these messages within 60 minutes. * [Create a ticket via Discord](create-a-ticket-via-discord.md). This will alert our support team and they'll respond as quickly as possible.