From 3ea50f359c2c4dcbc6ce577ee1cff4b4e24a43b5 Mon Sep 17 00:00:00 2001 From: Blake Seers Date: Thu, 8 Aug 2024 13:22:47 +1000 Subject: [PATCH] fix link to Gapminder organisation The old link `www.gapminder.org` was looking for a `www` directory as it thought it was referring to a relative path rather than an external website. --- _episodes_rmd/05-Additional-content---Reading-Data-In.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes_rmd/05-Additional-content---Reading-Data-In.Rmd b/_episodes_rmd/05-Additional-content---Reading-Data-In.Rmd index 5f16009..800cfe9 100644 --- a/_episodes_rmd/05-Additional-content---Reading-Data-In.Rmd +++ b/_episodes_rmd/05-Additional-content---Reading-Data-In.Rmd @@ -67,7 +67,7 @@ files (.xls or .xlsx) however, it is possible to read them in directly which we ## Gapminder data {#gapminder} -For this section, we will be reading in data from the [Gapminder](www.gapminder.org) organisation, +For this section, we will be reading in data from the [Gapminder](https://www.gapminder.org/) organisation, which records various statistics for 142 countries betwen 1952 and 2007. This data is available as an [R package](https://cran.r-project.org/web/packages/gapminder/index.html), but we have prepared [csv]({{ page.root }}{% link data/gapminder.csv %}),