From b1bb69ad1f6cfc480d73bea774af8756a34a1220 Mon Sep 17 00:00:00 2001 From: Felix Divo <4403130+felixdivo@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:07:29 +0200 Subject: [PATCH] Update link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17dc09d..b170046 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A Python test framework for [ROS2](https://ros.org/) allowing for: - easy integration of existing nodes and launch files - testing of nodes implemented in any programming language (C++, Python, etc.) - works with and without tools like `colcon test` and `pytest` -- is minimalistic and has [very few dependencies](https://github.com/felixdivo/ros2-easy-test/blob/main/pyproject.toml) +- is minimalistic and has [very few dependencies](https://github.com/felixdivo/ros2-easy-test/blob/main/ros2_easy_test/package.xml) - is typed and [documented](https://ros2-easy-test.readthedocs.io/en/latest/) - is tested, used in practice, and maintained