From 1b5920cc253e33a14cd94c81cccf670d13ee13cf Mon Sep 17 00:00:00 2001 From: Hyung-Taik Choi Date: Fri, 26 May 2023 03:18:07 +0900 Subject: [PATCH] Fix broken link to contributing guidelines (#3587) The original URL (https://navigation.ros.org/contribute/index.html) seems not to exist, returning an HTTP 404. Hence, I've replaced the link with a page that seems most relevant. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58b35d28582..5628ca0686e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ For detailed instructions on how to: - [Navigation Plugins](https://navigation.ros.org/plugins/index.html) - [Migration Guides](https://navigation.ros.org/migration/index.html) - [Container Images for Building Nav2](https://github.com/orgs/ros-planning/packages/container/package/navigation2) -- [Contribute](https://navigation.ros.org/contribute/index.html) +- [Contribute](https://navigation.ros.org/development_guides/involvement_docs/index.html) Please visit our [documentation site](https://navigation.ros.org/). [Please visit our community Slack here](https://join.slack.com/t/navigation2/shared_invite/zt-hu52lnnq-cKYjuhTY~sEMbZXL8p9tOw) (if this link does not work, please contact maintainers to reactivate).