diff --git a/README.md b/README.md
index 7616b6a32473e26663021555132f705880061f70..2c581ec47cec7a3338f8ad9a1e02ccb9bba04fe9 100644
--- a/README.md
+++ b/README.md
@@ -13,11 +13,11 @@ Best practices
 ------------------
 
 ### References
-The proposal template uses the LaTeX package [BibLaTeX](https://www.ctan.org/pkg/biblatex?lang=de).
+The proposal template uses the LaTeX package [BibTeX](http://www.bibtex.org/).
 
 A well curated source of BibTeX entries is the [dblp](http://dblp.uni-trier.de/). Search for your references here, export the record and download the file as `.bib` file. The contents you can paste into your `literature.bib` file.
 
 #### Useful BibLaTeX command:
 * `\cite{doe2015}`: Inserts the name(s) of the author(s) at the current position and 
 follows it with the reference.
-* For more commands check out the detailed [BibLaTeX documentation](https://ftp.uni-erlangen.de/ctan/macros/latex/contrib/biblatex/doc/biblatex.pdf)
+* For more commands check out the detailed [BibTeX documentation](http://www.bibtex.org/Using/)