Skip to content

Commit 84c25fa

Browse files
author
Piotr Buchman
committed
Fixed not fixed links in javadoc
1 parent 10a58fb commit 84c25fa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

query/src/main/java/io/keen/client/java/KeenQueryClient.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public long countUnique(String eventCollection, String targetProperty, Timeframe
104104

105105
/**
106106
* Minimum query with only the required arguments.
107-
* Query API info here: https://keen.io/docs/api/#minimum-resource
107+
* Query API info here: https://keen.io/docs/api/#minimum
108108
*
109109
* @param eventCollection The name of the event collection you are analyzing.
110110
* @param targetProperty The name of the property you are analyzing.
@@ -125,7 +125,7 @@ public double minimum(String eventCollection, String targetProperty, Timeframe t
125125

126126
/**
127127
* Maximum query with only the required arguments.
128-
* Query API info here: https://keen.io/docs/api/#maximum-resource
128+
* Query API info here: https://keen.io/docs/api/#maximum
129129
*
130130
* @param eventCollection The name of the event collection you are analyzing.
131131
* @param targetProperty The name of the property you are analyzing.
@@ -146,7 +146,7 @@ public double maximum(String eventCollection, String targetProperty, Timeframe t
146146

147147
/**
148148
* Average query with only the required arguments.
149-
* Query API info here: https://keen.io/docs/api/#average-resource
149+
* Query API info here: https://keen.io/docs/api/#average
150150
*
151151
* @param eventCollection The name of the event collection you are analyzing.
152152
* @param targetProperty The name of the property you are analyzing.
@@ -167,7 +167,7 @@ public double average(String eventCollection, String targetProperty, Timeframe t
167167

168168
/**
169169
* Median query with only the required arguments.
170-
* Query API info here: https://keen.io/docs/api/#median-resource
170+
* Query API info here: https://keen.io/docs/api/#median
171171
*
172172
* @param eventCollection The name of the event collection you are analyzing.
173173
* @param targetProperty The name of the property you are analyzing.
@@ -188,7 +188,7 @@ public double median(String eventCollection, String targetProperty, Timeframe ti
188188

189189
/**
190190
* Percentile query with only the required arguments.
191-
* Query API info here: https://keen.io/docs/api/#percentile-resource
191+
* Query API info here: https://keen.io/docs/api/#percentile
192192
*
193193
* @param eventCollection The name of the event collection you are analyzing.
194194
* @param targetProperty The name of the property you are analyzing.
@@ -211,7 +211,7 @@ public double percentile(String eventCollection, String targetProperty, Double p
211211

212212
/**
213213
* Sum query with only the required arguments.
214-
* Query API info here: https://keen.io/docs/api/#sum-resource
214+
* Query API info here: https://keen.io/docs/api/#sum
215215
*
216216
* @param eventCollection The name of the event collection you are analyzing.
217217
* @param targetProperty The name of the property you are analyzing.

0 commit comments

Comments
 (0)