Fix broken URL to nvidia device plugin (#15234)

This commit is contained in:
Kyle Root
2022-11-14 04:37:06 -05:00
committed by GitHub
parent 9ad90290e2
commit 263ed6f9c6

View File

@@ -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