Skip to content
Snippets Groups Projects
Commit dc569d21 authored by Simonas Šerlinskas's avatar Simonas Šerlinskas Committed by GitHub
Browse files

Merge pull request #121 from saimaz/short_elasticsearch_doc_links

Added shorter links to the docs
parents 7130a661 d49e2740
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ use ONGR\ElasticsearchDSL\Aggregation\Type\BucketingTrait;
/**
* 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
{
......
......@@ -14,7 +14,7 @@ namespace ONGR\ElasticsearchDSL\Aggregation;
/**
* 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
{
......
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