Skip to content

Commit 4cbc160

Browse files
committed
Fix website references.
Add .vscode to gitignore
1 parent 2f1291b commit 4cbc160

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/main/java/org/apache/datasketches/quantilescommon/GenericInequalitySearch.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* <p>Given a sorted array of values <i>arr[]</i> and a search key value <i>v</i>, the algorithms for
4242
* the searching criteria are given with each enum criterion.</p>
4343
*
44-
* @see <a href="https://datasketches.apache.org/docs/Quantiles/SketchingQuantilesAndRanksTutorial.html">
44+
* @see <a href="https://datasketches.apache.org/docs/QuantilesAll/SketchingQuantilesAndRanksTutorial.html">
4545
* Sketching Quantiles and Ranks Tutorial</a>
4646
* @author Lee Rhodes
4747
*/

src/main/java/org/apache/datasketches/quantilescommon/InequalitySearch.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* <p>Given a sorted array of values <i>arr[]</i> and a search key value <i>v</i>, the algorithms for
4141
* the searching criteria are given with each enum criterion.</p>
4242
*
43-
* @see <a href="https://datasketches.apache.org/docs/Quantiles/SketchingQuantilesAndRanksTutorial.html">
43+
* @see <a href="https://datasketches.apache.org/docs/QuantilesAll/SketchingQuantilesAndRanksTutorial.html">
4444
* Sketching Quantiles and Ranks Tutorial</a>
4545
* @author Lee Rhodes
4646
*/

src/main/java/org/apache/datasketches/quantilescommon/QuantileSearchCriteria.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/**
2323
* These search criteria are used by the KLL, REQ and Classic Quantiles sketches in the DataSketches library.
2424
*
25-
* @see <a href="https://datasketches.apache.org/docs/Quantiles/SketchingQuantilesAndRanksTutorial.html">
25+
* @see <a href="https://datasketches.apache.org/docs/QuantilesAll/SketchingQuantilesAndRanksTutorial.html">
2626
* Sketching Quantiles and Ranks Tutorial</a>
2727
*
2828
* @author Lee Rhodes

src/main/java/org/apache/datasketches/quantilescommon/QuantilesAPI.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
* <p>[*] Note that obtaining epsilon may require using a similar function but with more parameters
195195
* based on the specific sketch implementation.</p>
196196
*
197-
* @see <a href="https://datasketches.apache.org/docs/Quantiles/SketchingQuantilesAndRanksTutorial.html">
197+
* @see <a href="https://datasketches.apache.org/docs/QuantilesAll/SketchingQuantilesAndRanksTutorial.html">
198198
* Sketching Quantiles and Ranks, Tutorial</a>
199199
* @see org.apache.datasketches.quantilescommon.QuantileSearchCriteria
200200
*

src/main/java/org/apache/datasketches/req/BaseReqSketch.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* This abstract class provides a single place to define and document the public API
2929
* for the Relative Error Quantiles Sketch.
3030
*
31-
* @see <a href="https://datasketches.apache.org/docs/Quantiles/SketchingQuantilesAndRanksTutorial.html">
31+
* @see <a href="https://datasketches.apache.org/docs/QuantilesAll/SketchingQuantilesAndRanksTutorial.html">
3232
* Sketching Quantiles and Ranks Tutorial</a>
3333
*
3434
* @author Lee Rhodes

0 commit comments

Comments
 (0)