From 02b3d74ec4438211abf9a048c0af180c60b1f951 Mon Sep 17 00:00:00 2001
From: Ron Rademaker <ron@connectholland.nl>
Date: Wed, 15 Jun 2016 15:40:35 +0200
Subject: [PATCH] Made links less complete to comply with codestyle

---
 src/Query/MatchPhrasePrefixQuery.php | 2 +-
 src/Query/MatchPhraseQuery.php       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Query/MatchPhrasePrefixQuery.php b/src/Query/MatchPhrasePrefixQuery.php
index a215d44..8d2d61c 100644
--- a/src/Query/MatchPhrasePrefixQuery.php
+++ b/src/Query/MatchPhrasePrefixQuery.php
@@ -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
 {
diff --git a/src/Query/MatchPhraseQuery.php b/src/Query/MatchPhraseQuery.php
index 6ac5d7a..e6f222d 100644
--- a/src/Query/MatchPhraseQuery.php
+++ b/src/Query/MatchPhraseQuery.php
@@ -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
 {
-- 
GitLab