Skip to content
Snippets Groups Projects
Commit 02b3d74e authored by Ron Rademaker's avatar Ron Rademaker
Browse files

Made links less complete to comply with codestyle

parent 94d42cb3
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ namespace ONGR\ElasticsearchDSL\Query;
* Represents Elasticsearch "match_phrase_prefix" query.
*
* @author Ron Rademaker
* @link https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-match-query.html#query-dsl-match-query-phrase-prefix
* @link https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-match-query.html
*/
class MatchPhrasePrefixQuery extends MatchQuery
{
......
......@@ -15,7 +15,7 @@ namespace ONGR\ElasticsearchDSL\Query;
* Represents Elasticsearch "match_phrase" query.
*
* @author Ron Rademaker
* @link https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-match-query.html#query-dsl-match-query-phrase
* @link https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-match-query.html
*/
class MatchPhraseQuery extends MatchQuery
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment