Skip to content

Commit 4a97e07

Browse files
authored
Merge pull request KnpLabs#594 from freekmurze/patch-1
Fix link
2 parents 4962b5b + 3374868 commit 4a97e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/repos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Returns a list of repositories.
3030

3131
#### Advanced search
3232

33-
You can filter the results by language. It takes the same values as the language drop down on [http://github.com/search](http://github).
33+
You can filter the results by language. It takes the same values as the language drop down on [http://github.com/search](http://github.com/search).
3434

3535
```php
3636
$repos = $client->api('repo')->find('chess', array('language' => 'php'));

0 commit comments

Comments
 (0)