Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix minimal code link - switch to absolute link
  • Loading branch information
jakesylvestre authored Dec 28, 2016
1 parent cf829d1 commit c86189f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ $result = $query->getResult();

### The QueryBuilder

The query-builder based on [https://github.com/minimalcode-org/search](minimalcode-org/search) Criteria API.
The query-builder based on [https://github.com/minimalcode-org/search](/minimalcode-org/search) Criteria API.

```php
$queryBuilder = $this->get('solr.client')->getQueryBuilder('AcmeDemoBundle:Post');
Expand Down

0 comments on commit c86189f

Please sign in to comment.