From f1fe0fa80e436b3b4012af03bfd51adc93c96735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rune=20S=C3=B8e-Knudsen?= <41109954+urrsk@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:04:43 +0100 Subject: [PATCH] fix sphinx doc link in ur_robot_driver (#1240) (cherry picked from commit 6ebe03a41c168946091eba2ad95a266f416dee94) --- ur_robot_driver/doc/make.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ur_robot_driver/doc/make.bat b/ur_robot_driver/doc/make.bat index 27f573b87..558ef605a 100644 --- a/ur_robot_driver/doc/make.bat +++ b/ur_robot_driver/doc/make.bat @@ -21,7 +21,7 @@ if errorlevel 9009 ( echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from - echo.http://sphinx-doc.org/ + echo.https://sphinx-doc.org/ exit /b 1 )