From 5f2f2e6f7f002bd8043d142388fad0fddc28e0de Mon Sep 17 00:00:00 2001 From: at669 Date: Wed, 5 May 2021 13:55:01 -0600 Subject: [PATCH] Minor link fix --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 60677d05..2d53f34e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .idea .DS_Store *.swp +*.vscode/ \ No newline at end of file diff --git a/README.md b/README.md index 45e6bba3..1da52a58 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Scripts used to send [ROS](https://www.ros.org/) messages to an [TCP endpoint](h This Unity package provides three main features: -- ROSConnection: See the [Unity Robotics Hub](https://github.com/Unity-Technologies/Unity-Robotics-Hub/blob/master/tutorials/ros_unity_integration/README.md) repository for information and tutorials on how to use this component. +- ROSConnection: See the [Unity Robotics Hub](https://github.com/Unity-Technologies/Unity-Robotics-Hub/blob/main/tutorials/ros_unity_integration/README.md) repository for information and tutorials on how to use this component. - [Message Generation](MessageGeneration.md)