From 1ee9f85ff22d8b163b60dab1e97799247ed65de7 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Mon, 26 Nov 2018 17:55:22 +0000 Subject: [PATCH] Bug 1509186 - remove taskcluster.net from API description --- src/api.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/api.js b/src/api.js index 2141f84..89b47a8 100644 --- a/src/api.js +++ b/src/api.js @@ -156,9 +156,8 @@ async function findTCStatus(github, owner, repo, branch, configuration) { let builder = new APIBuilder({ title: 'Taskcluster GitHub API Documentation', description: [ - 'The github service, typically available at', - '`github.taskcluster.net`, is responsible for publishing pulse', - 'messages in response to GitHub events.', + 'The github service is responsible for creating tasks in reposnse', + 'to GitHub events, and posting results to the GitHub UI.', '', 'This document describes the API end-point for consuming GitHub', 'web hooks, as well as some useful consumer APIs.',