diff --git a/docs/en/faq.md b/docs/en/faq.md index 1c9203c51..32d507aa9 100644 --- a/docs/en/faq.md +++ b/docs/en/faq.md @@ -43,14 +43,16 @@ Here are some answers to frequently asked questions: > - You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. > - If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original. > -> For credit, you can use the following BibTeX: +> For credit, you can use the following BibTeX: +> ```bibtex > @misc{canziani2020nyudlsp20, - author = {Canziani, Alfredo and LeCun, Yann}, - title = {NYU Deep Learning, Spring 2020}, - howpublished = "\url{https://atcold.github.io/pytorch-Deep-Learning/}", - year = {2020}, - note = "[Online; accessed ]" -} +> author = {Canziani, Alfredo and LeCun, Yann}, +> title = {NYU Deep Learning, Spring 2020}, +> howpublished = "\url{https://atcold.github.io/NYU-DLSP20}", +> year = {2020}, +> note = "[Online; accessed ]" +> } +> ```