diff --git a/doc/repos.md b/doc/repos.md index 7c7d83be5c5..1eb24a278b7 100644 --- a/doc/repos.md +++ b/doc/repos.md @@ -30,7 +30,7 @@ Returns a list of repositories. #### Advanced search -You can filter the results by language. It takes the same values as the language drop down on [http://github.com/search](http://github). +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). ```php $repos = $client->api('repo')->find('chess', array('language' => 'php'));