documentation: fixed incorrect URLs in allocation signal/restart documentation

This commit is contained in:
Chris Baker 2019-06-12 15:14:34 +00:00
parent 559ccfe797
commit ccb9992930
1 changed files with 2 additions and 2 deletions

View File

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