diff options
| author | Paul Buetow <paul@buetow.org> | 2013-07-26 23:27:28 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-07-26 23:27:28 +0200 |
| commit | ad6f2f40f95116e4fa624a819c34c4f9329a61e5 (patch) | |
| tree | 0770e1240454a803bf6967f2d8a6771bef6abe69 | |
| parent | 22a437b137d22ca9d91a6526bd48ce3c646ebf42 (diff) | |
fix
| -rw-r--r-- | cpuinfo.buetow.org/content/20.Manpage.xml | 2 | ||||
| -rw-r--r-- | cpuinfo.buetow.org/content/50.Download.xml | 2 | ||||
| -rw-r--r-- | cpuinfo.buetow.org/content/home.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cpuinfo.buetow.org/content/20.Manpage.xml b/cpuinfo.buetow.org/content/20.Manpage.xml index 11dd9c7..46ee743 100644 --- a/cpuinfo.buetow.org/content/20.Manpage.xml +++ b/cpuinfo.buetow.org/content/20.Manpage.xml @@ -5,7 +5,7 @@ <pretext> <perl> use LWP::Simple; - get("http://web.buetow.org/git/?p=cpuinfo.git;a=blob_plain;f=docs/cbars.txt;hb=HEAD"); + get("http://web.buetow.org/git/?p=cpuinfo.git;a=blob_plain;f=docs/cpuinfo.txt;hb=HEAD"); </perl> </pretext> </content> diff --git a/cpuinfo.buetow.org/content/50.Download.xml b/cpuinfo.buetow.org/content/50.Download.xml index 0ce4751..584a6e8 100644 --- a/cpuinfo.buetow.org/content/50.Download.xml +++ b/cpuinfo.buetow.org/content/50.Download.xml @@ -18,7 +18,7 @@ deb-src http://deb.buetow.org/apt wheezy main</code> <namedlink href="http://web.buetow.org/git/?p=cpuinfo.git">gitweb</namedlink> <noop> to browse the online repository. The master branch always keeps the current stable version. The devel branch always keeps the current development version. For releases there are tags and for screenshots check out the screenshots branch.</noop> </text> - <text>For bleeding edge you can fetch the devel branch with "git clone -b develop git://git.buetow.org/cpuinfo cbars-develop". But be warned, this one might be broken! It will be merged to master when it's done.</text> + <text>For bleeding edge you can fetch the devel branch with "git clone -b develop git://git.buetow.org/cpuinfo cpuinfo-develop". But be warned, this one might be broken! It will be merged to master when it's done.</text> </content> diff --git a/cpuinfo.buetow.org/content/home.xml b/cpuinfo.buetow.org/content/home.xml index 15d6c58..1652208 100644 --- a/cpuinfo.buetow.org/content/home.xml +++ b/cpuinfo.buetow.org/content/home.xml @@ -3,7 +3,7 @@ <pagetitle>CPUInfo</pagetitle> <textheader>CPU, who are you?...</pagetitle> <text> - <rimg href="?document=images/cpuinfo.png" title="CPUInfo" alt="Cbars" /> + <rimg href="?document=images/cpuinfo.png" title="CPUInfo" alt="CPUInfo" /> <noop>CPUInfo is a program written in GNU AWK for Linux that can be used to obtain some infos about your CPU. This program is a very humble one, but enjoy it!</noop> </text> </content> |
