Skip to content

Commit 93ba4c0

Browse files
authored
Merge pull request #853 from staabm/patch-1
fix api link in Issue\Labels::add()
2 parents d493c8f + c7b4186 commit 93ba4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Github/Api/Issue/Labels.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public function update($username, $repository, $label, $newName, $color)
118118
/**
119119
* Add a label to an issue.
120120
*
121-
* @link https://developer.github.com/v3/issues/labels/#remove-a-label-from-an-issue
121+
* @link https://developer.github.com/v3/issues/labels/#add-labels-to-an-issue
122122
*
123123
* @param string $username
124124
* @param string $repository

0 commit comments

Comments
 (0)