Skip to content

Commit c7b4186

Browse files
authored
fix api link in Issue\Labels::add()
1 parent d493c8f commit c7b4186

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)