Skip to content

Commit

Permalink
Merge pull request #853 from staabm/patch-1
Browse files Browse the repository at this point in the history
fix api link in Issue\Labels::add()
  • Loading branch information
acrobat authored Apr 1, 2020
2 parents d493c8f + c7b4186 commit 93ba4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Github/Api/Issue/Labels.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93ba4c0

Please sign in to comment.