From 1e480ae0ca5b3d6c71f8b576525667956f9ecee8 Mon Sep 17 00:00:00 2001
From: Carine Rey <carine.rey@ens-lyon.fr>
Date: Fri, 7 Oct 2022 17:20:07 +0200
Subject: [PATCH] remove links

---
 session_1/session_1.Rmd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/session_1/session_1.Rmd b/session_1/session_1.Rmd
index 77b3da7..d27fae5 100644
--- a/session_1/session_1.Rmd
+++ b/session_1/session_1.Rmd
@@ -995,8 +995,8 @@ In R those apps are called **packages**.
 There are different sources to get packages from:
 
 - The [CRAN](https://cran.r-project.org/) which is the default source
-- [Bioconducor](http://www.bioconductor.org) which is another source specialized for biology packages (more information [here](./bioconductor.html))
-- Directly from [github](https://github.com/)(more information [here](./github.html))
+- [Bioconducor](http://www.bioconductor.org) which is another source specialized for biology packages
+- Directly from [github](https://github.com/)
 
 To install packages from [Bioconducor](http://www.bioconductor.org) and [github](https://github.com/) you will need to install specific packages from the [CRAN](https://cran.r-project.org/).
 
-- 
GitLab