From c7b418616084e53c780007b926d436fef551fb52 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Fri, 27 Mar 2020 13:58:55 +0100 Subject: [PATCH] fix api link in Issue\Labels::add() --- lib/Github/Api/Issue/Labels.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Github/Api/Issue/Labels.php b/lib/Github/Api/Issue/Labels.php index f1f68b76295..a287d6ccfa6 100644 --- a/lib/Github/Api/Issue/Labels.php +++ b/lib/Github/Api/Issue/Labels.php @@ -118,7 +118,7 @@ public function update($username, $repository, $label, $newName, $color) /** * Add a label to an issue. * - * @link https://developer.github.com/v3/issues/labels/#remove-a-label-from-an-issue + * @link https://developer.github.com/v3/issues/labels/#add-labels-to-an-issue * * @param string $username * @param string $repository