From 263ed6f9c6c71aac0627ef09e328d01b814f08ba Mon Sep 17 00:00:00 2001 From: Kyle Root Date: Mon, 14 Nov 2022 04:37:06 -0500 Subject: [PATCH] Fix broken URL to nvidia device plugin (#15234) --- website/content/docs/concepts/plugins/devices.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/concepts/plugins/devices.mdx b/website/content/docs/concepts/plugins/devices.mdx index ac288eefc..71defa9c9 100644 --- a/website/content/docs/concepts/plugins/devices.mdx +++ b/website/content/docs/concepts/plugins/devices.mdx @@ -13,7 +13,7 @@ devices and working with the Nomad client to make them available to assigned tasks. For a real world example of a Nomad device plugin implementation, see the [Nvidia -GPU plugin](https://github.com/hashicorp/nomad/tree/main/devices/gpu/nvidia). +GPU plugin](https://github.com/hashicorp/nomad-device-nvidia). ## Authoring Device Plugins