Weather forecast documentation fix: high -> hi
[monky] / doc / conky-howto.xml
index 2a17013..c717c54 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "http://www.gentoo.org/dtd/guide.dtd">
 
-<guide link="/doc/en/Conky-howto.xml">
+<guide link="/doc/en/conky-howto.xml">
 <title>Gentoo Linux Conky Howto</title>
 
 <author title="Author">
@@ -59,7 +59,7 @@ Gentoo provides an ebuild to quickly and easily install Conky.  Pay particular a
 
 <pre caption="/etc/portage/package.use">
 <comment># Example line to append to /etc/portage/package.use if you don't want the default USE flags.</comment>
-<i>app-admin/Conky xmms infopipe -ipv6</i>
+<i>app-admin/conky xmms infopipe -ipv6</i>
 </pre>
 
 <p>
@@ -98,11 +98,11 @@ By default, Conky will look for a configuration file in the users home directory
 </p>
 
 <pre caption="Copying the sample configuration to your home directory">
-$ <i>zcat /usr/share/conky-1.4.0/conkyrc.sample.gz >> ~/.conkyrc</i>
+$ <i>zcat /usr/share/conky-1.6.0/conkyrc.sample.gz >> ~/.conkyrc</i>
 </pre>
 
 <note>
-Make sure to replace "1.4.0" with the specific version of Conky you have installed.
+Make sure to replace "1.6.0" with the specific version of Conky you have installed.
 </note>
 
 <p>