diff options
author | 2012-06-15 06:38:02 -0700 | |
---|---|---|
committer | 2012-06-29 14:59:26 +0100 | |
commit | c47f89252655c733043beffc9d3480cdab5b6a97 (patch) | |
tree | 55591bc729ead29a1e3ba4bc74d61142514355c4 | |
parent | 3635f0ce5340faa7aaea7e4eccbf2fd472bcdc55 (diff) | |
download | poky-c47f89252655c733043beffc9d3480cdab5b6a97.tar.gz poky-c47f89252655c733043beffc9d3480cdab5b6a97.tar.bz2 poky-c47f89252655c733043beffc9d3480cdab5b6a97.zip |
documentation/adt-manual/adt-intro.xml: Fixed broken link.
(From yocto-docs rev: 43b8ae535808b30012c5bee03e09eab1837eb194)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/adt-manual/adt-intro.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/adt-manual/adt-intro.xml b/documentation/adt-manual/adt-intro.xml index 83fe3094e6..44a313284c 100644 --- a/documentation/adt-manual/adt-intro.xml +++ b/documentation/adt-manual/adt-intro.xml @@ -107,7 +107,7 @@ <listitem><para><emphasis>PowerTOP:</emphasis> Helps you determine what software is using the most power. You can find out more about PowerTOP at - <ulink url='http://www.linuxpowertop.org/'></ulink>.</para></listitem> + <ulink url='https://01.org/powertop/'></ulink>.</para></listitem> <listitem><para><emphasis>OProfile:</emphasis> A system-wide profiler for Linux systems that is capable of profiling all running code at low overhead. You can find out more about OProfile at |