@@ -15,15 +15,15 @@ worker will have a `context=worker` since it's operating on the worker level.
1515An action to reboot a single worker would have ` context=worker ` .
1616
1717Queue Actions are conceptually related to [ task
18- actions] ( /manual/using/actions ) , in that both allow resources to expose
18+ actions] ( /docs/ manual/using/actions ) , in that both allow resources to expose
1919context-specific opportunities to manipulate those resources. However, the
2020implementations are completely different.
2121
2222## Defining Actions
2323
2424Actions are defined at the provisioner level. To set the actions to a
2525provisioner, perform a call to the queue's
26- [ declareProvisioner] ( /reference/platform/taskcluster-queue/references/api#declareProvisioner )
26+ [ declareProvisioner] ( /docs/ reference/platform/taskcluster-queue/references/api#declareProvisioner )
2727method, supplying a list of actions.
2828
2929An action is comprised with the following properties:
@@ -40,7 +40,7 @@ An action is comprised with the following properties:
4040
4141Note that the action endpoint should return early. In other words, if an action takes a while
4242to finish, start it up and send the HTTP response. To notify a user with the action status,
43- use [ taskcluster-notify] ( https:// docs.taskcluster.net /reference/core/taskcluster-notify) .
43+ use [ taskcluster-notify] ( / docs/reference/core/taskcluster-notify) .
4444
4545
4646### Context
@@ -50,9 +50,9 @@ specific to a context will only be returned by the appropriate API method.
5050
5151| ` context ` | API Method |
5252| ---------------| ----------------------------------------------------------------------------------------|
53- | ` provisioner ` | [ getProvisioner] ( /reference/platform/taskcluster-queue/references/api#getProvisioner ) * |
54- | ` worker-type ` | [ getWorkerType] ( /reference/platform/taskcluster-queue/references/api#getWorkerType ) |
55- | ` worker ` | [ getWorker] ( /reference/platform/taskcluster-queue/references/api#getWorker ) |
53+ | ` provisioner ` | [ getProvisioner] ( /docs/ reference/platform/taskcluster-queue/references/api#getProvisioner ) * |
54+ | ` worker-type ` | [ getWorkerType] ( /docs/ reference/platform/taskcluster-queue/references/api#getWorkerType ) |
55+ | ` worker ` | [ getWorker] ( /docs/ reference/platform/taskcluster-queue/references/api#getWorker ) |
5656
5757Note that all actions are declared at the provisioner level, regardless of
5858context. For symmetry, ` getProvisioner ` also returns all actions, not just
0 commit comments