Skip to content

Commit

Permalink
Merge pull request #121 from saimaz/short_elasticsearch_doc_links
Browse files Browse the repository at this point in the history
Added shorter links to the docs
  • Loading branch information
saimaz authored Jul 11, 2016
2 parents 7130a66 + d49e274 commit dc569d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Aggregation/DateHistogramAggregation.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Class representing Histogram aggregation.
*
* @link https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-datehistogram-aggregation.html
* @link https://goo.gl/hGCdDd
*/
class DateHistogramAggregation extends AbstractAggregation
{
Expand Down
2 changes: 1 addition & 1 deletion src/Aggregation/SignificantTermsAggregation.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* Class representing TermsAggregation.
*
* @link https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-significantterms-aggregation.html
* @link https://goo.gl/xI7zoa
*/
class SignificantTermsAggregation extends TermsAggregation
{
Expand Down

0 comments on commit dc569d2

Please # to comment.