From 70164439947284c4b52b1882905087d8cceaba70 Mon Sep 17 00:00:00 2001 From: Chris Campbell Date: Thu, 12 Oct 2023 13:15:02 +1100 Subject: [PATCH] Fix link tag --- pages/apis/api_differences.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/apis/api_differences.md b/pages/apis/api_differences.md index b415893598..7e1eeecf7d 100644 --- a/pages/apis/api_differences.md +++ b/pages/apis/api_differences.md @@ -23,7 +23,7 @@ On this page, we've collected the known limitation where some API features are o * <%= pill "AGENTS", "agents" %> [Get a list of agent token IDs (agent tokens are currently only available via GraphQL)](/docs/apis/graphql/cookbooks/agents#get-a-list-of-agent-token-ids). * <%= pill "BUILDS", "builds" %> [Get all environment variables set on a build](/docs/apis/graphql/cookbooks/builds#get-all-environment-variables-set-on-a-build). * <%= pill "BUILDS", "builds" %> [Increase the next build number](/docs/apis/graphql/cookbooks/builds#increase-the-next-build-number). -* <%= pill "BUILDS", "builds" %> [Get build info by ID] (/docs/apis/graphql/cookbooks/builds#get-build-info-by-id). +* <%= pill "BUILDS", "builds" %> [Get build info by ID](/docs/apis/graphql/cookbooks/builds#get-build-info-by-id). * <%= pill "JOBS", "jobs" %> [Get all jobs in a given queue for a given timeframe](/docs/apis/graphql/cookbooks/jobs#get-all-jobs-in-a-given-queue-for-a-given-timeframe). * <%= pill "JOBS", "jobs" %> [Get all jobs in a particular concurrency group](/docs/apis/graphql/cookbooks/jobs#get-all-jobs-in-a-particular-concurrency-group). * <%= pill "JOBS", "jobs" %> list job events.