From 242461702de778de84783448dd52ae580ca4750e Mon Sep 17 00:00:00 2001 From: Aimee Ukasick Date: Thu, 16 Jan 2025 15:12:43 -0600 Subject: [PATCH] fix content-check errors --- website/content/docs/release-notes/nomad/v1_9_x.mdx | 3 ++- website/content/plugins/devices/index.mdx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/website/content/docs/release-notes/nomad/v1_9_x.mdx b/website/content/docs/release-notes/nomad/v1_9_x.mdx index a6d48a7b3f2..1346d4f4b63 100644 --- a/website/content/docs/release-notes/nomad/v1_9_x.mdx +++ b/website/content/docs/release-notes/nomad/v1_9_x.mdx @@ -19,7 +19,7 @@ details. - **Quotas for device resources (Enterprise)**: This release extends quotas to allow limiting [device resources](/nomad/docs/job-specification/device). Refer -to [Resource quotas]() for configuration details. +to [Resource quotas] for configuration details. - **NUMA awareness for device resources (Enterprise)**: Nomad is able to correlate CPU cores with memory nodes and assign tasks to run on specific CPU @@ -133,3 +133,4 @@ listed below. [vault-integration]: /nomad/docs/integrations/vault/acl [GH-18529]: https://github.com/hashicorp/nomad/issues/18529 [`disconnect`]: /nomad/docs/job-specification/disconnect +[Resource Quotas]: /nomad/docs/other-specifications/quota diff --git a/website/content/plugins/devices/index.mdx b/website/content/plugins/devices/index.mdx index 5bbf2870246..e4531f862ad 100644 --- a/website/content/plugins/devices/index.mdx +++ b/website/content/plugins/devices/index.mdx @@ -1,7 +1,7 @@ --- layout: docs page_title: Device driver plugins -description: |-U +description: |- Use device driver plugins to detect your Nomad client's physical hardware devices, such as graph processing units (GPUs), field programmable gate arrays (FPGAs), tensor processing units (TPUs), and universal serial buses (USBs). You can then use those devices in your Nomad workloads. ---