From f79ad12c07b21029f100f25b95f9ae8fb8c7243d Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 23 Oct 2025 09:04:36 -0600 Subject: [PATCH] Change PCIe Coral driver link in getting_started.md Updated the link for PCIe Coral driver instructions. --- docs/docs/guides/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/getting_started.md b/docs/docs/guides/getting_started.md index 89176ad4b..3b07d8d5b 100644 --- a/docs/docs/guides/getting_started.md +++ b/docs/docs/guides/getting_started.md @@ -202,7 +202,7 @@ services: ... devices: - /dev/bus/usb:/dev/bus/usb # passes the USB Coral, needs to be modified for other versions - - /dev/apex_0:/dev/apex_0 # passes a PCIe Coral, follow driver instructions here https://coral.ai/docs/m2/get-started/#2a-on-linux + - /dev/apex_0:/dev/apex_0 # passes a PCIe Coral, follow driver instructions here https://github.com/jnicolson/gasket-builder ... ```