From f29e2c72568a86d168e96022c7e8a6c0a2c5b912 Mon Sep 17 00:00:00 2001 From: Abhishek Kashyap Date: Thu, 6 Mar 2025 20:14:12 +0100 Subject: [PATCH] corrects link to Matrix chat https://matrix.to/#/+rosorg-rust:matrix.org is no longer valid, see https://github.com/ros2-rust/ros2_rust/issues/286 --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 54dc00a55..bbf421a5a 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -1,7 +1,7 @@ # Contributing to `ros2_rust` Contributions to `ros2_rust` are very welcome! -Work is coordinated in via GitHub issues, and there also exists a [Matrix chat](https://matrix.to/#/+rosorg-rust:matrix.org) for general discussion. It's a good idea to check in with the other contributors and seek early-stage feedback when developing a major feature. +Work is coordinated in via GitHub issues, and there also exists a [Matrix chat](https://matrix.to/#/!AiYXdTWExqamTdatBl:matrix.org) for general discussion. It's a good idea to check in with the other contributors and seek early-stage feedback when developing a major feature. There are also occasional ROS 2 Rust WG meetings that are announced on the [ROS discourse forum](https://discourse.ros.org/).