Fix: CTF and Babeltrace links
[lttng-docs.git] / contents / installing-lttng / building-from-source.md
index 79f294feb5b70b8fce2cb34907c71d510c696498..06384242eb3cda8f8a55fe331050162dde09327c 100644 (file)
@@ -24,9 +24,9 @@ are rendered as rich text when
 </div>
 
 If you're using Ubuntu, executing the following Bash script
-will install the appropriate dependencies, clone the LTTng
-Git repositories, build the projects, and install them. The sources will
-be cloned into `~/src`. Your user needs to be a sudoer for the install
+installs the appropriate dependencies, clones the LTTng
+Git repositories, builds the projects, and installs them. The sources
+are cloned into `~/src`. Your user needs to be a sudoer for the install
 steps to be completed.
 
 ~~~ text
@@ -42,7 +42,7 @@ git clone git://git.lttng.org/lttng-ust.git
 git clone git://git.lttng.org/lttng-modules.git
 git clone git://git.lttng.org/lttng-tools.git
 git clone git://git.lttng.org/userspace-rcu.git
-git clone git://git.efficios.com/babeltrace.git
+git clone http://git.linuxfoundation.org/diamon/babeltrace.git
 
 cd userspace-rcu
 ./bootstrap && ./configure && make -j 4 && sudo make install
This page took 0.022922 seconds and 4 git commands to generate.