From 4602c1b0a51ef6eb858656e5bc7854878e5b6d0e Mon Sep 17 00:00:00 2001 From: 0p3r4t0r <0p3r4t0r@users.noreply.github.com> Date: Mon, 19 Jan 2026 15:15:24 +0900 Subject: [PATCH] Update documentation link for custom labscript devices --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85703788..80988f6b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A modular and extensible plugin architecture to control experiment hardware using the [*labscript suite*](https://github.com/labscript-suite/labscript-suite). -The *labscript suite* supports a range of commercial and open-source hardware, and is modular by design. Adding support for new devices involves writing Python functions for a well-defined set of primitives to program instructions, and transition between buffered I/O and manual states. See the [documentation](http://labscriptsuite.org/documentation) for more details on adding new devices. +The *labscript suite* supports a range of commercial and open-source hardware, and is modular by design. Adding support for new devices involves writing Python functions for a well-defined set of primitives to program instructions, and transition between buffered I/O and manual states. See the [documentation](https://docs.labscriptsuite.org/projects/labscript-devices/en/latest/user_devices/) for more details on adding new devices. ## Supported hardware