diff options
author | Richard Jones <rjones@redhat.com> | 2010-04-11 17:02:18 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-04-11 17:02:18 +0100 |
commit | 9a608a1516bd339dc6d5ebe9952d3bced273c416 (patch) | |
tree | 66152d0cf42cd8b229056d9c87f2bd0698a2c4de /html | |
parent | 4e5678c1040503e7f05048ccb002fbf257bcb762 (diff) | |
download | libguestfs-9a608a1516bd339dc6d5ebe9952d3bced273c416.tar.gz libguestfs-9a608a1516bd339dc6d5ebe9952d3bced273c416.tar.xz libguestfs-9a608a1516bd339dc6d5ebe9952d3bced273c416.zip |
Documentation updates.
Fix copyright years.
Fix URLs to point to new PRC site.
Make sure guestfish(1) and guestfs(3) manpages reference the
current list of tools.
Diffstat (limited to 'html')
-rw-r--r-- | html/recipes.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/recipes.css b/html/recipes.css index 6c012dca..ecd61410 100644 --- a/html/recipes.css +++ b/html/recipes.css @@ -1,5 +1,5 @@ /* CSS to make pod2html files look a little bit better. */ -@import url("http://et.redhat.com/~rjones/css/standard.css"); +@import url("http://people.redhat.com/~rjones/css/standard.css"); pre.example { font-weight: bold; |