From 5cde6b77a037084c635201f467b33ebdedc14ba9 Mon Sep 17 00:00:00 2001 From: djib Date: Wed, 28 Aug 2019 01:36:37 +0200 Subject: [PATCH] Fix broken links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14b5d0e..b115875 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ You need to be using [Gadgetbridge](https://gadgetbridge.org/) with your *Pebble The easiest way to use this projet is to: * download [RStudio](https://www.rstudio.com/products/rstudio/download/#download) - * download and open `[pebble_health_stats.Rmd](https://djib.fr/djib/PebbleHealthStats/src/branch/master/pebble_health_stats.Rmd)` + * download and open [pebble_health_stats.Rmd](https://djib.fr/djib/PebbleHealthStats/src/branch/master/pebble_health_stats.Rmd) * and press *Knit* on the top left of the editor. You will need to have [R](https://www.r-project.org/) running on you PC as well as the package [Tidyverse](https://www.tidyverse.org/). @@ -22,7 +22,7 @@ sudo apt install r-cran-tidyverse ## Demo -Download and open `[pebble_health_stats.html](https://djib.fr/djib/PebbleHealthStats/raw/branch/master/pebble_health_stats.html)` for a demo of the output. +Download and open [pebble_health_stats.html](https://djib.fr/djib/PebbleHealthStats/raw/branch/master/pebble_health_stats.html) for a demo of the output. ## If you want to go further