Fix: update UST helper provider and event names
[lttng-docs.git] / contents / installing-lttng / building-from-source.md
index 580ebd125287616bfd1a33da60696d910d2febbc..06384242eb3cda8f8a55fe331050162dde09327c 100644 (file)
@@ -24,8 +24,8 @@ are rendered as rich text when
 </div>
 
 If you're using Ubuntu, executing the following Bash script
-installs the appropriate dependencies, clone the LTTng
-Git repositories, build the projects, and install them. The sources
+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.
 
@@ -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.031958 seconds and 4 git commands to generate.