From e182884725d56d371de749e12cd74bef4693377c Mon Sep 17 00:00:00 2001 From: Anwarus Date: Fri, 12 Oct 2018 21:47:32 +0200 Subject: [PATCH] fix(guide): more descriptive links --- .../machine-learning/latent-dirichlet-allocation/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/pages/guide/english/machine-learning/latent-dirichlet-allocation/index.md b/client/src/pages/guide/english/machine-learning/latent-dirichlet-allocation/index.md index 91deb1773a..2f8ee68228 100644 --- a/client/src/pages/guide/english/machine-learning/latent-dirichlet-allocation/index.md +++ b/client/src/pages/guide/english/machine-learning/latent-dirichlet-allocation/index.md @@ -95,5 +95,5 @@ Presidential Campaign/Elections: mail, web, from, thank, you, box, mccain, sarah #### Suggested Reading: -- https://en.wikipedia.org/wiki/Latent_Dirichlet_allocation -- http://blog.echen.me/2011/08/22/introduction-to-latent-dirichlet-allocation/ +- [Latent Dirichlet allocation](https://en.wikipedia.org/wiki/Latent_Dirichlet_allocation) +- [Introduction to Latent Dirichlet Allocation](http://blog.echen.me/2011/08/22/introduction-to-latent-dirichlet-allocation/)