diff --git a/session_1/session_1.Rmd b/session_1/session_1.Rmd
index 77b3da7455cfabe2f959f2abef69cccea0b30b36..d27fae5311d3289afa2d837c68b4279d038bdf09 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/).