From 661120709a023c9fb3af043388730e65f99e9605 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sun, 19 Jun 2022 20:04:11 -0400 Subject: [PATCH] fix: broken links --- README.md | 4 ++-- packages/webpage-refactor/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cf54edf..d34887e 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,5 @@ This repository contains the code for the website [utility-function-extractor.quantifieduncertainty.org/](https://utility-function-extractor.quantifieduncertainty.org/) and tools to analyze utility comparisons. For details, see the relevant folders. -- [Webpage repository](to do: add links) -- [Tools repository](to do: add link) +- [Webpage repository](https://github.com/quantified-uncertainty/utility-function-extractor/tree/master/packages/webpage-refactor) +- [Tools repository](https://github.com/quantified-uncertainty/utility-function-extractor/tree/master/packages/utility-tools) diff --git a/packages/webpage-refactor/README.md b/packages/webpage-refactor/README.md index e71fb46..127163d 100644 --- a/packages/webpage-refactor/README.md +++ b/packages/webpage-refactor/README.md @@ -24,7 +24,7 @@ Initially, users could only input numbers, e.g., "A is `3` times better than B". - [Netlify](https://github.com/netlify/netlify-plugin-nextjs/#readme) - [React](https://reactjs.org/) - [Squiggle](https://www.squiggle-language.com/) -- [Utility tools](to do: add links) +- [Utility tools](https://github.com/quantified-uncertainty/utility-function-extractor/tree/master/packages/utility-tools) ## Usage @@ -32,7 +32,7 @@ Navigate to [utility-function-extractor.quantifieduncertainty.org/](https://util You can change the list of objects to be compared by clicking on "advanced options". -After comparing objects for a while, you will get a table and a graph with results. You can also use the [utility tools](to do: add link) package to process these results, for which you will need the json of comparisons, which can be found in "Advanced options" -> "Load comparisons" +After comparing objects for a while, you will get a table and a graph with results. You can also use the [utility tools](https://github.com/quantified-uncertainty/utility-function-extractor/tree/master/packages/utility-tools) package to process these results, for which you will need the json of comparisons, which can be found in "Advanced options" -> "Load comparisons" ## Notes