From 993434b100c4929ae462e93850d220944fe39244 Mon Sep 17 00:00:00 2001 From: Andrew Straw Date: Fri, 12 Apr 2024 13:34:39 +0200 Subject: [PATCH] ci2-pyloncxx: fix broken URL --- ci2-pyloncxx/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci2-pyloncxx/src/lib.rs b/ci2-pyloncxx/src/lib.rs index 36e0b86f3..23360fae7 100644 --- a/ci2-pyloncxx/src/lib.rs +++ b/ci2-pyloncxx/src/lib.rs @@ -397,7 +397,7 @@ impl<'a> WrappedCamera<'a> { log::warn!("You seem to be using a USB3 camera on linux but the file \"{}\" \ is set to only {}. For best performance, consider setting it to {}. \ For more information, see \ - https://www.baslerweb.com/en/sales-support/knowledge-base/frequently-asked-questions/how-can-i-set-the-usbfs-on-linux-or-linux-for-arm-to-prevent-image-losses-with-pylon-and-usb-cameras/29826/.", + https://web.archive.org/web/20230318224225/https://www.baslerweb.com/en/sales-support/knowledge-base/frequently-asked-questions/how-can-i-set-the-usbfs-on-linux-or-linux-for-arm-to-prevent-image-losses-with-pylon-and-usb-cameras/29826/.", fname, usbfs_memory_mb, desired_mb); } else { log::debug!(