Skip to content

Commit

Permalink
Merge pull request #601 from apache/fix_website_refs
Browse files Browse the repository at this point in the history
Fix website references.
  • Loading branch information
leerho authored Sep 27, 2024
2 parents fadfd64 + d9ace43 commit 063e012
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* <p>Given a sorted array of values <i>arr[]</i> and a search key value <i>v</i>, the algorithms for
* the searching criteria are given with each enum criterion.</p>
*
* @see <a href="https://datasketches.apache.org/docs/Quantiles/SketchingQuantilesAndRanksTutorial.html">
* @see <a href="https://datasketches.apache.org/docs/QuantilesAll/SketchingQuantilesAndRanksTutorial.html">
* Sketching Quantiles and Ranks Tutorial</a>
* @author Lee Rhodes
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
* <p>Given a sorted array of values <i>arr[]</i> and a search key value <i>v</i>, the algorithms for
* the searching criteria are given with each enum criterion.</p>
*
* @see <a href="https://datasketches.apache.org/docs/Quantiles/SketchingQuantilesAndRanksTutorial.html">
* @see <a href="https://datasketches.apache.org/docs/QuantilesAll/SketchingQuantilesAndRanksTutorial.html">
* Sketching Quantiles and Ranks Tutorial</a>
* @author Lee Rhodes
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
* These search criteria are used by the KLL, REQ and Classic Quantiles sketches in the DataSketches library.
*
* @see <a href="https://datasketches.apache.org/docs/Quantiles/SketchingQuantilesAndRanksTutorial.html">
* @see <a href="https://datasketches.apache.org/docs/QuantilesAll/SketchingQuantilesAndRanksTutorial.html">
* Sketching Quantiles and Ranks Tutorial</a>
*
* @author Lee Rhodes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
* <p>[*] Note that obtaining epsilon may require using a similar function but with more parameters
* based on the specific sketch implementation.</p>
*
* @see <a href="https://datasketches.apache.org/docs/Quantiles/SketchingQuantilesAndRanksTutorial.html">
* @see <a href="https://datasketches.apache.org/docs/QuantilesAll/SketchingQuantilesAndRanksTutorial.html">
* Sketching Quantiles and Ranks, Tutorial</a>
* @see org.apache.datasketches.quantilescommon.QuantileSearchCriteria
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* This abstract class provides a single place to define and document the public API
* for the Relative Error Quantiles Sketch.
*
* @see <a href="https://datasketches.apache.org/docs/Quantiles/SketchingQuantilesAndRanksTutorial.html">
* @see <a href="https://datasketches.apache.org/docs/QuantilesAll/SketchingQuantilesAndRanksTutorial.html">
* Sketching Quantiles and Ranks Tutorial</a>
*
* @author Lee Rhodes
Expand Down

0 comments on commit 063e012

Please sign in to comment.