From 35632ba708583733b0962728503d0da15fcc0d99 Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Fri, 10 Jan 2025 13:59:25 +0100 Subject: [PATCH] Update links to dashboard server documentation --- include/ur_client_library/ur/dashboard_client.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ur_client_library/ur/dashboard_client.h b/include/ur_client_library/ur/dashboard_client.h index 7dabf2cf..579c7bb1 100644 --- a/include/ur_client_library/ur/dashboard_client.h +++ b/include/ur_client_library/ur/dashboard_client.h @@ -40,8 +40,8 @@ namespace urcl * for the server's response. * * For documentation about the dashboard server, please see - * - https://www.universal-robots.com/how-tos-and-faqs/how-to/ur-how-tos/dashboard-server-cb-series-port-29999-15690/ - * - https://www.universal-robots.com/how-tos-and-faqs/how-to/ur-how-tos/dashboard-server-e-series-port-29999-42728/ + * - https://www.universal-robots.com/articles/ur/dashboard-server-cb-series-port-29999/ + * - https://www.universal-robots.com/articles/ur/dashboard-server-e-series-port-29999/ */ class DashboardClient : public comm::TCPSocket {