From ba41d64c364d83d816d70ccfc4e2b57914f7539d Mon Sep 17 00:00:00 2001 From: Kevin Broch <86068473+kbroch-rivosinc@users.noreply.github.com> Date: Fri, 11 Oct 2024 09:46:51 -0700 Subject: [PATCH] fix link to VISA spec (#459) existing link had 404, looks like website was updated to https and spec download page reworked --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6e64b63..d39bd1c 100644 --- a/README.rst +++ b/README.rst @@ -41,7 +41,7 @@ implements most of the methods for Message Based communication (Serial/USB/GPIB/Ethernet) using Python and some well developed, easy to deploy and cross platform libraries -.. _VISA: http://www.ivifoundation.org/Downloads/Specifications.htm +.. _VISA: https://www.ivifoundation.org/specifications/default.html#visa-specifications VISA and Python