From 839cb29b3b0d55e37e22a6d750366dd432a379ed Mon Sep 17 00:00:00 2001 From: josh Date: Wed, 7 Jun 2023 22:54:58 -0400 Subject: [PATCH] Add links to Nomad refs Signed-off-by: josh --- plugins/nomad-backend/README.md | 2 +- plugins/nomad/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/nomad-backend/README.md b/plugins/nomad-backend/README.md index bb0b48fe4a..d06444809e 100644 --- a/plugins/nomad-backend/README.md +++ b/plugins/nomad-backend/README.md @@ -1,6 +1,6 @@ # @backstage/plugin-nomad-backend -A backend for Nomad, this plugin exposes a service with routes that are used by the `@backstage/plugin-nomad` plugin to query Job and Group information from a Nomad API. +A backend for [Nomad](https://www.nomadproject.io/), this plugin exposes a service with routes that are used by the `@backstage/plugin-nomad` plugin to query Job and Group information from a Nomad API. ## Set Up diff --git a/plugins/nomad/README.md b/plugins/nomad/README.md index 1a38cc299a..da14a0a3f3 100644 --- a/plugins/nomad/README.md +++ b/plugins/nomad/README.md @@ -1,12 +1,12 @@ # @backstage/plugin-nomad -This is a frontend plugin is for viewing Nomad [job versions](https://developer.hashicorp.com/nomad/docs/concepts/architecture#job) and [task group allocations](https://developer.hashicorp.com/nomad/docs/concepts/architecture#allocation). +This is a frontend plugin is for viewing [Nomad](https://www.nomadproject.io/) [job versions](https://developer.hashicorp.com/nomad/docs/concepts/architecture#job) and [task group allocations](https://developer.hashicorp.com/nomad/docs/concepts/architecture#allocation). This plugin has a corresponding backend plugin required to call the Nomad cluster's API: ` @backstage/plugin-nomad-backend`. ## Introduction -### Nomad +### [Nomad](https://www.nomadproject.io/) > A simple and flexible scheduler and orchestrator to deploy and manage containers and non-containerized applications across on-prem and clouds at scale.