From 9f31c6f93f4ee6126f75720965bc211468a6fd82 Mon Sep 17 00:00:00 2001 From: lulav Date: Sat, 18 May 2024 07:47:27 +0300 Subject: [PATCH] fix(readme): update style guide link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eedb2c7..a7fd785 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ See [how I develop with vscode and ros2](https://www.allisonthackston.com/articl ROS2-approved formatters are included in the IDE. * **c++** uncrustify; config from `ament_uncrustify` -* **python** autopep8; vscode settings consistent with the [style guide](https://index.ros.org/doc/ros2/Contributing/Code-Style-Language-Versions/) +* **python** autopep8; vscode settings consistent with the [style guide](https://docs.ros.org/en/humble/The-ROS2-Project/Contributing/Code-Style-Language-Versions.html) ### Tasks