gabrielgio.me @ 51d3eff2653afde368ff851a0192392857c69de9

 1diff --git a/_posts/2019-11-16-compiling-emacs.md b/_posts/2019-11-16-compiling-emacs.md
 2index 93f80b8db92a55683c110e34809d4c32df4e4821..5dfa2521378bee315e3ac0f5abd7b5168405fd4a 100644
 3--- a/_posts/2019-11-16-compiling-emacs.md
 4+++ b/_posts/2019-11-16-compiling-emacs.md
 5@@ -18,7 +18,8 @@ {% highlight bash %}
 6 sudo dnf install git autoconf make gcc texinfo gnutls-devel giflib-devel ncurses-devel libjpeg-turbo-devel giflib-devel gtk3-devel libXpm-devel
 7 {% endhighlight %}
 8 
 9-Then we need to clone de source code from [savannah.gnu.org](http://savannah.gnu.org/projects/emacs/)
10+Then we need to clone the repo from [savannah.gnu.org](http://savannah.gnu.org/projects/emacs/) where is hosted 
11+the source code of emacs:
12 {% highlight bash %}
13  git clone -b master git://git.sv.gnu.org/emacs.git
14 {% endhighlight %}