From f2306ae6d237785312736608745b74b39171b4f5 Mon Sep 17 00:00:00 2001 From: Malte Tashiro Date: Sun, 3 Nov 2024 01:41:41 +0900 Subject: [PATCH] Add missing links --- documentation/README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/documentation/README.md b/documentation/README.md index 2b59624..14b5806 100644 --- a/documentation/README.md +++ b/documentation/README.md @@ -22,8 +22,10 @@ database. ### Propose a new dataset Have an idea for a dataset that should be integrated into IYP? Feel free to propose it -by opening a new [discussion](). You should describe the dataset, why it is potentially -useful, and, if possible, provide some initial idea for modeling the data. +by opening a new +[discussion](https://github.com/InternetHealthReport/internet-yellow-pages/discussions). +You should describe the dataset, why it is potentially useful, and, if possible, provide +some initial idea for modeling the data. The discussion is used to decide if we want to integrate the dataset and how to model it. So feel free to propose a dataset even if you have no concrete model in mind. @@ -31,8 +33,9 @@ it. So feel free to propose a dataset even if you have no concrete model in mind ### Import a new dataset If it was decided that the dataset should be integrated into IYP, we will convert the -discussion into a [GitHub issue](). At this stage it is open to anyone who wants to -implement a crawler for the dataset. +discussion into a [GitHub +issue](https://github.com/InternetHealthReport/internet-yellow-pages/issues). At this +stage it is open to anyone who wants to implement a crawler for the dataset. For a detailed description on how to write your first crawler and contribute to IYP take a look at the [IHR contributing guidelines](../CONTRIBUTING.md) and the [crawler