From ccb99929304e6e69f8e24884cbd5973dd79a8f80 Mon Sep 17 00:00:00 2001 From: Chris Baker Date: Wed, 12 Jun 2019 15:14:34 +0000 Subject: [PATCH] documentation: fixed incorrect URLs in allocation signal/restart documentation --- website/source/api/allocations.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/api/allocations.html.md b/website/source/api/allocations.html.md index 897e24ba4..8bbe0f9fa 100644 --- a/website/source/api/allocations.html.md +++ b/website/source/api/allocations.html.md @@ -612,7 +612,7 @@ This endpoint sends a signal to an allocation or task. | Method | Path | Produces | | ------ | -------------------------- | -------------------------- | -| `POST` / `PUT` | `/v1/allocation/:alloc_id/signal` | `application/json` | +| `POST` / `PUT` | `/v1/client/allocation/:alloc_id/signal` | `application/json` | The table below shows this endpoint's support for [blocking queries](/api/index.html#blocking-queries) and @@ -656,7 +656,7 @@ This endpoint restarts an allocation or task in-place. | Method | Path | Produces | | ------ | -------------------------- | -------------------------- | -| `POST` / `PUT` | `/v1/allocation/:alloc_id/restart` | `application/json` | +| `POST` / `PUT` | `/v1/client/allocation/:alloc_id/restart` | `application/json` | The table below shows this endpoint's support for [blocking queries](/api/index.html#blocking-queries) and