From 5215b54964b1f2e99b977c410988a48f2ec141a0 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sun, 19 Jun 2022 20:56:35 -0400 Subject: [PATCH] tweak: add link to final table warning in website --- packages/webpage-refactor/components/resultsTable.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/webpage-refactor/components/resultsTable.js b/packages/webpage-refactor/components/resultsTable.js index d27c57e..afaf969 100644 --- a/packages/webpage-refactor/components/resultsTable.js +++ b/packages/webpage-refactor/components/resultsTable.js @@ -151,7 +151,14 @@ export function ResultsTable({ isListOrdered, listAfterMergeSort, links }) { *This is the geometric mean if all elements are either all positive or all negative, and the arithmetic mean otherwise. For a principled aggregation which is able to produce meaningfull 90% confidence - intervals, see the utility-tools package in npm or github + intervals, see the{" "} + + utility-tools package + {" "} + in npm or github