Skip to content

Commit dc569d2

Browse files
authored
Merge pull request #121 from saimaz/short_elasticsearch_doc_links
Added shorter links to the docs
2 parents 7130a66 + d49e274 commit dc569d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/Aggregation/DateHistogramAggregation.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* Class representing Histogram aggregation.
1818
*
19-
* @link https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-datehistogram-aggregation.html
19+
* @link https://goo.gl/hGCdDd
2020
*/
2121
class DateHistogramAggregation extends AbstractAggregation
2222
{

Diff for: src/Aggregation/SignificantTermsAggregation.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Class representing TermsAggregation.
1616
*
17-
* @link https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-significantterms-aggregation.html
17+
* @link https://goo.gl/xI7zoa
1818
*/
1919
class SignificantTermsAggregation extends TermsAggregation
2020
{

0 commit comments

Comments
 (0)